Re-uploaded the project in only one repository

This commit is contained in:
Daniel Cortes
2017-07-31 13:07:07 -04:00
commit e5853c8de6
1098 changed files with 220719 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<component name="ArtifactManager">
<artifact type="jar" name="colegioApi:jar">
<output-path>$PROJECT_DIR$/out/artifacts/colegioApi_jar</output-path>
<root id="archive" name="APIDataBase.jar">
<element id="module-output" name="APIDataBase" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/lib/orm.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar" path-in-jar="/" />
</root>
</artifact>
</component>

11
colegio_api/.idea/codeStyleSettings.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value>
<option name="LINE_SEPARATOR" value="&#10;" />
</value>
</option>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</component>
</project>

16
colegio_api/.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="APIDataBase" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="1.8">
<module name="APIDataBase" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>

19
colegio_api/.idea/dataSources.local.xml generated Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal">
<data-source name="ormmapping:Untitled.cfg.xml/Hibernate" uuid="b1d55189-2370-4fae-82ed-9c7bc7482e25">
<database-info product="MySQL" version="5.7.18-0ubuntu0.16.04.1" jdbc-version="4.0" driver-name="MySQL Connector Java" driver-version="mysql-connector-java-5.1.40 ( Revision: 402933ef52cad9aa82624e80acbea46e3a701ce6 )">
<extra-name-characters>#@</extra-name-characters>
<identifier-quote-string>`</identifier-quote-string>
</database-info>
<case-sensitivity plain-identifiers="exact" quoted-identifiers="exact" />
<user-name>root</user-name>
<introspection-schemas>*:colegio</introspection-schemas>
</data-source>
<data-source name="ormmapping:Colegio.cfg.xml/Hibernate" uuid="d4d5f946-00d7-489b-9a38-3ad49568d2df">
<database-info product="" version="" jdbc-version="" driver-name="" driver-version="" />
<first-sync>true</first-sync>
<user-name>root</user-name>
</data-source>
</component>
</project>

37
colegio_api/.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="ormmapping:Untitled.cfg.xml/Hibernate" uuid="b1d55189-2370-4fae-82ed-9c7bc7482e25">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<remarks>$PROJECT_DIR$/src/ormmapping/Untitled.cfg.xml</remarks>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/colegio</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="convertToNull" />
<property name="tinyInt1isBit" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="characterSetResults" value="utf8" />
<property name="yearIsDateType" value="false" />
</driver-properties>
</data-source>
<data-source source="LOCAL" name="ormmapping:Colegio.cfg.xml/Hibernate" uuid="d4d5f946-00d7-489b-9a38-3ad49568d2df">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<remarks>$PROJECT_DIR$/src/ormmapping/Colegio.cfg.xml</remarks>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/colegio</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="convertToNull" />
<property name="tinyInt1isBit" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="characterSetResults" value="utf8" />
<property name="yearIsDateType" value="false" />
</driver-properties>
</data-source>
</component>
</project>

View File

@@ -0,0 +1,374 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataSource name="ormmapping:Untitled.cfg.xml/Hibernate">
<database-model serializer="dbm" rdbms="MYSQL" format-version="4.1">
<root id="1"/>
<schema id="2" parent="1" name="colegio">
<Current>1</Current>
<Visible>1</Visible>
</schema>
<schema id="3" parent="1" name="ejemplotaller1"/>
<schema id="4" parent="1" name="information_schema"/>
<schema id="5" parent="1" name="mysql"/>
<schema id="6" parent="1" name="performance_schema"/>
<schema id="7" parent="1" name="sys"/>
<table id="8" parent="2" name="actividad"/>
<table id="9" parent="2" name="anotacion"/>
<table id="10" parent="2" name="apoderado"/>
<table id="11" parent="2" name="asignatura"/>
<table id="12" parent="2" name="asistencia"/>
<table id="13" parent="2" name="colegio"/>
<table id="14" parent="2" name="curso"/>
<table id="15" parent="2" name="estudiante"/>
<table id="16" parent="2" name="nota"/>
<table id="17" parent="2" name="planificacion"/>
<table id="18" parent="2" name="profesor"/>
<column id="19" parent="8" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="20" parent="8" name="asignaturauid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="21" parent="8" name="fecha">
<Position>3</Position>
<DataType>date|0</DataType>
</column>
<column id="22" parent="8" name="tipo">
<Position>4</Position>
<DataType>varchar(100)|0</DataType>
</column>
<index id="23" parent="8" name="FKactividad163929">
<ColNames>asignaturauid</ColNames>
</index>
<key id="24" parent="8" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="25" parent="8" name="FKactividad163929">
<ColNames>asignaturauid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>asignatura</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="26" parent="9" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="27" parent="9" name="profesoruid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="28" parent="9" name="estudianteuid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="29" parent="9" name="descripcion">
<Position>4</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="30" parent="9" name="positiva">
<Position>5</Position>
<DataType>tinyint(1)|0</DataType>
</column>
<index id="31" parent="9" name="FKanotacion37310">
<ColNames>estudianteuid</ColNames>
</index>
<index id="32" parent="9" name="FKanotacion580067">
<ColNames>profesoruid</ColNames>
</index>
<key id="33" parent="9" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="34" parent="9" name="FKanotacion580067">
<ColNames>profesoruid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>profesor</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="35" parent="9" name="FKanotacion37310">
<ColNames>estudianteuid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>estudiante</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="36" parent="10" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="37" parent="10" name="nombre">
<Position>2</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="38" parent="10" name="rut">
<Position>3</Position>
<DataType>varchar(100)|0</DataType>
</column>
<key id="39" parent="10" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<column id="40" parent="11" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="41" parent="11" name="Cursouid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="42" parent="11" name="profesoruid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="43" parent="11" name="nombre">
<Position>4</Position>
<DataType>varchar(100)|0</DataType>
</column>
<index id="44" parent="11" name="FKasignatura430482">
<ColNames>profesoruid</ColNames>
</index>
<index id="45" parent="11" name="FKasignatura938964">
<ColNames>Cursouid</ColNames>
</index>
<key id="46" parent="11" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="47" parent="11" name="FKasignatura938964">
<ColNames>Cursouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>curso</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="48" parent="11" name="FKasignatura430482">
<ColNames>profesoruid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>profesor</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="49" parent="12" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="50" parent="12" name="estudianteuid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="51" parent="12" name="dia">
<Position>3</Position>
<DataType>date|0</DataType>
</column>
<column id="52" parent="12" name="asistio">
<Position>4</Position>
<DataType>tinyint(1)|0</DataType>
</column>
<index id="53" parent="12" name="FKasistencia599786">
<ColNames>estudianteuid</ColNames>
</index>
<key id="54" parent="12" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="55" parent="12" name="FKasistencia599786">
<ColNames>estudianteuid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>estudiante</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="56" parent="13" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="57" parent="13" name="nombre">
<Position>2</Position>
<DataType>varchar(100)|0</DataType>
</column>
<key id="58" parent="13" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<column id="59" parent="14" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="60" parent="14" name="Colegiouid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="61" parent="14" name="nivel">
<Position>3</Position>
<DataType>int(10)|0</DataType>
</column>
<column id="62" parent="14" name="letra">
<Position>4</Position>
<DataType>varchar(1)|0</DataType>
</column>
<index id="63" parent="14" name="FKcurso363090">
<ColNames>Colegiouid</ColNames>
</index>
<key id="64" parent="14" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="65" parent="14" name="FKcurso363090">
<ColNames>Colegiouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>colegio</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="66" parent="15" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
<SequenceIdentity>1</SequenceIdentity>
</column>
<column id="67" parent="15" name="Cursouid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="68" parent="15" name="Apoderadouid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="69" parent="15" name="anotacionuid">
<Position>4</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="70" parent="15" name="notauid">
<Position>5</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="71" parent="15" name="asistenciauid">
<Position>6</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="72" parent="15" name="nombre">
<Position>7</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="73" parent="15" name="rut">
<Position>8</Position>
<DataType>varchar(100)|0</DataType>
</column>
<index id="74" parent="15" name="FKestudiante168954">
<ColNames>Apoderadouid</ColNames>
</index>
<index id="75" parent="15" name="FKestudiante725595">
<ColNames>Cursouid</ColNames>
</index>
<key id="76" parent="15" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="77" parent="15" name="FKestudiante725595">
<ColNames>Cursouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>curso</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="78" parent="15" name="FKestudiante168954">
<ColNames>Apoderadouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>apoderado</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="79" parent="16" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="80" parent="16" name="estudianteuid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="81" parent="16" name="asignaturauid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="82" parent="16" name="valor">
<Position>4</Position>
<DataType>int(10)|0</DataType>
</column>
<index id="83" parent="16" name="FKnota392497">
<ColNames>asignaturauid</ColNames>
</index>
<index id="84" parent="16" name="FKnota40017">
<ColNames>estudianteuid</ColNames>
</index>
<key id="85" parent="16" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="86" parent="16" name="FKnota40017">
<ColNames>estudianteuid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>estudiante</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="87" parent="16" name="FKnota392497">
<ColNames>asignaturauid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>asignatura</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="88" parent="17" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<key id="89" parent="17" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<column id="90" parent="18" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="91" parent="18" name="nombre">
<Position>2</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="92" parent="18" name="rut">
<Position>3</Position>
<DataType>varchar(100)|0</DataType>
</column>
<key id="93" parent="18" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
</database-model>
</dataSource>

View File

@@ -0,0 +1,3 @@
<component name="ProjectDictionaryState">
<dictionary name="ryuuji" />
</component>

View File

@@ -0,0 +1,31 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AndroidLintTypos" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="Duplicates" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="SameParameterValue" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
<inspection_tool class="UnusedReturnValue" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="WeakerAccess" enabled="false" level="WARNING" enabled_by_default="false">
<option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="true" />
<option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="true" />
<option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
</inspection_tool>
<inspection_tool class="unused" enabled="false" level="WARNING" enabled_by_default="false">
<option name="LOCAL_VARIABLE" value="true" />
<option name="FIELD" value="true" />
<option name="METHOD" value="true" />
<option name="CLASS" value="true" />
<option name="PARAMETER" value="true" />
<option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" />
<option name="ADD_MAINS_TO_ENTRIES" value="true" />
<option name="ADD_APPLET_TO_ENTRIES" value="true" />
<option name="ADD_SERVLET_TO_ENTRIES" value="true" />
<option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
</inspection_tool>
</profile>
</component>

7
colegio_api/.idea/kotlinc.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinCommonCompilerArguments">
<option name="languageVersion" value="1.1" />
<option name="apiVersion" value="1.1" />
</component>
</project>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.thedeanda:lorem:2.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.thoughtworks.xstream:xstream:1.4.9">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: commons-io:commons-io:1.3.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: junit:junit:4.12">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.apache.commons:commons-lang3:3.5">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.hamcrest:hamcrest-core:1.3">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.json:json:20140107">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: xmlpull:xmlpull:1.1.3.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: xpp3:xpp3_min:1.1.4c">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c-sources.jar!/" />
</SOURCES>
</library>
</component>

10
colegio_api/.idea/libraries/lib.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="lib">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/lib" recursive="false" />
</library>
</component>

34
colegio_api/.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="JavadocGenerationManager">
<option name="OUTPUT_DIRECTORY" value="$PROJECT_DIR$/javadocs" />
<option name="OPTION_SCOPE" value="protected" />
<option name="OPTION_HIERARCHY" value="true" />
<option name="OPTION_NAVIGATOR" value="true" />
<option name="OPTION_INDEX" value="true" />
<option name="OPTION_SEPARATE_INDEX" value="true" />
<option name="OPTION_DOCUMENT_TAG_USE" value="false" />
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
<option name="OPTION_DEPRECATED_LIST" value="true" />
<option name="OTHER_OPTIONS" />
<option name="HEAP_SIZE" />
<option name="LOCALE" />
<option name="OPEN_IN_BROWSER" value="true" />
<option name="OPTION_INCLUDE_LIBS" value="false" />
</component>
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
colegio_api/.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/APIDataBase.iml" filepath="$PROJECT_DIR$/APIDataBase.iml" />
</modules>
</component>
</project>

124
colegio_api/.idea/uiDesigner.xml generated Normal file
View File

@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
</item>
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
</item>
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
</item>
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
<initial-values>
<property name="text" value="Button" />
</initial-values>
</item>
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="RadioButton" />
</initial-values>
</item>
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="CheckBox" />
</initial-values>
</item>
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
<initial-values>
<property name="text" value="Label" />
</initial-values>
</item>
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
</item>
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
</item>
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
<preferred-size width="-1" height="20" />
</default-constraints>
</item>
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
</item>
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
</item>
</group>
</component>
</project>

6
colegio_api/.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

1885
colegio_api/.idea/workspace.xml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name="ormmapping:Colegio.cfg.xml" value="d4d5f946-00d7-489b-9a38-3ad49568d2df" />
<unit-entry name="ormmapping:Untitled.cfg.xml" value="b1d55189-2370-4fae-82ed-9c7bc7482e25" />
</datasource-map>
<naming-strategy-map />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/ormmapping/Colegio.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/ormmapping/Untitled.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/ormmapping/database.cfg.xml" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" name="lib" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:1.3.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.5" level="project" />
<orderEntry type="library" name="Maven: com.thedeanda:lorem:2.1" level="project" />
<orderEntry type="library" name="Maven: com.thoughtworks.xstream:xstream:1.4.9" level="project" />
<orderEntry type="library" name="Maven: xmlpull:xmlpull:1.1.3.1" level="project" />
<orderEntry type="library" name="Maven: xpp3:xpp3_min:1.1.4c" level="project" />
<orderEntry type="library" name="Maven: org.json:json:20140107" level="project" />
</component>
</module>

View File

@@ -0,0 +1,20 @@
<component name="ArtifactManager">
<artifact type="jar" name="colegioApi:jar">
<output-path>$PROJECT_DIR$/out/artifacts/colegioApi_jar</output-path>
<root id="archive" name="APIDataBase.jar">
<element id="module-output" name="APIDataBase" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/lib/orm.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" path-in-jar="/" />
<element id="directory" name="files">
<element id="dir-copy" path="$PROJECT_DIR$/files" />
</element>
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar" path-in-jar="/" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value>
<option name="LINE_SEPARATOR" value="&#10;" />
</value>
</option>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</component>
</project>

16
colegio_api/bin/.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="APIDataBase" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="1.8">
<module name="APIDataBase" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal">
<data-source name="ormmapping:Untitled.cfg.xml/Hibernate" uuid="b1d55189-2370-4fae-82ed-9c7bc7482e25">
<database-info product="MySQL" version="5.7.18-0ubuntu0.16.04.1" jdbc-version="4.0" driver-name="MySQL Connector Java" driver-version="mysql-connector-java-5.1.40 ( Revision: 402933ef52cad9aa82624e80acbea46e3a701ce6 )">
<extra-name-characters>#@</extra-name-characters>
<identifier-quote-string>`</identifier-quote-string>
</database-info>
<case-sensitivity plain-identifiers="exact" quoted-identifiers="exact" />
<user-name>root</user-name>
<introspection-schemas>*:colegio</introspection-schemas>
</data-source>
<data-source name="ormmapping:Colegio.cfg.xml/Hibernate" uuid="d4d5f946-00d7-489b-9a38-3ad49568d2df">
<database-info product="" version="" jdbc-version="" driver-name="" driver-version="" />
<first-sync>true</first-sync>
<user-name>root</user-name>
</data-source>
</component>
</project>

37
colegio_api/bin/.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="ormmapping:Untitled.cfg.xml/Hibernate" uuid="b1d55189-2370-4fae-82ed-9c7bc7482e25">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<remarks>$PROJECT_DIR$/src/ormmapping/Untitled.cfg.xml</remarks>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/colegio</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="convertToNull" />
<property name="tinyInt1isBit" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="characterSetResults" value="utf8" />
<property name="yearIsDateType" value="false" />
</driver-properties>
</data-source>
<data-source source="LOCAL" name="ormmapping:Colegio.cfg.xml/Hibernate" uuid="d4d5f946-00d7-489b-9a38-3ad49568d2df">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<remarks>$PROJECT_DIR$/src/ormmapping/Colegio.cfg.xml</remarks>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/colegio</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="convertToNull" />
<property name="tinyInt1isBit" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="characterSetResults" value="utf8" />
<property name="yearIsDateType" value="false" />
</driver-properties>
</data-source>
</component>
</project>

View File

@@ -0,0 +1,374 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataSource name="ormmapping:Untitled.cfg.xml/Hibernate">
<database-model serializer="dbm" rdbms="MYSQL" format-version="4.1">
<root id="1"/>
<schema id="2" parent="1" name="colegio">
<Current>1</Current>
<Visible>1</Visible>
</schema>
<schema id="3" parent="1" name="ejemplotaller1"/>
<schema id="4" parent="1" name="information_schema"/>
<schema id="5" parent="1" name="mysql"/>
<schema id="6" parent="1" name="performance_schema"/>
<schema id="7" parent="1" name="sys"/>
<table id="8" parent="2" name="actividad"/>
<table id="9" parent="2" name="anotacion"/>
<table id="10" parent="2" name="apoderado"/>
<table id="11" parent="2" name="asignatura"/>
<table id="12" parent="2" name="asistencia"/>
<table id="13" parent="2" name="colegio"/>
<table id="14" parent="2" name="curso"/>
<table id="15" parent="2" name="estudiante"/>
<table id="16" parent="2" name="nota"/>
<table id="17" parent="2" name="planificacion"/>
<table id="18" parent="2" name="profesor"/>
<column id="19" parent="8" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="20" parent="8" name="asignaturauid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="21" parent="8" name="fecha">
<Position>3</Position>
<DataType>date|0</DataType>
</column>
<column id="22" parent="8" name="tipo">
<Position>4</Position>
<DataType>varchar(100)|0</DataType>
</column>
<index id="23" parent="8" name="FKactividad163929">
<ColNames>asignaturauid</ColNames>
</index>
<key id="24" parent="8" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="25" parent="8" name="FKactividad163929">
<ColNames>asignaturauid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>asignatura</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="26" parent="9" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="27" parent="9" name="profesoruid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="28" parent="9" name="estudianteuid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="29" parent="9" name="descripcion">
<Position>4</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="30" parent="9" name="positiva">
<Position>5</Position>
<DataType>tinyint(1)|0</DataType>
</column>
<index id="31" parent="9" name="FKanotacion37310">
<ColNames>estudianteuid</ColNames>
</index>
<index id="32" parent="9" name="FKanotacion580067">
<ColNames>profesoruid</ColNames>
</index>
<key id="33" parent="9" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="34" parent="9" name="FKanotacion580067">
<ColNames>profesoruid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>profesor</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="35" parent="9" name="FKanotacion37310">
<ColNames>estudianteuid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>estudiante</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="36" parent="10" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="37" parent="10" name="nombre">
<Position>2</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="38" parent="10" name="rut">
<Position>3</Position>
<DataType>varchar(100)|0</DataType>
</column>
<key id="39" parent="10" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<column id="40" parent="11" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="41" parent="11" name="Cursouid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="42" parent="11" name="profesoruid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="43" parent="11" name="nombre">
<Position>4</Position>
<DataType>varchar(100)|0</DataType>
</column>
<index id="44" parent="11" name="FKasignatura430482">
<ColNames>profesoruid</ColNames>
</index>
<index id="45" parent="11" name="FKasignatura938964">
<ColNames>Cursouid</ColNames>
</index>
<key id="46" parent="11" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="47" parent="11" name="FKasignatura938964">
<ColNames>Cursouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>curso</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="48" parent="11" name="FKasignatura430482">
<ColNames>profesoruid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>profesor</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="49" parent="12" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="50" parent="12" name="estudianteuid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="51" parent="12" name="dia">
<Position>3</Position>
<DataType>date|0</DataType>
</column>
<column id="52" parent="12" name="asistio">
<Position>4</Position>
<DataType>tinyint(1)|0</DataType>
</column>
<index id="53" parent="12" name="FKasistencia599786">
<ColNames>estudianteuid</ColNames>
</index>
<key id="54" parent="12" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="55" parent="12" name="FKasistencia599786">
<ColNames>estudianteuid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>estudiante</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="56" parent="13" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="57" parent="13" name="nombre">
<Position>2</Position>
<DataType>varchar(100)|0</DataType>
</column>
<key id="58" parent="13" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<column id="59" parent="14" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="60" parent="14" name="Colegiouid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="61" parent="14" name="nivel">
<Position>3</Position>
<DataType>int(10)|0</DataType>
</column>
<column id="62" parent="14" name="letra">
<Position>4</Position>
<DataType>varchar(1)|0</DataType>
</column>
<index id="63" parent="14" name="FKcurso363090">
<ColNames>Colegiouid</ColNames>
</index>
<key id="64" parent="14" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="65" parent="14" name="FKcurso363090">
<ColNames>Colegiouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>colegio</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="66" parent="15" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
<SequenceIdentity>1</SequenceIdentity>
</column>
<column id="67" parent="15" name="Cursouid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="68" parent="15" name="Apoderadouid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="69" parent="15" name="anotacionuid">
<Position>4</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="70" parent="15" name="notauid">
<Position>5</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="71" parent="15" name="asistenciauid">
<Position>6</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="72" parent="15" name="nombre">
<Position>7</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="73" parent="15" name="rut">
<Position>8</Position>
<DataType>varchar(100)|0</DataType>
</column>
<index id="74" parent="15" name="FKestudiante168954">
<ColNames>Apoderadouid</ColNames>
</index>
<index id="75" parent="15" name="FKestudiante725595">
<ColNames>Cursouid</ColNames>
</index>
<key id="76" parent="15" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="77" parent="15" name="FKestudiante725595">
<ColNames>Cursouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>curso</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="78" parent="15" name="FKestudiante168954">
<ColNames>Apoderadouid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>apoderado</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="79" parent="16" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="80" parent="16" name="estudianteuid">
<Position>2</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="81" parent="16" name="asignaturauid">
<Position>3</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="82" parent="16" name="valor">
<Position>4</Position>
<DataType>int(10)|0</DataType>
</column>
<index id="83" parent="16" name="FKnota392497">
<ColNames>asignaturauid</ColNames>
</index>
<index id="84" parent="16" name="FKnota40017">
<ColNames>estudianteuid</ColNames>
</index>
<key id="85" parent="16" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<foreign-key id="86" parent="16" name="FKnota40017">
<ColNames>estudianteuid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>estudiante</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<foreign-key id="87" parent="16" name="FKnota392497">
<ColNames>asignaturauid</ColNames>
<RefSchemaName>colegio</RefSchemaName>
<RefTableName>asignatura</RefTableName>
<RefColNames>uid</RefColNames>
</foreign-key>
<column id="88" parent="17" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<key id="89" parent="17" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
<column id="90" parent="18" name="uid">
<Position>1</Position>
<DataType>int(10)|0</DataType>
<NotNull>1</NotNull>
</column>
<column id="91" parent="18" name="nombre">
<Position>2</Position>
<DataType>varchar(100)|0</DataType>
</column>
<column id="92" parent="18" name="rut">
<Position>3</Position>
<DataType>varchar(100)|0</DataType>
</column>
<key id="93" parent="18" name="PRIMARY">
<NameSurrogate>1</NameSurrogate>
<ColNames>uid</ColNames>
<Primary>1</Primary>
</key>
</database-model>
</dataSource>

View File

@@ -0,0 +1,3 @@
<component name="ProjectDictionaryState">
<dictionary name="ryuuji" />
</component>

View File

@@ -0,0 +1,30 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AndroidLintTypos" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SameParameterValue" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
<inspection_tool class="UnusedReturnValue" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="WeakerAccess" enabled="false" level="WARNING" enabled_by_default="false">
<option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="true" />
<option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="true" />
<option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
</inspection_tool>
<inspection_tool class="unused" enabled="false" level="WARNING" enabled_by_default="false">
<option name="LOCAL_VARIABLE" value="true" />
<option name="FIELD" value="true" />
<option name="METHOD" value="true" />
<option name="CLASS" value="true" />
<option name="PARAMETER" value="true" />
<option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" />
<option name="ADD_MAINS_TO_ENTRIES" value="true" />
<option name="ADD_APPLET_TO_ENTRIES" value="true" />
<option name="ADD_SERVLET_TO_ENTRIES" value="true" />
<option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
</inspection_tool>
</profile>
</component>

7
colegio_api/bin/.idea/kotlinc.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinCommonCompilerArguments">
<option name="languageVersion" value="1.1" />
<option name="apiVersion" value="1.1" />
</component>
</project>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.thedeanda:lorem:2.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/thedeanda/lorem/2.1/lorem-2.1-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.thoughtworks.xstream:xstream:1.4.9">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: commons-io:commons-io:1.3.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/1.3.2/commons-io-1.3.2-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: junit:junit:4.12">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.apache.commons:commons-lang3:3.5">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.hamcrest:hamcrest-core:1.3">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.json:json:20140107">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20140107/json-20140107-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: xmlpull:xmlpull:1.1.3.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: xpp3:xpp3_min:1.1.4c">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c-sources.jar!/" />
</SOURCES>
</library>
</component>

10
colegio_api/bin/.idea/libraries/lib.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="lib">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/lib" recursive="false" />
</library>
</component>

16
colegio_api/bin/.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
colegio_api/bin/.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/APIDataBase.iml" filepath="$PROJECT_DIR$/APIDataBase.iml" />
</modules>
</component>
</project>

124
colegio_api/bin/.idea/uiDesigner.xml generated Normal file
View File

@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
</item>
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
</item>
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
</item>
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
<initial-values>
<property name="text" value="Button" />
</initial-values>
</item>
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="RadioButton" />
</initial-values>
</item>
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="CheckBox" />
</initial-values>
</item>
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
<initial-values>
<property name="text" value="Label" />
</initial-values>
</item>
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
</item>
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
</item>
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
<preferred-size width="-1" height="20" />
</default-constraints>
</item>
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
</item>
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
</item>
</group>
</component>
</project>

6
colegio_api/bin/.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

1739
colegio_api/bin/.idea/workspace.xml generated Normal file

File diff suppressed because it is too large Load Diff

23
colegio_api/bin/.project Normal file
View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>data-base-api</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name="ormmapping:Colegio.cfg.xml" value="d4d5f946-00d7-489b-9a38-3ad49568d2df" />
<unit-entry name="ormmapping:Untitled.cfg.xml" value="b1d55189-2370-4fae-82ed-9c7bc7482e25" />
</datasource-map>
<naming-strategy-map />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/ormmapping/Colegio.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/ormmapping/Untitled.cfg.xml" />
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/ormmapping/database.cfg.xml" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/files" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" name="lib" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:1.3.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.5" level="project" />
<orderEntry type="library" name="Maven: com.thedeanda:lorem:2.1" level="project" />
<orderEntry type="library" name="Maven: com.thoughtworks.xstream:xstream:1.4.9" level="project" />
<orderEntry type="library" name="Maven: xmlpull:xmlpull:1.1.3.1" level="project" />
<orderEntry type="library" name="Maven: xpp3:xpp3_min:1.1.4c" level="project" />
<orderEntry type="library" name="Maven: org.json:json:20140107" level="project" />
</component>
</module>

View File

@@ -0,0 +1,4 @@
<h3>API DATABASE</h3>
<br>
<p>Api para el projecto colegio</p>

BIN
colegio_api/bin/colegio.vpp Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,100 @@
González
Muñoz
Rojas
Días
Pérez
Soto
Contreras
Silva
Martínez
Sepúlveda
Morales
Rodríguez
López
Fuentes
Hernándes
Torres
Araya
Flores
Espinoza
Valenzuela
Castillo
Ramírez
Reyes
Gutiérrez
Castro
Vargas
Álvarez
Vásquez
tapia
Fernández
Sánchez
Carrasco
Gómez
Cortés
Herrera
Núñez
Jara
Vergara
Rivera
Figueroa
Riquelme
García
Miranda
Bravo
Vera
Molina
Vega
Campos
Sandoval
Orellana
Zúñiga
Oliares
Alarcón
Gallardo
Ortiz
Garrido
Salazar
Guzmán
Henríquez
Saavedra
Navarro
Aguilera
Parra
Romero
Aravena
Pizarro
Godoy
Peña
Cáceres
Leiva
Escobar
Yáñez
Valdés
Vidal
Salinas
Cárdenas
Jimenez
Ruiz
Lagos
Maldonado
Bustos
Medina
Pino
Palma
Moreno
Sanhueza
Carvajal
Navarrete
Sáez
Alvarado
Donoso
Poblete
Bustamante
Toro
Ortega
Venegas
Guerrero
Paredes
Farías
San Martín

View File

@@ -0,0 +1,199 @@
Agustín
Benjamin
Vicente
Martín
Matías
Joaquín
Tomás
Maximiliano
Mateo
CristóBalfeAlonso
Sebastían
José
Felipe
Diego
Lucas
Nicolás
Máximo
Juan
Bastían
Gaspar
Gabriel
Renato
Santiago
Emilio
Ignacio
Francisco
Javier
Damián
Bruno
Simón
Daniel
Luis
Facundo
Franco
Ángel
Luciano
Julián
Pedro
Pablo
Amaro
Fernando
Carlos
Cristián
Thomas
Esteban
Ian
David
Alexander
León
Dante
Rafael
Jorge
Gustavo
Emiliano
Dylan
Rodrigo
Víctor
Manuel
Camilo
Alejandro
Miguel
Elías
Álvaro
Eduardo
Leonardo
Fabían
Andrés
Valentín
Gonzalo
Cristopher
Kevin
Isaac
Alexis
Samuel
Aaron
Clemente
Jean
Ricardo
Alan
Héctor
Sergio
Óscar
Claudio
Demian
Patricio
Iván
Guillermo
Mathías
Marcelo
Mauricio
Josué
Jesús
Lukas
Isaías
César
Axel
Alfonso
Alex
Baltazar
Sofía
Emilia
Florencia
Antonella
Martina
Isidora
Maite
Josefa
Amanda
Agustina
Catalina
Antonia
Trinidad
Fernanda
María
Valentina
Javiera
Isabella
Ignacia
Constanza
Julieta
Francisca
Emily
Renata
Mia
Camila
Victoria
Matilda
Rafaela
Belén
Pascal
Monserrat
Laura
Magdalena
Paz
Anaís
Josefina
Pía
Violeta
Matilde
Dominique
Colomba
Rocío
Amalia
Leonor
Daniela
Pascale
Emma
Amparo
Samantha
Gabriela
Ámbar
Rafaella
Amelia
Mayra
Sophia
Génesis
Ema
Alondra
Mariana
Dominga
Mayte
Michelle
Rayén
Danae
Elena
Lucía
Millaray
Paula
Elizabeth
Anahís
Carolina
Elisa
Amy
Bárbara
Isabel
Ashley
Thiare
Noemí
Aylin
Luciana
Krishna
Ángela
Esperanza
Sara
Carla
Noelia
Kiara
Katalina
Celewste
Montserrat
Denisse
Dafne
Abigail
Antonela
Olivia
Maura
Alejandra
Alexandra
Consuelo

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:body><w:p><w:r><w:t>Apoderado:</w:t></w:r></w:p><w:p><w:r><w:t>Elisardo Cortes/108583320</w:t></w:r></w:p><w:p><w:r><w:t>Estudiantes:</w:t></w:r></w:p><w:p><w:r><w:t>Daniel Cortes/197638990</w:t></w:r></w:p><w:p><w:r><w:t>Daniela Pincheira/99875372</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p></w:body></w:wordDocument>

View File

@@ -0,0 +1,27 @@
<html>
<body>
<h2>Apoderados con mas de un estudiante</h2>
<h4>Apoderado</h4>
<hr>
<h5>Nombre:
Elisardo Cortes</h5>
<h5>Rut:
108583320</h5>
</hr>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th>
</tr>
<tr>
<tr>
<td>Daniel Cortes</td><td>197638990</td>
</tr>
<tr>
<td>Daniela Pincheira</td><td>99875372</td>
</tr>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1 @@
{"logica.reportes.ReporteApoderadosMasEstudiantes":{"apoderadosDuplicados":{"entry":{"Apoderado":{"rut":108583320,"nombre":"Elisardo Cortes"},"list":{"Estudiante":[{"rut":197638990,"apoderado__id__fk":{"rut":108583320,"nombre":"Elisardo Cortes"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Daniel Cortes"},{"rut":99875372,"apoderado__id__fk":{"rut":108583320,"nombre":"Elisardo Cortes"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Daniela Pincheira"}]}}}}}

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:user="urn:my-scripts" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:o="urn:schemas-microsoft-com:office:office"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ed woychowsky</Author><LastAuthor>Edmond Woychowsky</LastAuthor><Created>2007-01-26T16:54:15Z</Created><LastSaved>2007-01-27T05:18:54Z</LastSaved><Company>None</Company><Version>10.3501</Version></DocumentProperties><OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"><DownloadComponents/><LocationOfComponents HRef="file:///D:\"/></OfficeDocumentSettings><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"><WindowHeight>8700</WindowHeight><WindowWidth>11355</WindowWidth><WindowTopX>480</WindowTopX><WindowTopY>120</WindowTopY><ProtectStructure>False</ProtectStructure><ProtectWindows>False</ProtectWindows></ExcelWorkbook><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style></Styles><Worksheet ss:Name="Test"><Table><Row><Cell><Data ss:Type="String">Apoderado</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell></Row><Row><Cell><Data ss:Type="String">Elisardo Cortes</Data></Cell><Cell><Data ss:Type="String">108583320</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Estudiante</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell></Row><Row><Cell><Data ss:Type="String">Daniel Cortes</Data></Cell><Cell><Data ss:Type="String">197638990</Data></Cell></Row><Row><Cell><Data ss:Type="String">Daniela Pincheira</Data></Cell><Cell><Data ss:Type="String">99875372</Data></Cell></Row><Row><Cell/></Row></Table><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Print><ValidPrinterInfo/><HorizontalResolution>600</HorizontalResolution><VerticalResolution>0</VerticalResolution></Print><Selected/><Panes><Pane><Number>3</Number><ActiveRow>2</ActiveRow></Pane></Panes><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet2"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet3"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet></Workbook>

View File

@@ -0,0 +1,42 @@
<logica.reportes.ReporteApoderadosMasEstudiantes>
<apoderadosDuplicados>
<entry>
<Apoderado>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</Apoderado>
<list>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</apoderado__id__fk>
<nombre>Daniel Cortes</nombre>
<rut>197638990</rut>
</Estudiante>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</apoderado__id__fk>
<nombre>Daniela Pincheira</nombre>
<rut>99875372</rut>
</Estudiante>
</list>
</entry>
</apoderadosDuplicados>
</logica.reportes.ReporteApoderadosMasEstudiantes>

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?><w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:body><w:p><w:r><w:t>Vega Victoria:195127816</w:t></w:r></w:p><w:p><w:r><w:t>2017-12-08:
Presente</w:t></w:r></w:p><w:p><w:r><w:t>Matematicas</w:t></w:r></w:p><w:p><w:r><w:t>2.1080214538378463</w:t></w:r></w:p><w:p><w:r><w:t>Educacion Fisica</w:t></w:r></w:p><w:p><w:r><w:t>2.5488022630092693</w:t></w:r></w:p><w:p><w:r><w:t>Religion</w:t></w:r></w:p><w:p><w:r><w:t>5.282360409874606</w:t></w:r></w:p><w:p><w:r><w:t>Historia</w:t></w:r></w:p><w:p><w:r><w:t>3.881032418617634</w:t></w:r></w:p><w:p><w:r><w:t>Lenguaje</w:t></w:r></w:p><w:p><w:r><w:t>2.042055774243476</w:t></w:r></w:p></w:body></w:wordDocument>

View File

@@ -0,0 +1,76 @@
<html>
<body>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th>
</tr>
<tr>
<tr>
<td>Vega Victoria</td><td>195127816</td>
</tr>
</tr>
</table>
<table border="1">
<tr bgcolor="#9acd32">
<th>Fecha</th><th>Presente</th>
</tr>
<tr>
<tr>
<td>2017-12-08</td><td>
Si
</td>
</tr>
</tr>
</table>
<table>
<tr>
<td>
<table border="1">
<tr bgcolor="#9acd32">
<th>Matematicas</th>
</tr>
<tr>
<td>2.1080214538378463</td>
</tr>
</table>
</td><td>
<table border="1">
<tr bgcolor="#9acd32">
<th>Educacion Fisica</th>
</tr>
<tr>
<td>2.5488022630092693</td>
</tr>
</table>
</td><td>
<table border="1">
<tr bgcolor="#9acd32">
<th>Religion</th>
</tr>
<tr>
<td>5.282360409874606</td>
</tr>
</table>
</td><td>
<table border="1">
<tr bgcolor="#9acd32">
<th>Historia</th>
</tr>
<tr>
<td>3.881032418617634</td>
</tr>
</table>
</td><td>
<table border="1">
<tr bgcolor="#9acd32">
<th>Lenguaje</th>
</tr>
<tr>
<td>2.042055774243476</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1 @@
{"logica.reportes.ReporteAsistenciaYNotas":{"estudiante":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"porcentajeAsistencia":100,"asistencia":{"Asistencia":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asistio":true,"dia":{"class":"sql-date","content":"2017-12-08"}}},"notas":{"entry":[{"Asignatura":{"profesor__id__fk":{"rut":106235066,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Cáceres Aaron"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Matematicas"},"list":{"Nota":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asignatura__id__fk":{"profesor__id__fk":{"rut":106235066,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Cáceres Aaron"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Matematicas"},"valor":2.1080214538378463}}},{"Asignatura":{"profesor__id__fk":{"rut":200333039,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Orellana Anahís"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Educacion Fisica"},"list":{"Nota":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asignatura__id__fk":{"profesor__id__fk":{"rut":200333039,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Orellana Anahís"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Educacion Fisica"},"valor":2.5488022630092693}}},{"Asignatura":{"profesor__id__fk":{"rut":"19370025K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Vargas Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Religion"},"list":{"Nota":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asignatura__id__fk":{"profesor__id__fk":{"rut":"19370025K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Vargas Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Religion"},"valor":5.282360409874606}}},{"Asignatura":{"profesor__id__fk":{"rut":126588895,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Farías Danae"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Historia"},"list":{"Nota":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asignatura__id__fk":{"profesor__id__fk":{"rut":126588895,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Farías Danae"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Historia"},"valor":3.881032418617634}}},{"Asignatura":{"profesor__id__fk":{"rut":"16780425K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Campos Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Lenguaje"},"list":{"Nota":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asignatura__id__fk":{"profesor__id__fk":{"rut":"16780425K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Campos Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Lenguaje"},"valor":2.042055774243476}}}]}}}

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:user="urn:my-scripts" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:o="urn:schemas-microsoft-com:office:office"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ed woychowsky</Author><LastAuthor>Edmond Woychowsky</LastAuthor><Created>2007-01-26T16:54:15Z</Created><LastSaved>2007-01-27T05:18:54Z</LastSaved><Company>None</Company><Version>10.3501</Version></DocumentProperties><OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"><DownloadComponents/><LocationOfComponents HRef="file:///D:\"/></OfficeDocumentSettings><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"><WindowHeight>8700</WindowHeight><WindowWidth>11355</WindowWidth><WindowTopX>480</WindowTopX><WindowTopY>120</WindowTopY><ProtectStructure>False</ProtectStructure><ProtectWindows>False</ProtectWindows></ExcelWorkbook><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style></Styles><Worksheet ss:Name="Test"><Table><Row><Cell><Data ss:Type="String">Estudiante</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell></Row><Row><Cell><Data ss:Type="String">Vega Victoria</Data></Cell><Cell><Data ss:Type="String">195127816</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Dia</Data></Cell><Cell><Data ss:Type="String">Asistio</Data></Cell></Row><Row><Cell><Data ss:Type="String">2017-12-08</Data></Cell><Cell><Data ss:Type="String">Si</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Matematicas</Data></Cell></Row><Row><Cell><Data ss:Type="String">2.1080214538378463</Data></Cell></Row><Row><Cell><Data ss:Type="String">Educacion Fisica</Data></Cell></Row><Row><Cell><Data ss:Type="String">2.5488022630092693</Data></Cell></Row><Row><Cell><Data ss:Type="String">Religion</Data></Cell></Row><Row><Cell><Data ss:Type="String">5.282360409874606</Data></Cell></Row><Row><Cell><Data ss:Type="String">Historia</Data></Cell></Row><Row><Cell><Data ss:Type="String">3.881032418617634</Data></Cell></Row><Row><Cell><Data ss:Type="String">Lenguaje</Data></Cell></Row><Row><Cell><Data ss:Type="String">2.042055774243476</Data></Cell></Row></Table><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Print><ValidPrinterInfo/><HorizontalResolution>600</HorizontalResolution><VerticalResolution>0</VerticalResolution></Print><Selected/><Panes><Pane><Number>3</Number><ActiveRow>2</ActiveRow></Pane></Panes><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet2"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet3"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet></Workbook>

View File

@@ -0,0 +1,321 @@
<logica.reportes.ReporteAsistenciaYNotas>
<estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante>
<asistencia>
<Asistencia>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<dia class="sql-date">2017-12-08</dia>
<asistio>true</asistio>
</Asistencia>
</asistencia>
<notas>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Cáceres Aaron</nombre>
<rut>106235066</rut>
</profesor__id__fk>
<nombre>Matematicas</nombre>
</Asignatura>
<list>
<Nota>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Cáceres Aaron</nombre>
<rut>106235066</rut>
</profesor__id__fk>
<nombre>Matematicas</nombre>
</asignatura__id__fk>
<valor>2.1080214538378463</valor>
</Nota>
</list>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Orellana Anahís</nombre>
<rut>200333039</rut>
</profesor__id__fk>
<nombre>Educacion Fisica</nombre>
</Asignatura>
<list>
<Nota>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Orellana Anahís</nombre>
<rut>200333039</rut>
</profesor__id__fk>
<nombre>Educacion Fisica</nombre>
</asignatura__id__fk>
<valor>2.5488022630092693</valor>
</Nota>
</list>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Vargas Vicente</nombre>
<rut>19370025K</rut>
</profesor__id__fk>
<nombre>Religion</nombre>
</Asignatura>
<list>
<Nota>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Vargas Vicente</nombre>
<rut>19370025K</rut>
</profesor__id__fk>
<nombre>Religion</nombre>
</asignatura__id__fk>
<valor>5.282360409874606</valor>
</Nota>
</list>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Farías Danae</nombre>
<rut>126588895</rut>
</profesor__id__fk>
<nombre>Historia</nombre>
</Asignatura>
<list>
<Nota>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Farías Danae</nombre>
<rut>126588895</rut>
</profesor__id__fk>
<nombre>Historia</nombre>
</asignatura__id__fk>
<valor>3.881032418617634</valor>
</Nota>
</list>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Campos Vicente</nombre>
<rut>16780425K</rut>
</profesor__id__fk>
<nombre>Lenguaje</nombre>
</Asignatura>
<list>
<Nota>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Campos Vicente</nombre>
<rut>16780425K</rut>
</profesor__id__fk>
<nombre>Lenguaje</nombre>
</asignatura__id__fk>
<valor>2.042055774243476</valor>
</Nota>
</list>
</entry>
</notas>
<porcentajeAsistencia>100.0</porcentajeAsistencia>
</logica.reportes.ReporteAsistenciaYNotas>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?><w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:body><w:p><w:r><w:t>Estudiante:
Cáceres Emilia:110199392</w:t></w:r></w:p><w:p><w:r><w:t>Asistencia:
0%
</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p><w:p><w:r><w:t>Estudiante:
Daniel Cortes:197638990</w:t></w:r></w:p><w:p><w:r><w:t>Asistencia:
0%
</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p><w:p><w:r><w:t>Estudiante:
Daniela Pincheira:99875372</w:t></w:r></w:p><w:p><w:r><w:t>Asistencia:
0%
</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p><w:p><w:r><w:t>Estudiante:
Guzmán Mauricio:157627007</w:t></w:r></w:p><w:p><w:r><w:t>Asistencia:
0%
</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p><w:p><w:r><w:t>Estudiante:
Escobar Dominga:207486167</w:t></w:r></w:p><w:p><w:r><w:t>Asistencia:
0%
</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p><w:p><w:r><w:t>Estudiante:
Vega Victoria:195127816</w:t></w:r></w:p><w:p><w:r><w:t>Asistencia:
100%
</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p></w:body></w:wordDocument>

View File

@@ -0,0 +1,30 @@
<html>
<body>
<h2>Estudiantes con baja asistencia</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th><th>Porcentaje asistencia</th>
</tr>
<tr>
<tr>
<td>C&aacute;ceres Emilia</td><td>110199392</td><td>0</td>
</tr>
<tr>
<td>Daniel Cortes</td><td>197638990</td><td>0</td>
</tr>
<tr>
<td>Daniela Pincheira</td><td>99875372</td><td>0</td>
</tr>
<tr>
<td>Guzm&aacute;n Mauricio</td><td>157627007</td><td>0</td>
</tr>
<tr>
<td>Escobar Dominga</td><td>207486167</td><td>0</td>
</tr>
<tr>
<td>Vega Victoria</td><td>195127816</td><td>100</td>
</tr>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1 @@
<string>{&quot;logica.reportes.ReporteAsistenciaBajo&quot;:{&quot;map&quot;:{&quot;Atribute&quot;:[{&quot;Estudiante&quot;:{&quot;rut&quot;:110199392,&quot;apoderado__id__fk&quot;:{&quot;rut&quot;:158729431,&quot;nombre&quot;:&quot;Saavedra Michelle&quot;},&quot;curso__id__fk&quot;:{&quot;colegio__id__fk&quot;:{&quot;nombre&quot;:&quot;Colegio San Francisco&quot;},&quot;letra&quot;:&quot;A&quot;,&quot;nivel&quot;:2},&quot;nombre&quot;:&quot;Cáceres Emilia&quot;},&quot;PorcentajeAsistencia&quot;:0},{&quot;Estudiante&quot;:{&quot;rut&quot;:197638990,&quot;apoderado__id__fk&quot;:{&quot;rut&quot;:108583320,&quot;nombre&quot;:&quot;Elisardo Cortes&quot;},&quot;curso__id__fk&quot;:{&quot;colegio__id__fk&quot;:{&quot;nombre&quot;:&quot;Colegio San Francisco&quot;},&quot;letra&quot;:&quot;A&quot;,&quot;nivel&quot;:1},&quot;nombre&quot;:&quot;Daniel Cortes&quot;},&quot;PorcentajeAsistencia&quot;:0},{&quot;Estudiante&quot;:{&quot;rut&quot;:99875372,&quot;apoderado__id__fk&quot;:{&quot;rut&quot;:108583320,&quot;nombre&quot;:&quot;Elisardo Cortes&quot;},&quot;curso__id__fk&quot;:{&quot;colegio__id__fk&quot;:{&quot;nombre&quot;:&quot;Colegio San Francisco&quot;},&quot;letra&quot;:&quot;A&quot;,&quot;nivel&quot;:1},&quot;nombre&quot;:&quot;Daniela Pincheira&quot;},&quot;PorcentajeAsistencia&quot;:0},{&quot;Estudiante&quot;:{&quot;rut&quot;:157627007,&quot;apoderado__id__fk&quot;:{&quot;rut&quot;:162415727,&quot;nombre&quot;:&quot;Carrasco Ema&quot;},&quot;curso__id__fk&quot;:{&quot;colegio__id__fk&quot;:{&quot;nombre&quot;:&quot;Colegio San Francisco&quot;},&quot;letra&quot;:&quot;B&quot;,&quot;nivel&quot;:2},&quot;nombre&quot;:&quot;Guzmán Mauricio&quot;},&quot;PorcentajeAsistencia&quot;:0},{&quot;Estudiante&quot;:{&quot;rut&quot;:207486167,&quot;apoderado__id__fk&quot;:{&quot;rut&quot;:103183855,&quot;nombre&quot;:&quot;Venegas Bárbara&quot;},&quot;curso__id__fk&quot;:{&quot;colegio__id__fk&quot;:{&quot;nombre&quot;:&quot;Colegio San Francisco&quot;},&quot;letra&quot;:&quot;B&quot;,&quot;nivel&quot;:1},&quot;nombre&quot;:&quot;Escobar Dominga&quot;},&quot;PorcentajeAsistencia&quot;:0},{&quot;Estudiante&quot;:{&quot;rut&quot;:195127816,&quot;apoderado__id__fk&quot;:{&quot;rut&quot;:&quot;13330908K&quot;,&quot;nombre&quot;:&quot;Vargas Amaro&quot;},&quot;curso__id__fk&quot;:{&quot;colegio__id__fk&quot;:{&quot;nombre&quot;:&quot;Colegio San Francisco&quot;},&quot;letra&quot;:&quot;A&quot;,&quot;nivel&quot;:1},&quot;nombre&quot;:&quot;Vega Victoria&quot;},&quot;PorcentajeAsistencia&quot;:100}]}}}</string>

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:user="urn:my-scripts" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:o="urn:schemas-microsoft-com:office:office"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ed woychowsky</Author><LastAuthor>Edmond Woychowsky</LastAuthor><Created>2007-01-26T16:54:15Z</Created><LastSaved>2007-01-27T05:18:54Z</LastSaved><Company>None</Company><Version>10.3501</Version></DocumentProperties><OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"><DownloadComponents/><LocationOfComponents HRef="file:///D:\"/></OfficeDocumentSettings><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"><WindowHeight>8700</WindowHeight><WindowWidth>11355</WindowWidth><WindowTopX>480</WindowTopX><WindowTopY>120</WindowTopY><ProtectStructure>False</ProtectStructure><ProtectWindows>False</ProtectWindows></ExcelWorkbook><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style></Styles><Worksheet ss:Name="Test"><Table><Row><Cell><Data ss:Type="String">Estudiante</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell><Cell><Data ss:Type="String">Porcentaje</Data></Cell></Row><Row><Cell><Data ss:Type="String">Cáceres Emilia</Data></Cell><Cell><Data ss:Type="String">110199392</Data></Cell><Cell><Data ss:Type="String">%0</Data></Cell></Row><Row><Cell><Data ss:Type="String">Daniel Cortes</Data></Cell><Cell><Data ss:Type="String">197638990</Data></Cell><Cell><Data ss:Type="String">%0</Data></Cell></Row><Row><Cell><Data ss:Type="String">Daniela Pincheira</Data></Cell><Cell><Data ss:Type="String">99875372</Data></Cell><Cell><Data ss:Type="String">%0</Data></Cell></Row><Row><Cell><Data ss:Type="String">Guzmán Mauricio</Data></Cell><Cell><Data ss:Type="String">157627007</Data></Cell><Cell><Data ss:Type="String">%0</Data></Cell></Row><Row><Cell><Data ss:Type="String">Escobar Dominga</Data></Cell><Cell><Data ss:Type="String">207486167</Data></Cell><Cell><Data ss:Type="String">%0</Data></Cell></Row><Row><Cell><Data ss:Type="String">Vega Victoria</Data></Cell><Cell><Data ss:Type="String">195127816</Data></Cell><Cell><Data ss:Type="String">%100</Data></Cell></Row></Table><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Print><ValidPrinterInfo/><HorizontalResolution>600</HorizontalResolution><VerticalResolution>0</VerticalResolution></Print><Selected/><Panes><Pane><Number>3</Number><ActiveRow>2</ActiveRow></Pane></Panes><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet2"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet3"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet></Workbook>

View File

@@ -0,0 +1,112 @@
<logica.reportes.ReporteAsistenciaBajo>
<map>
<Atribute>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>2</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Saavedra Michelle</nombre>
<rut>158729431</rut>
</apoderado__id__fk>
<nombre>Cáceres Emilia</nombre>
<rut>110199392</rut>
</Estudiante>
<PorcentajeAsistencia>0</PorcentajeAsistencia>
</Atribute>
<Atribute>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</apoderado__id__fk>
<nombre>Daniel Cortes</nombre>
<rut>197638990</rut>
</Estudiante>
<PorcentajeAsistencia>0</PorcentajeAsistencia>
</Atribute>
<Atribute>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</apoderado__id__fk>
<nombre>Daniela Pincheira</nombre>
<rut>99875372</rut>
</Estudiante>
<PorcentajeAsistencia>0</PorcentajeAsistencia>
</Atribute>
<Atribute>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>2</nivel>
<letra>B</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Carrasco Ema</nombre>
<rut>162415727</rut>
</apoderado__id__fk>
<nombre>Guzmán Mauricio</nombre>
<rut>157627007</rut>
</Estudiante>
<PorcentajeAsistencia>0</PorcentajeAsistencia>
</Atribute>
<Atribute>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>B</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Venegas Bárbara</nombre>
<rut>103183855</rut>
</apoderado__id__fk>
<nombre>Escobar Dominga</nombre>
<rut>207486167</rut>
</Estudiante>
<PorcentajeAsistencia>0</PorcentajeAsistencia>
</Atribute>
<Atribute>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</Estudiante>
<PorcentajeAsistencia>100</PorcentajeAsistencia>
</Atribute>
</map>
</logica.reportes.ReporteAsistenciaBajo>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,463 @@
<html>
<style>
.separator {
height: 100px;
}
</style>
<body>
<h2>Reporte General Apoderado</h2>
<div class="general">
<table border="1px solid black" class="apoderado">
<tr bgcolor="#9acd32">
<th>Apoderado</th><th>Rut</th>
</tr>
<tr>
<td>Miranda Alexis</td><td>163201607</td>
</tr>
</table>
<h3>Notas</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>S&aacute;ez Martina</td><td>167297757</td>
</tr>
</table>
<table border="1px solid black" class="notas">
<tr bgcolor="#9acd32">
<th>Asignatura</th><th>Nota</th>
</tr>
<tr>
<td>Historia</td><td>2.6241784178006142</td>
</tr>
<tr>
<td>Religion</td><td>0.6345888606763502</td>
</tr>
<tr>
<td>Lenguaje</td><td>1.196067487299745</td>
</tr>
<tr>
<td>Educacion Fisica</td><td>1.0321468506025449</td>
</tr>
<tr>
<td>Matematicas</td><td>1.2016446096380382</td>
</tr>
</table>
<h3>Planificaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>S&aacute;ez Martina</td><td>167297757</td>
</tr>
</table>
<h5>Religion</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-02-22</td>
</tr>
</table>
<h5>Educacion Fisica</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-07-31</td>
</tr>
</table>
<h5>Matematicas</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-01-03</td>
</tr>
</table>
<h5>Lenguaje</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-12-01</td>
</tr>
</table>
<h5>Historia</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-12-09</td>
</tr>
</table>
<h3>Anotaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>S&aacute;ez Martina</td><td>167297757</td>
</tr>
</table>
<table border="1px solid black" class="anotaciones">
<tr bgcolor="#9acd32">
<th>Profesor</th><th>Tipo</th><th>Descripcion</th>
</tr>
<tr>
<td>tapia Sara</td><td>
Positiva
</td><td>suspendisse gubergren homero mediocrem dico</td>
</tr>
</table>
</div>
<div class="separator"></div>
<div class="general">
<table border="1px solid black" class="apoderado">
<tr bgcolor="#9acd32">
<th>Apoderado</th><th>Rut</th>
</tr>
<tr>
<td>Ruiz Isabel</td><td>192437059</td>
</tr>
</table>
<h3>Notas</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Torres Marcelo</td><td>126843518</td>
</tr>
</table>
<table border="1px solid black" class="notas">
<tr bgcolor="#9acd32">
<th>Asignatura</th><th>Nota</th>
</tr>
<tr>
<td>Matematicas</td><td>2.5365102783393088</td>
</tr>
<tr>
<td>Lenguaje</td><td>6.525668154528796</td>
</tr>
<tr>
<td>Historia</td><td>5.132631504561824</td>
</tr>
<tr>
<td>Educacion Fisica</td><td>2.9321762855891578</td>
</tr>
<tr>
<td>Religion</td><td>1.9549805030335246</td>
</tr>
</table>
<h3>Planificaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Torres Marcelo</td><td>126843518</td>
</tr>
</table>
<h5>Historia</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-05-09</td>
</tr>
</table>
<h5>Matematicas</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-06-26</td>
</tr>
</table>
<h5>Religion</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-10-22</td>
</tr>
</table>
<h5>Educacion Fisica</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-03-03</td>
</tr>
</table>
<h5>Lenguaje</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-04-09</td>
</tr>
</table>
<h3>Anotaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Torres Marcelo</td><td>126843518</td>
</tr>
</table>
<table border="1px solid black" class="anotaciones">
<tr bgcolor="#9acd32">
<th>Profesor</th><th>Tipo</th><th>Descripcion</th>
</tr>
<tr>
<td>Fuentes Isabel</td><td>
Negativa
</td><td>posse labores eleifend eum venenatis</td>
</tr>
</table>
</div>
<div class="separator"></div>
<div class="general">
<table border="1px solid black" class="apoderado">
<tr bgcolor="#9acd32">
<th>Apoderado</th><th>Rut</th>
</tr>
<tr>
<td>Reyes B&aacute;rbara</td><td>139748530</td>
</tr>
</table>
<h3>Notas</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Alvarado Paula</td><td>159103994</td>
</tr>
</table>
<table border="1px solid black" class="notas">
<tr bgcolor="#9acd32">
<th>Asignatura</th><th>Nota</th>
</tr>
<tr>
<td>Matematicas</td><td>4.052325252889409</td>
</tr>
<tr>
<td>Historia</td><td>3.530795526293155</td>
</tr>
<tr>
<td>Lenguaje</td><td>4.928778519389801</td>
</tr>
<tr>
<td>Educacion Fisica</td><td>6.314237444822694</td>
</tr>
<tr>
<td>Religion</td><td>4.125835237782586</td>
</tr>
</table>
<h3>Planificaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Alvarado Paula</td><td>159103994</td>
</tr>
</table>
<h5>Matematicas</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-05-06</td>
</tr>
</table>
<h5>Religion</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-05-21</td>
</tr>
</table>
<h5>Educacion Fisica</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-06-22</td>
</tr>
</table>
<h5>Lenguaje</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-03-02</td>
</tr>
</table>
<h5>Historia</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-09-14</td>
</tr>
</table>
<h3>Anotaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Alvarado Paula</td><td>159103994</td>
</tr>
</table>
<table border="1px solid black" class="anotaciones">
<tr bgcolor="#9acd32">
<th>Profesor</th><th>Tipo</th><th>Descripcion</th>
</tr>
<tr>
<td>S&aacute;nchez Ray&eacute;n</td><td>
Positiva
</td><td>nunc gravida maecenas sapien causae</td>
</tr>
</table>
</div>
<div class="separator"></div>
<div class="general">
<table border="1px solid black" class="apoderado">
<tr bgcolor="#9acd32">
<th>Apoderado</th><th>Rut</th>
</tr>
<tr>
<td>Parra Dami&aacute;n</td><td>182758310</td>
</tr>
</table>
<h3>Notas</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Miranda Ignacio</td><td>173008864</td>
</tr>
</table>
<table border="1px solid black" class="notas">
<tr bgcolor="#9acd32">
<th>Asignatura</th><th>Nota</th>
</tr>
<tr>
<td>Educacion Fisica</td><td>4.724762093876315</td>
</tr>
<tr>
<td>Religion</td><td>2.067419465011967</td>
</tr>
<tr>
<td>Matematicas</td><td>3.141933536051263</td>
</tr>
<tr>
<td>Historia</td><td>3.4533684403932043</td>
</tr>
<tr>
<td>Lenguaje</td><td>4.640525941626874</td>
</tr>
</table>
<h3>Planificaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Miranda Ignacio</td><td>173008864</td>
</tr>
</table>
<h5>Matematicas</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-12-27</td>
</tr>
</table>
<h5>Historia</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-02-02</td>
</tr>
</table>
<h5>Educacion Fisica</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-09-19</td>
</tr>
</table>
<h5>Religion</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-05-23</td>
</tr>
</table>
<h5>Lenguaje</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-09-06</td>
</tr>
</table>
<h3>Anotaciones</h3>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Miranda Ignacio</td><td>173008864</td>
</tr>
</table>
<table border="1px solid black" class="anotaciones">
<tr bgcolor="#9acd32">
<th>Profesor</th><th>Tipo</th><th>Descripcion</th>
</tr>
<tr>
<td>L&oacute;pez Carla</td><td>
Positiva
</td><td>scelerisque ocurreret non erroribus vocibus</td>
</tr>
</table>
</div>
<div class="separator"></div>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:body><w:p><w:r><w:t>Estudiante:</w:t></w:r></w:p><w:p><w:r><w:t>Vega Victoria/195127816</w:t></w:r></w:p><w:p><w:r><w:t>Notas:</w:t></w:r></w:p><w:p><w:r><w:t>2.042055774243476</w:t></w:r></w:p><w:p><w:r><w:t/></w:r></w:p></w:body></w:wordDocument>

View File

@@ -0,0 +1,25 @@
<html>
<body>
<h2>Notas por asignatura del profesor</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th>
</tr>
<tr>
<tr>
<td>Vega Victoria</td><td>195127816</td>
</tr>
</tr>
</table>
<table border="1">
<tr bgcolor="#9acd32">
<th>Notas</th>
</tr>
<tr>
<tr>
<td>2.042055774243476</td>
</tr>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1 @@
{"logica.reportes.ReporteNotasProfesor":{"lista":{"entry":{"Estudiante":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"list":{"Nota":{"estudiante__id__fk":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"asignatura__id__fk":{"profesor__id__fk":{"rut":"16780425K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Campos Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Lenguaje"},"valor":2.042055774243476}}}}}}

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:user="urn:my-scripts" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:o="urn:schemas-microsoft-com:office:office"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ed woychowsky</Author><LastAuthor>Edmond Woychowsky</LastAuthor><Created>2007-01-26T16:54:15Z</Created><LastSaved>2007-01-27T05:18:54Z</LastSaved><Company>None</Company><Version>10.3501</Version></DocumentProperties><OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"><DownloadComponents/><LocationOfComponents HRef="file:///D:\"/></OfficeDocumentSettings><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"><WindowHeight>8700</WindowHeight><WindowWidth>11355</WindowWidth><WindowTopX>480</WindowTopX><WindowTopY>120</WindowTopY><ProtectStructure>False</ProtectStructure><ProtectWindows>False</ProtectWindows></ExcelWorkbook><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style></Styles><Worksheet ss:Name="Test"><Table><Row><Cell><Data ss:Type="String">Estudiante</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell><Cell><Data ss:Type="String">Notas</Data></Cell></Row><Row><Cell><Data ss:Type="String">Vega Victoria</Data></Cell><Cell><Data ss:Type="String">195127816</Data></Cell><Cell><Data ss:Type="String">2.042055774243476</Data></Cell></Row></Table><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Print><ValidPrinterInfo/><HorizontalResolution>600</HorizontalResolution><VerticalResolution>0</VerticalResolution></Print><Selected/><Panes><Pane><Number>3</Number><ActiveRow>2</ActiveRow></Pane></Panes><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet2"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet3"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet></Workbook>

View File

@@ -0,0 +1,58 @@
<logica.reportes.ReporteNotasProfesor>
<lista>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</Estudiante>
<list>
<Nota>
<estudiante__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</estudiante__id__fk>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Campos Vicente</nombre>
<rut>16780425K</rut>
</profesor__id__fk>
<nombre>Lenguaje</nombre>
</asignatura__id__fk>
<valor>2.042055774243476</valor>
</Nota>
</list>
</entry>
</lista>
</logica.reportes.ReporteNotasProfesor>

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:body><w:p><w:r><w:t>Vega Victoria/195127816</w:t></w:r></w:p><w:p><w:r><w:t>Asignatura:Religion</w:t></w:r></w:p><w:p><w:r><w:t>Prueba/2017-11-03</w:t></w:r></w:p><w:p><w:r><w:t>Asignatura:Historia</w:t></w:r></w:p><w:p><w:r><w:t>Prueba/2017-10-23</w:t></w:r></w:p><w:p><w:r><w:t>Asignatura:Educacion Fisica</w:t></w:r></w:p><w:p><w:r><w:t>Taller/2017-04-16</w:t></w:r></w:p><w:p><w:r><w:t>Asignatura:Matematicas</w:t></w:r></w:p><w:p><w:r><w:t>Taller/2017-11-04</w:t></w:r></w:p><w:p><w:r><w:t>Asignatura:Lenguaje</w:t></w:r></w:p><w:p><w:r><w:t>Taller/2017-12-05</w:t></w:r></w:p></w:body></w:wordDocument>

View File

@@ -0,0 +1,59 @@
<html>
<body>
<h2>Planificaciones</h2>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Vega Victoria</td><td>195127816</td>
</tr>
</table>
<h5>Religion</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-11-03</td>
</tr>
</table>
<h5>Historia</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-10-23</td>
</tr>
</table>
<h5>Educacion Fisica</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-04-16</td>
</tr>
</table>
<h5>Matematicas</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-11-04</td>
</tr>
</table>
<h5>Lenguaje</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Taller</td><td>2017-12-05</td>
</tr>
</table>
<div style="height:25px;"></div>
</body>
</html>

View File

@@ -0,0 +1 @@
{"logica.reportes.ReportePlanificaciones":{"planificaciones":{"entry":{"Estudiante":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"map":{"entry":[{"Asignatura":{"profesor__id__fk":{"rut":"19370025K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Vargas Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Religion"},"Actividad-array":{"Actividad":{"fecha":{"class":"sql-date","content":"2017-11-03"},"tipo":"Prueba","asignatura__id__fk":{"profesor__id__fk":{"rut":"19370025K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Vargas Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Religion"}}}},{"Asignatura":{"profesor__id__fk":{"rut":126588895,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Farías Danae"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Historia"},"Actividad-array":{"Actividad":{"fecha":{"class":"sql-date","content":"2017-10-23"},"tipo":"Prueba","asignatura__id__fk":{"profesor__id__fk":{"rut":126588895,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Farías Danae"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Historia"}}}},{"Asignatura":{"profesor__id__fk":{"rut":200333039,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Orellana Anahís"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Educacion Fisica"},"Actividad-array":{"Actividad":{"fecha":{"class":"sql-date","content":"2017-04-16"},"tipo":"Taller","asignatura__id__fk":{"profesor__id__fk":{"rut":200333039,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Orellana Anahís"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Educacion Fisica"}}}},{"Asignatura":{"profesor__id__fk":{"rut":106235066,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Cáceres Aaron"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Matematicas"},"Actividad-array":{"Actividad":{"fecha":{"class":"sql-date","content":"2017-11-04"},"tipo":"Taller","asignatura__id__fk":{"profesor__id__fk":{"rut":106235066,"colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Cáceres Aaron"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Matematicas"}}}},{"Asignatura":{"profesor__id__fk":{"rut":"16780425K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Campos Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Lenguaje"},"Actividad-array":{"Actividad":{"fecha":{"class":"sql-date","content":"2017-12-05"},"tipo":"Taller","asignatura__id__fk":{"profesor__id__fk":{"rut":"16780425K","colegio__id__fk":{"nombre":"Colegio San Francisco"},"nombre":"Campos Vicente"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Lenguaje"}}}}]}}}}}

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:user="urn:my-scripts" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:o="urn:schemas-microsoft-com:office:office"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ed woychowsky</Author><LastAuthor>Edmond Woychowsky</LastAuthor><Created>2007-01-26T16:54:15Z</Created><LastSaved>2007-01-27T05:18:54Z</LastSaved><Company>None</Company><Version>10.3501</Version></DocumentProperties><OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"><DownloadComponents/><LocationOfComponents HRef="file:///D:\"/></OfficeDocumentSettings><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"><WindowHeight>8700</WindowHeight><WindowWidth>11355</WindowWidth><WindowTopX>480</WindowTopX><WindowTopY>120</WindowTopY><ProtectStructure>False</ProtectStructure><ProtectWindows>False</ProtectWindows></ExcelWorkbook><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style></Styles><Worksheet ss:Name="Test"><Table><Row><Cell><Data ss:Type="String">Estudiante</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell></Row><Row><Cell><Data ss:Type="String">Vega Victoria</Data></Cell><Cell><Data ss:Type="String">195127816</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Asignatura</Data></Cell><Cell><Data ss:Type="String">Religion</Data></Cell></Row><Row><Cell><Data ss:Type="String">Fecha</Data></Cell><Cell><Data ss:Type="String">Tipo</Data></Cell></Row><Row><Cell><Data ss:Type="String">Prueba</Data></Cell><Cell><Data ss:Type="String">2017-11-03</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Asignatura</Data></Cell><Cell><Data ss:Type="String">Historia</Data></Cell></Row><Row><Cell><Data ss:Type="String">Fecha</Data></Cell><Cell><Data ss:Type="String">Tipo</Data></Cell></Row><Row><Cell><Data ss:Type="String">Prueba</Data></Cell><Cell><Data ss:Type="String">2017-10-23</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Asignatura</Data></Cell><Cell><Data ss:Type="String">Educacion Fisica</Data></Cell></Row><Row><Cell><Data ss:Type="String">Fecha</Data></Cell><Cell><Data ss:Type="String">Tipo</Data></Cell></Row><Row><Cell><Data ss:Type="String">Taller</Data></Cell><Cell><Data ss:Type="String">2017-04-16</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Asignatura</Data></Cell><Cell><Data ss:Type="String">Matematicas</Data></Cell></Row><Row><Cell><Data ss:Type="String">Fecha</Data></Cell><Cell><Data ss:Type="String">Tipo</Data></Cell></Row><Row><Cell><Data ss:Type="String">Taller</Data></Cell><Cell><Data ss:Type="String">2017-11-04</Data></Cell></Row><Row><Cell/></Row><Row><Cell><Data ss:Type="String">Asignatura</Data></Cell><Cell><Data ss:Type="String">Lenguaje</Data></Cell></Row><Row><Cell><Data ss:Type="String">Fecha</Data></Cell><Cell><Data ss:Type="String">Tipo</Data></Cell></Row><Row><Cell><Data ss:Type="String">Taller</Data></Cell><Cell><Data ss:Type="String">2017-12-05</Data></Cell></Row><Row><Cell/></Row></Table><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Print><ValidPrinterInfo/><HorizontalResolution>600</HorizontalResolution><VerticalResolution>0</VerticalResolution></Print><Selected/><Panes><Pane><Number>3</Number><ActiveRow>2</ActiveRow></Pane></Panes><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet2"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet3"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet></Workbook>

View File

@@ -0,0 +1,233 @@
<logica.reportes.ReportePlanificaciones>
<planificaciones>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</Estudiante>
<map>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Vargas Vicente</nombre>
<rut>19370025K</rut>
</profesor__id__fk>
<nombre>Religion</nombre>
</Asignatura>
<Actividad-array>
<Actividad>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Vargas Vicente</nombre>
<rut>19370025K</rut>
</profesor__id__fk>
<nombre>Religion</nombre>
</asignatura__id__fk>
<fecha class="sql-date">2017-11-03</fecha>
<tipo>Prueba</tipo>
</Actividad>
</Actividad-array>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Farías Danae</nombre>
<rut>126588895</rut>
</profesor__id__fk>
<nombre>Historia</nombre>
</Asignatura>
<Actividad-array>
<Actividad>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Farías Danae</nombre>
<rut>126588895</rut>
</profesor__id__fk>
<nombre>Historia</nombre>
</asignatura__id__fk>
<fecha class="sql-date">2017-10-23</fecha>
<tipo>Prueba</tipo>
</Actividad>
</Actividad-array>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Orellana Anahís</nombre>
<rut>200333039</rut>
</profesor__id__fk>
<nombre>Educacion Fisica</nombre>
</Asignatura>
<Actividad-array>
<Actividad>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Orellana Anahís</nombre>
<rut>200333039</rut>
</profesor__id__fk>
<nombre>Educacion Fisica</nombre>
</asignatura__id__fk>
<fecha class="sql-date">2017-04-16</fecha>
<tipo>Taller</tipo>
</Actividad>
</Actividad-array>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Cáceres Aaron</nombre>
<rut>106235066</rut>
</profesor__id__fk>
<nombre>Matematicas</nombre>
</Asignatura>
<Actividad-array>
<Actividad>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Cáceres Aaron</nombre>
<rut>106235066</rut>
</profesor__id__fk>
<nombre>Matematicas</nombre>
</asignatura__id__fk>
<fecha class="sql-date">2017-11-04</fecha>
<tipo>Taller</tipo>
</Actividad>
</Actividad-array>
</entry>
<entry>
<Asignatura>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Campos Vicente</nombre>
<rut>16780425K</rut>
</profesor__id__fk>
<nombre>Lenguaje</nombre>
</Asignatura>
<Actividad-array>
<Actividad>
<asignatura__id__fk>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<profesor__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nombre>Campos Vicente</nombre>
<rut>16780425K</rut>
</profesor__id__fk>
<nombre>Lenguaje</nombre>
</asignatura__id__fk>
<fecha class="sql-date">2017-12-05</fecha>
<tipo>Taller</tipo>
</Actividad>
</Actividad-array>
</entry>
</map>
</entry>
</planificaciones>
</logica.reportes.ReportePlanificaciones>

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"><w:body><w:p><w:r><w:t>Vega Victoria/195127816</w:t></w:r></w:p><w:p><w:r><w:t>3.2</w:t></w:r></w:p><w:p><w:r><w:t>Escobar Dominga/207486167</w:t></w:r></w:p><w:p><w:r><w:t>3.2</w:t></w:r></w:p><w:p><w:r><w:t>Daniela Pincheira/99875372</w:t></w:r></w:p><w:p><w:r><w:t>0.0</w:t></w:r></w:p><w:p><w:r><w:t>Guzmán Mauricio/157627007</w:t></w:r></w:p><w:p><w:r><w:t>3.9</w:t></w:r></w:p><w:p><w:r><w:t>Daniel Cortes/197638990</w:t></w:r></w:p><w:p><w:r><w:t>0.0</w:t></w:r></w:p></w:body></w:wordDocument>

View File

@@ -0,0 +1,27 @@
<html>
<body>
<h2>Estudiantes Reprobando</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th><th>Promedio</th>
</tr>
<tr>
<tr>
<td>Vega Victoria</td><td>195127816</td><td>3.2</td>
</tr>
<tr>
<td>Escobar Dominga</td><td>207486167</td><td>3.2</td>
</tr>
<tr>
<td>Daniela Pincheira</td><td>99875372</td><td>0.0</td>
</tr>
<tr>
<td>Guzm&aacute;n Mauricio</td><td>157627007</td><td>3.9</td>
</tr>
<tr>
<td>Daniel Cortes</td><td>197638990</td><td>0.0</td>
</tr>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1 @@
{"logica.reportes.ReporteReprobando":{"estudiantesRepobando":{"entry":[{"Estudiante":{"rut":195127816,"apoderado__id__fk":{"rut":"13330908K","nombre":"Vargas Amaro"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Vega Victoria"},"float":3.2},{"Estudiante":{"rut":207486167,"apoderado__id__fk":{"rut":103183855,"nombre":"Venegas Bárbara"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"B","nivel":1},"nombre":"Escobar Dominga"},"float":3.2},{"Estudiante":{"rut":99875372,"apoderado__id__fk":{"rut":108583320,"nombre":"Elisardo Cortes"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Daniela Pincheira"},"float":0},{"Estudiante":{"rut":157627007,"apoderado__id__fk":{"rut":162415727,"nombre":"Carrasco Ema"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"B","nivel":2},"nombre":"Guzmán Mauricio"},"float":3.9},{"Estudiante":{"rut":197638990,"apoderado__id__fk":{"rut":108583320,"nombre":"Elisardo Cortes"},"curso__id__fk":{"colegio__id__fk":{"nombre":"Colegio San Francisco"},"letra":"A","nivel":1},"nombre":"Daniel Cortes"},"float":0}]}}}

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:user="urn:my-scripts" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:o="urn:schemas-microsoft-com:office:office"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ed woychowsky</Author><LastAuthor>Edmond Woychowsky</LastAuthor><Created>2007-01-26T16:54:15Z</Created><LastSaved>2007-01-27T05:18:54Z</LastSaved><Company>None</Company><Version>10.3501</Version></DocumentProperties><OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"><DownloadComponents/><LocationOfComponents HRef="file:///D:\"/></OfficeDocumentSettings><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"><WindowHeight>8700</WindowHeight><WindowWidth>11355</WindowWidth><WindowTopX>480</WindowTopX><WindowTopY>120</WindowTopY><ProtectStructure>False</ProtectStructure><ProtectWindows>False</ProtectWindows></ExcelWorkbook><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style></Styles><Worksheet ss:Name="Test"><Table><Row><Cell><Data ss:Type="String">Estudiante</Data></Cell><Cell><Data ss:Type="String">Rut</Data></Cell><Cell><Data ss:Type="String">Nota</Data></Cell></Row><Row><Cell><Data ss:Type="String">Vega Victoria</Data></Cell><Cell><Data ss:Type="String">195127816</Data></Cell><Cell><Data ss:Type="String">3.2</Data></Cell></Row><Row><Cell><Data ss:Type="String">Escobar Dominga</Data></Cell><Cell><Data ss:Type="String">207486167</Data></Cell><Cell><Data ss:Type="String">3.2</Data></Cell></Row><Row><Cell><Data ss:Type="String">Daniela Pincheira</Data></Cell><Cell><Data ss:Type="String">99875372</Data></Cell><Cell><Data ss:Type="String">0.0</Data></Cell></Row><Row><Cell><Data ss:Type="String">Guzmán Mauricio</Data></Cell><Cell><Data ss:Type="String">157627007</Data></Cell><Cell><Data ss:Type="String">3.9</Data></Cell></Row><Row><Cell><Data ss:Type="String">Daniel Cortes</Data></Cell><Cell><Data ss:Type="String">197638990</Data></Cell><Cell><Data ss:Type="String">0.0</Data></Cell></Row></Table><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Print><ValidPrinterInfo/><HorizontalResolution>600</HorizontalResolution><VerticalResolution>0</VerticalResolution></Print><Selected/><Panes><Pane><Number>3</Number><ActiveRow>2</ActiveRow></Pane></Panes><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet2"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet><Worksheet ss:Name="Sheet3"><WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><ProtectObjects>False</ProtectObjects><ProtectScenarios>False</ProtectScenarios></WorksheetOptions></Worksheet></Workbook>

View File

@@ -0,0 +1,94 @@
<logica.reportes.ReporteReprobando>
<estudiantesRepobando>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Vargas Amaro</nombre>
<rut>13330908K</rut>
</apoderado__id__fk>
<nombre>Vega Victoria</nombre>
<rut>195127816</rut>
</Estudiante>
<float>3.2</float>
</entry>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>B</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Venegas Bárbara</nombre>
<rut>103183855</rut>
</apoderado__id__fk>
<nombre>Escobar Dominga</nombre>
<rut>207486167</rut>
</Estudiante>
<float>3.2</float>
</entry>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</apoderado__id__fk>
<nombre>Daniela Pincheira</nombre>
<rut>99875372</rut>
</Estudiante>
<float>0.0</float>
</entry>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>2</nivel>
<letra>B</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Carrasco Ema</nombre>
<rut>162415727</rut>
</apoderado__id__fk>
<nombre>Guzmán Mauricio</nombre>
<rut>157627007</rut>
</Estudiante>
<float>3.9</float>
</entry>
<entry>
<Estudiante>
<curso__id__fk>
<colegio__id__fk>
<nombre>Colegio San Francisco</nombre>
</colegio__id__fk>
<nivel>1</nivel>
<letra>A</letra>
</curso__id__fk>
<apoderado__id__fk>
<nombre>Elisardo Cortes</nombre>
<rut>108583320</rut>
</apoderado__id__fk>
<nombre>Daniel Cortes</nombre>
<rut>197638990</rut>
</Estudiante>
<float>0.0</float>
</entry>
</estudiantesRepobando>
</logica.reportes.ReporteReprobando>

View File

@@ -0,0 +1,128 @@
<xsl:stylesheet
version="1.0"
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:user="urn:my-scripts"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\"/>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Test">
<Table>
<xsl:for-each select="logica.reportes.ReporteApoderadosMasEstudiantes/apoderadosDuplicados/entry">
<!--Apoderado-->
<Row>
<Cell>
<Data ss:Type="String">Apoderado</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Apoderado/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Apoderado/rut"/></Data>
</Cell>
</Row>
<!--White-->
<Row>
<Cell></Cell>
</Row>
<!--Estudiantes-->
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<xsl:for-each select="list/Estudiante">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="rut"/></Data>
</Cell>
</Row>
</xsl:for-each>
<!--White-->
<Row>
<Cell></Cell>
</Row>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,89 @@
<xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\" />
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Test">
<Table>
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
<Cell>
<Data ss:Type="String">Porcentaje</Data>
</Cell>
</Row>
<xsl:for-each select="logica.reportes.ReporteAsistenciaBajo/map/Atribute">
<!--Estudiante-->
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/rut"/></Data>
</Cell>
<Cell>
<Data ss:Type="String">%<xsl:value-of select="PorcentajeAsistencia"/></Data>
</Cell>
</Row>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,149 @@
<xsl:stylesheet
version="1.0"
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:user="urn:my-scripts"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\"/>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Test">
<Table>
<!--Estudiante-->
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="logica.reportes.ReporteAsistenciaYNotas/estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="logica.reportes.ReporteAsistenciaYNotas/estudiante/rut"/></Data>
</Cell>
</Row>
<!--White-->
<Row>
<Cell></Cell>
</Row>
<xsl:for-each select="logica.reportes.ReporteAsistenciaYNotas/asistencia/Asistencia">
<!--Lista De Asistencias-->
<Row>
<Cell>
<Data ss:Type="String">Dia</Data>
</Cell>
<Cell>
<Data ss:Type="String">Asistio</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="dia"/></Data>
</Cell>
<Cell>
<Data ss:Type="String">
<xsl:choose>
<xsl:when test="asistio = 'true'">Si</xsl:when>
<xsl:otherwise>No</xsl:otherwise>
</xsl:choose>
</Data>
</Cell>
</Row>
<!--White-->
<Row>
<Cell></Cell>
</Row>
</xsl:for-each>
<xsl:for-each select="logica.reportes.ReporteAsistenciaYNotas/notas/entry">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Asignatura/nombre"/></Data>
</Cell>
</Row>
<xsl:for-each select="list/Nota">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="valor"/></Data>
</Cell>
</Row>
</xsl:for-each>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,90 @@
<xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\" />
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Test">
<Table>
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
<Cell>
<Data ss:Type="String">Notas</Data>
</Cell>
</Row>
<xsl:for-each select="logica.reportes.ReporteNotasProfesor/lista/entry">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/rut"/></Data>
</Cell>
<xsl:for-each select="list/Nota">
<Cell>
<Data ss:Type="String"><xsl:value-of select="valor"/></Data>
</Cell>
</xsl:for-each>
</Row>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,118 @@
<xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\" />
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Test">
<Table>
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<xsl:for-each select="logica.reportes.ReportePlanificaciones/planificaciones/entry">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/rut"/></Data>
</Cell>
</Row>
<Row>
<Cell>
</Cell>
</Row>
<xsl:for-each select="map/entry">
<Row>
<Cell>
<Data ss:Type="String">Asignatura</Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Asignatura/nombre"/></Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String">Fecha</Data>
</Cell>
<Cell>
<Data ss:Type="String">Tipo</Data>
</Cell>
</Row>
<xsl:for-each select="Actividad-array/Actividad">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="tipo"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="fecha"/></Data>
</Cell>
</Row>
</xsl:for-each>
<Row>
<Cell>
</Cell>
</Row>
</xsl:for-each>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,201 @@
<xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\" />
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Reporte General">
<Table>
<xsl:for-each select="map/entry">
<Row>
<Cell>
<Data ss:Type="String">Apoderado</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Apoderado/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"> <xsl:value-of select="Apoderado/rut"/></Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String">Notas</Data>
</Cell>
</Row>
<xsl:for-each select="logica.reportes.ReporteApoderado/notas/entry">
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"> <xsl:value-of select="Estudiante/rut"/></Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String">Asignatura</Data>
</Cell>
<Cell>
<Data ss:Type="String">Nota</Data>
</Cell>
</Row>
<xsl:for-each select="Nota-array/Nota">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="asignatura__id__fk/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="asignatura__id__fk/valor"/></Data>
</Cell>
</Row>
</xsl:for-each>
</xsl:for-each>
<xsl:for-each select="logica.reportes.ReporteApoderado/planificaciones/entry">
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"> <xsl:value-of select="Estudiante/rut"/></Data>
</Cell>
</Row>
<xsl:for-each select="map/entry">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Asignatura/nombre"/></Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String">Tipo</Data>
</Cell>
<Cell>
<Data ss:Type="String">Fecha</Data>
</Cell>
</Row>
<xsl:for-each select="Actividad-array/Actividad">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="tipo" /></Data>
</Cell>
<Cell>
<Data ss:Type="String"> <xsl:value-of select="fecha" /></Data>
</Cell>
</Row>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each>
<Row>
<Cell>
<Data ss:Type="String">Anotaciones</Data>
</Cell>
</Row>
<xsl:for-each select="logica.reportes.ReporteApoderado/anotaciones/entry">
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Nombre</Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre" /></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/rut" /></Data>
</Cell>
</Row>
<Row>
<Cell>
<Data ss:Type="String">Profesor</Data>
</Cell>
<Cell>
<Data ss:Type="String">Tipo</Data>
</Cell>
<Cell>
<Data ss:Type="String">Descripcion</Data>
</Cell>
</Row>
<xsl:for-each select="Anotacion-array/Anotacion">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="profesor__id__fk/nombre" /></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:choose><xsl:when test="positiva = 'true'"> Positiva</xsl:when><xsl:otherwise>Negativa</xsl:otherwise></xsl:choose></Data>
</Cell>
<Cell>
<Data ss:Type="String"> <xsl:value-of select="descripcion" /></Data>
</Cell>
</Row>
</xsl:for-each>
</xsl:for-each>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,106 @@
<xsl:stylesheet
version="1.0"
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:user="urn:my-scripts"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<xsl:template match="/">
<Workbook
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>ed woychowsky</Author>
<LastAuthor>Edmond Woychowsky</LastAuthor>
<Created>2007-01-26T16:54:15Z</Created>
<LastSaved>2007-01-27T05:18:54Z</LastSaved>
<Company>None</Company>
<Version>10.3501</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///D:\"/>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8700</WindowHeight>
<WindowWidth>11355</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>120</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/><Borders/><Font/><Interior/><NumberFormat/><Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Test">
<Table>
<!--Estudiante-->
<Row>
<Cell>
<Data ss:Type="String">Estudiante</Data>
</Cell>
<Cell>
<Data ss:Type="String">Rut</Data>
</Cell>
<Cell>
<Data ss:Type="String">Nota</Data>
</Cell>
</Row>
<xsl:for-each select="logica.reportes.ReporteReprobando/estudiantesRepobando/entry">
<Row>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/nombre"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="Estudiante/rut"/></Data>
</Cell>
<Cell>
<Data ss:Type="String"><xsl:value-of select="float"/></Data>
</Cell>
</Row>
</xsl:for-each>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<HorizontalResolution>600</HorizontalResolution>
<VerticalResolution>0</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>2</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
</xsl:template>
</xsl:stylesheet>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<body>
<h2>Apoderados con mas de un estudiante</h2>
<xsl:for-each select="logica.reportes.ReporteApoderadosMasEstudiantes/apoderadosDuplicados/entry">
<h4>Apoderado</h4>
<hr>
<h5>Nombre:
<xsl:value-of select="Apoderado/nombre"/>
</h5>
<h5>Rut:
<xsl:value-of select="Apoderado/rut"/>
</h5>
</hr>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th>
<th>Rut</th>
</tr>
<tr>
<xsl:for-each select="list/Estudiante">
<tr>
<td>
<xsl:value-of select="nombre"/>
</td>
<td>
<xsl:value-of select="rut"/>
</td>
</tr>
</xsl:for-each>
</tr>
</table>
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

Some files were not shown because too many files have changed in this diff Show More