Actualizada licencia al año 2019
Ademas se cambio el output de la compilacion a la carpeta dist, donde se almacenaran todos los archivos necesarios para el funcionamiento del sistema
This commit is contained in:
2
.idea/artifacts/caja_jar.xml
generated
2
.idea/artifacts/caja_jar.xml
generated
@@ -1,6 +1,6 @@
|
|||||||
<component name="ArtifactManager">
|
<component name="ArtifactManager">
|
||||||
<artifact type="jar" name="caja:jar">
|
<artifact type="jar" name="caja:jar">
|
||||||
<output-path>$PROJECT_DIR$/out/artifacts/caja_jar</output-path>
|
<output-path>$PROJECT_DIR$/dist</output-path>
|
||||||
<root id="archive" name="caja.jar">
|
<root id="archive" name="caja.jar">
|
||||||
<element id="module-output" name="caja" />
|
<element id="module-output" name="caja" />
|
||||||
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/github/lgooddatepicker/LGoodDatePicker/10.3.1/LGoodDatePicker-10.3.1.jar" path-in-jar="/" />
|
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/github/lgooddatepicker/LGoodDatePicker/10.3.1/LGoodDatePicker-10.3.1.jar" path-in-jar="/" />
|
||||||
|
|||||||
2
.idea/copyright/MIT_License.xml
generated
2
.idea/copyright/MIT_License.xml
generated
@@ -1,7 +1,7 @@
|
|||||||
<component name="CopyrightManager">
|
<component name="CopyrightManager">
|
||||||
<copyright>
|
<copyright>
|
||||||
<option name="keyword" />
|
<option name="keyword" />
|
||||||
<option name="notice" value="MIT License Copyright (c) 2018 Daniel Cortes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." />
|
<option name="notice" value="MIT License Copyright (c) 2018-2019 Daniel Cortes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." />
|
||||||
<option name="myName" value="MIT License" />
|
<option name="myName" value="MIT License" />
|
||||||
</copyright>
|
</copyright>
|
||||||
</component>
|
</component>
|
||||||
517
.idea/workspace.xml
generated
517
.idea/workspace.xml
generated
@@ -11,16 +11,55 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="a633d35a-56a6-4479-b4c4-f97198052fb7" name="Default Changelist" comment="">
|
<list default="true" id="a633d35a-56a6-4479-b4c4-f97198052fb7" name="Default Changelist" comment="">
|
||||||
|
<change afterPath="$PROJECT_DIR$/dist/conf.properties" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/artifacts/caja_jar.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/artifacts/caja_jar.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/copyright/MIT_License.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/copyright/MIT_License.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/database.sqlite" beforeDir="false" afterPath="$PROJECT_DIR$/database.sqlite" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/database.sqlite" beforeDir="false" afterPath="$PROJECT_DIR$/dist/database.sqlite" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/database/mysql.sql" beforeDir="false" afterPath="$PROJECT_DIR$/database/mysql.sql" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/database/sqlite.sql" beforeDir="false" afterPath="$PROJECT_DIR$/database/sqlite.sql" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/Main.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.form" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ManagerController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ManagerController.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/actions/NextAction.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/controllers/actions/NextAction.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/data/ConnectionHolder.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/data/ConnectionHolder.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/data/MysqlConnectionHolder.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/data/MysqlConnectionHolder.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/data/Properties.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/data/Properties.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/data/SQLiteConnectionHolder.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/data/SQLiteConnectionHolder.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/Caja.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/Caja.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/CajaDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/CajaDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/MysqlCajaDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/MysqlCajaDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/SQLiteCajaDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/SQLiteCajaDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/Documentos.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/Documentos.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/DocumentosDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/DocumentosDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/MysqlDocumentosDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/MysqlDocumentosDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/SQLiteDocumentosDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/documentos/SQLiteDocumentosDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/Efectivo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/Efectivo.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/EfectivoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/EfectivoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/MysqlEfectivoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/MysqlEfectivoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/SQLiteEfectivoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/efectivo/SQLiteEfectivoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/Egreso.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/Egreso.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/EgresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/EgresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/MysqlEgresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/MysqlEgresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/SQLiteEgresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/egreso/SQLiteEgresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/Ingreso.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/Ingreso.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/IngresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/IngresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/MysqlIngresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/MysqlIngresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/SQLiteIngresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/ingreso/SQLiteIngresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/MysqlTipoEgresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/MysqlTipoEgresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/SQLiteTipoEgresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/SQLiteTipoEgresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/TipoEgreso.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/TipoEgreso.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/TipoEgresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_egreso/TipoEgresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/MysqlTipoIngresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/MysqlTipoIngresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/SQLiteTipoIngresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/SQLiteTipoIngresoDAO.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/TipoIngreso.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/TipoIngreso.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/TipoIngresoDAO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/TipoIngresoDAO.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.form" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.form" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/IngresosView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/IngresosView.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/IngresosView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/IngresosView.java" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/ManagerView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/ManagerView.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/EgresosTableModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/EgresosTableModel.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/EgresosTableModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/EgresosTableModel.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/IngresosTableModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/IngresosTableModel.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/IngresosTableModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/danielcortes/xyz/views/components/IngresosTableModel.java" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
@@ -79,142 +118,11 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="FileEditorManager">
|
<component name="FileEditorManager">
|
||||||
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
||||||
<file pinned="false" current-in-tab="false">
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="161">
|
|
||||||
<caret line="196" lean-forward="true" selection-start-line="196" selection-end-line="198" selection-end-column="108" />
|
|
||||||
<folding>
|
|
||||||
<element signature="docComment;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#EgresosController#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#EgresosController#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#getEgresoDAO#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#getTipoEgresoDAO#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#updateCaja#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#updateCaja#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#fillTipoEgresoCombo#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#fillTipoEgresoCombo#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#fillEgresosTable#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#fillEgresosTable#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#setUpViewEvents#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#setUpViewEvents#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#guardarActionListener#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#guardarActionListener#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#eliminarActionListener#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#eliminarActionListener#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#editarActionListener#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#updateTotalEgresos#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#updateTotalEgresos#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#updateButtonsEnabled#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#updateButtonsEnabled#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#guardarEgreso#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#guardarEgreso#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#editarEgreso#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#editarEgreso#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#validateInput#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#validateInput#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#validateNro#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#validateNro#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#validateDescripcion#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#validateDescripcion#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#validateValor#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#validateValor#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#validateTipoEgreso#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#validateTipoEgreso#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#validateCaja#0;class#EgresosController#0" />
|
|
||||||
<element signature="n#!!block;n#validateCaja#0;n#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#hideErrorMessages#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#hideErrorMessages#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#clearInputs#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#clearInputs#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#normalizeInputs#0;class#EgresosController#0" />
|
|
||||||
<element signature="method#normalizeInputs#0;class#EgresosController#0" />
|
|
||||||
<element signature="docComment;method#resetFocus#0;class#EgresosController#0" />
|
|
||||||
<element signature="class#GuardarAction#0;class#EgresosController#0" />
|
|
||||||
<element signature="n#!!block;n#GuardarAction#0;n#GuardarAction#0;n#EgresosController#0" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
</file>
|
|
||||||
<file pinned="false" current-in-tab="false">
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="255">
|
|
||||||
<caret line="210" lean-forward="true" selection-start-line="210" selection-end-line="210" />
|
|
||||||
<folding>
|
|
||||||
<element signature="docComment;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#IngresosController#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#IngresosController#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#getIngresoDAO#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#getTipoIngresoDAO#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#updateCaja#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#updateCaja#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#fillTipoIngresoCombo#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#fillTipoIngresoCombo#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#fillIngresosTable#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#fillIngresosTable#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#setupViewEvents#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#guardarActionListener#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#eliminarActionListener#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#eliminarActionListener#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#editarActionListener#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#updateTotalIngresos#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#updateTotalIngresos#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#updateButtonsEnabled#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#updateButtonsEnabled#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#guardarIngreso#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#guardarIngreso#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#editarIngreso#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#editarIngreso#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#validateInput#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#validateInput#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#validateCaja#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#validateValor#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#validateValor#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#validateNroInicial#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#validateNroInicial#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#validateNroFinal#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#validateNroFinal#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#validateTipoIngreso#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#validateTipoIngreso#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#hideErrorMessages#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#hideErrorMessages#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#clearInputs#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#clearInputs#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#normalizeInputs#0;class#IngresosController#0" />
|
|
||||||
<element signature="method#normalizeInputs#0;class#IngresosController#0" />
|
|
||||||
<element signature="docComment;method#resetFocus#0;class#IngresosController#0" />
|
|
||||||
<element signature="class#NextAction#0;class#IngresosController#0" />
|
|
||||||
<element signature="n#!!block;n#NextAction#0;n#NextAction#0;n#IngresosController#0" />
|
|
||||||
<element signature="class#GuardarAction#0;class#IngresosController#0" />
|
|
||||||
<element signature="n#!!block;n#GuardarAction#0;n#GuardarAction#0;n#IngresosController#0" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
</file>
|
|
||||||
<file pinned="false" current-in-tab="false">
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="172">
|
|
||||||
<caret line="64" column="58" selection-start-line="64" selection-start-column="58" selection-end-line="64" selection-end-column="58" />
|
|
||||||
<folding>
|
|
||||||
<element signature="imports" expanded="true" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
</file>
|
|
||||||
<file pinned="false" current-in-tab="true">
|
<file pinned="false" current-in-tab="true">
|
||||||
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/javax/swing/table/TableRowSorter.java">
|
<entry file="file://$PROJECT_DIR$/dist/conf.properties">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="161">
|
<state relative-caret-position="46">
|
||||||
<caret line="161" column="11" selection-start-line="161" selection-start-column="11" selection-end-line="161" selection-end-column="11" />
|
<caret line="16" column="35" selection-start-line="16" selection-start-column="27" selection-end-line="16" selection-end-column="35" />
|
||||||
<folding>
|
|
||||||
<element signature="e#6738#6739#0" expanded="true" />
|
|
||||||
<element signature="e#6769#6770#0" expanded="true" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
@@ -232,8 +140,6 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="FindInProjectRecents">
|
<component name="FindInProjectRecents">
|
||||||
<findStrings>
|
<findStrings>
|
||||||
<find>getColumn</find>
|
|
||||||
<find>select</find>
|
|
||||||
<find>addRow</find>
|
<find>addRow</find>
|
||||||
<find>set</find>
|
<find>set</find>
|
||||||
<find>print</find>
|
<find>print</find>
|
||||||
@@ -262,6 +168,8 @@
|
|||||||
<find>updateB</find>
|
<find>updateB</find>
|
||||||
<find>inputmap</find>
|
<find>inputmap</find>
|
||||||
<find>editar</find>
|
<find>editar</find>
|
||||||
|
<find>toggleSortOrder</find>
|
||||||
|
<find>Copyright (c) 2018 Daniel Cortes</find>
|
||||||
</findStrings>
|
</findStrings>
|
||||||
<replaceStrings>
|
<replaceStrings>
|
||||||
<replace>2018 Daniel Cortes</replace>
|
<replace>2018 Daniel Cortes</replace>
|
||||||
@@ -270,6 +178,7 @@
|
|||||||
<replace>from efectivos</replace>
|
<replace>from efectivos</replace>
|
||||||
<replace>text</replace>
|
<replace>text</replace>
|
||||||
<replace>integer primary key</replace>
|
<replace>integer primary key</replace>
|
||||||
|
<replace>Copyright (c) 2018-2019 Daniel Cortes</replace>
|
||||||
</replaceStrings>
|
</replaceStrings>
|
||||||
<dirStrings>
|
<dirStrings>
|
||||||
<dir>$PROJECT_DIR$/src</dir>
|
<dir>$PROJECT_DIR$/src</dir>
|
||||||
@@ -281,13 +190,6 @@
|
|||||||
<component name="IdeDocumentHistory">
|
<component name="IdeDocumentHistory">
|
||||||
<option name="CHANGED_PATHS">
|
<option name="CHANGED_PATHS">
|
||||||
<list>
|
<list>
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/views/ArqueoView.form" />
|
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/data/Connection.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/data/SqliteConnection.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/data/MysqlConnection.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/data/SQLiteConnection.java" />
|
|
||||||
<option value="$APPLICATION_CONFIG_DIR$/consoles/db/6e2ee496-6ca2-4cc4-a2b0-4f122e6bfd50/console.sql" />
|
|
||||||
<option value="$PROJECT_DIR$/database/sqlite.sql" />
|
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/caja/CajaOperations.java" />
|
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/caja/CajaOperations.java" />
|
||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/controllers/ManagerController.java" />
|
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/controllers/ManagerController.java" />
|
||||||
<option value="$PROJECT_DIR$/conf" />
|
<option value="$PROJECT_DIR$/conf" />
|
||||||
@@ -318,20 +220,27 @@
|
|||||||
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/tipo_ingreso/MysqlTipoIngresoDAO.java" />
|
<option value="$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/tipo_ingreso/MysqlTipoIngresoDAO.java" />
|
||||||
<option value="$PROJECT_DIR$/.gitignore" />
|
<option value="$PROJECT_DIR$/.gitignore" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/ManagerView.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/ManagerView.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ManagerController.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/Main.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/Main.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/AbstractController.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/AbstractController.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/actions/NextAction.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.form" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/ArqueoView.form" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.form" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.form" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/components/EgresosTableModel.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/components/EgresosTableModel.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/components/IngresosTableModel.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/components/IngresosTableModel.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/IngresosView.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/IngresosView.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/actions/NextAction.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java" />
|
||||||
<option value="$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java" />
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/controllers/ManagerController.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/data/ConnectionHolder.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/data/MysqlConnectionHolder.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/data/Properties.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/data/SQLiteConnectionHolder.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/danielcortes/xyz/models/caja/Caja.java" />
|
||||||
|
<option value="$PROJECT_DIR$/database/mysql.sql" />
|
||||||
|
<option value="$PROJECT_DIR$/database/sqlite.sql" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
@@ -396,43 +305,7 @@
|
|||||||
<path>
|
<path>
|
||||||
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
||||||
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
<item name="dist" type="462c0819:PsiDirectoryNode" />
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="xyz" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="xyz" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="controllers" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="xyz" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="views" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="xyz" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="views" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="caja" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="caja" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="xyz" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="views" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="EgresosView" type="e9f4de52:FormNode" />
|
|
||||||
</path>
|
</path>
|
||||||
</expand>
|
</expand>
|
||||||
<select />
|
<select />
|
||||||
@@ -453,7 +326,7 @@
|
|||||||
<property name="UI_DESIGNER_EDITOR_MODE.UIDesignerToolWindowManager.STATE" value="ToolWindow" />
|
<property name="UI_DESIGNER_EDITOR_MODE.UIDesignerToolWindowManager.STATE" value="ToolWindow" />
|
||||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||||
<property name="aspect.path.notification.shown" value="true" />
|
<property name="aspect.path.notification.shown" value="true" />
|
||||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1546536823111" />
|
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1546540041105" />
|
||||||
<property name="com.intellij.ide.scratch.LRUPopupBuilder$1/Change SQL Dialect" value="SQLite" />
|
<property name="com.intellij.ide.scratch.LRUPopupBuilder$1/Change SQL Dialect" value="SQLite" />
|
||||||
<property name="database.console.LAST_STATE" value="false" />
|
<property name="database.console.LAST_STATE" value="false" />
|
||||||
<property name="extract.method.default.visibility" value="private" />
|
<property name="extract.method.default.visibility" value="private" />
|
||||||
@@ -466,13 +339,17 @@
|
|||||||
<property name="project.structure.proportion" value="0.15" />
|
<property name="project.structure.proportion" value="0.15" />
|
||||||
<property name="project.structure.side.proportion" value="0.2" />
|
<property name="project.structure.side.proportion" value="0.2" />
|
||||||
<property name="restartRequiresConfirmation" value="false" />
|
<property name="restartRequiresConfirmation" value="false" />
|
||||||
<property name="settings.editor.selected.configurable" value="template.copyright.formatting" />
|
<property name="settings.editor.selected.configurable" value="copyright.profiles" />
|
||||||
</component>
|
</component>
|
||||||
<component name="RecentsManager">
|
<component name="RecentsManager">
|
||||||
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
|
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
|
||||||
<recent name="danielcortes.xyz.model" />
|
<recent name="danielcortes.xyz.model" />
|
||||||
</key>
|
</key>
|
||||||
|
<key name="CopyFile.RECENT_KEYS">
|
||||||
|
<recent name="$PROJECT_DIR$/dist" />
|
||||||
|
</key>
|
||||||
<key name="MoveFile.RECENT_KEYS">
|
<key name="MoveFile.RECENT_KEYS">
|
||||||
|
<recent name="$PROJECT_DIR$/dist" />
|
||||||
<recent name="$PROJECT_DIR$/src/main/resources" />
|
<recent name="$PROJECT_DIR$/src/main/resources" />
|
||||||
</key>
|
</key>
|
||||||
</component>
|
</component>
|
||||||
@@ -516,7 +393,8 @@
|
|||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
<configuration name="Launch Jar" type="JarApplication" factoryName="JAR Application">
|
<configuration name="Launch Jar" type="JarApplication" factoryName="JAR Application">
|
||||||
<option name="JAR_PATH" value="$PROJECT_DIR$/out/artifacts/caja_jar/caja.jar" />
|
<option name="JAR_PATH" value="$PROJECT_DIR$/dist/caja.jar" />
|
||||||
|
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/dist/" />
|
||||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
||||||
<option name="ALTERNATIVE_JRE_PATH" value="11" />
|
<option name="ALTERNATIVE_JRE_PATH" value="11" />
|
||||||
<method v="2">
|
<method v="2">
|
||||||
@@ -628,7 +506,7 @@
|
|||||||
<workItem from="1546412576852" duration="574000" />
|
<workItem from="1546412576852" duration="574000" />
|
||||||
<workItem from="1546481590691" duration="518000" />
|
<workItem from="1546481590691" duration="518000" />
|
||||||
<workItem from="1546482678909" duration="5004000" />
|
<workItem from="1546482678909" duration="5004000" />
|
||||||
<workItem from="1546533252017" duration="1846000" />
|
<workItem from="1546533252017" duration="4537000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="First!! :3 Existe una pequeña base de proyecto por ahora">
|
<task id="LOCAL-00001" summary="First!! :3 Existe una pequeña base de proyecto por ahora">
|
||||||
<created>1545280618093</created>
|
<created>1545280618093</created>
|
||||||
@@ -805,11 +683,18 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1546485955116</updated>
|
<updated>1546485955116</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="26" />
|
<task id="LOCAL-00026" summary="Comodidades! Arreglado el problema de index al ordenar las tablas">
|
||||||
|
<created>1546536860192</created>
|
||||||
|
<option name="number" value="00026" />
|
||||||
|
<option name="presentableId" value="LOCAL-00026" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1546536860193</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="27" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TimeTrackingManager">
|
<component name="TimeTrackingManager">
|
||||||
<option name="totallyTimeSpent" value="199301000" />
|
<option name="totallyTimeSpent" value="201992000" />
|
||||||
</component>
|
</component>
|
||||||
<component name="TodoView">
|
<component name="TodoView">
|
||||||
<todo-panel id="selected-file">
|
<todo-panel id="selected-file">
|
||||||
@@ -822,7 +707,6 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ToolWindowManager">
|
<component name="ToolWindowManager">
|
||||||
<frame x="0" y="-18" width="1366" height="765" extended-state="6" />
|
<frame x="0" y="-18" width="1366" height="765" extended-state="6" />
|
||||||
<editor active="true" />
|
|
||||||
<layout>
|
<layout>
|
||||||
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49438202" visible="true" weight="0.20471841" />
|
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49438202" visible="true" weight="0.20471841" />
|
||||||
<window_info id="Image Layers" order="1" />
|
<window_info id="Image Layers" order="1" />
|
||||||
@@ -833,7 +717,7 @@
|
|||||||
<window_info id="simpleUML" order="6" weight="0.329429" />
|
<window_info id="simpleUML" order="6" weight="0.329429" />
|
||||||
<window_info anchor="bottom" id="Message" order="0" />
|
<window_info anchor="bottom" id="Message" order="0" />
|
||||||
<window_info anchor="bottom" id="Find" order="1" weight="0.32744783" />
|
<window_info anchor="bottom" id="Find" order="1" weight="0.32744783" />
|
||||||
<window_info anchor="bottom" x="4" y="0" width="902" height="488" id="Run" order="2" sideWeight="0.49923897" weight="0.3258427" />
|
<window_info anchor="bottom" x="4" y="0" width="902" height="488" id="Run" order="2" sideWeight="0.49923897" visible="true" weight="0.3258427" />
|
||||||
<window_info anchor="bottom" id="Debug" order="3" weight="0.39968896" />
|
<window_info anchor="bottom" id="Debug" order="3" weight="0.39968896" />
|
||||||
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
||||||
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
||||||
@@ -936,18 +820,14 @@
|
|||||||
<MESSAGE value="Documentado el controlador de ingresos" />
|
<MESSAGE value="Documentado el controlador de ingresos" />
|
||||||
<MESSAGE value="Mas documentacion!! Bendita documentacion <3" />
|
<MESSAGE value="Mas documentacion!! Bendita documentacion <3" />
|
||||||
<MESSAGE value="Mas documentacion y cambiados la mayoria de los action listeners por keybindings" />
|
<MESSAGE value="Mas documentacion y cambiados la mayoria de los action listeners por keybindings" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Mas documentacion y cambiados la mayoria de los action listeners por keybindings" />
|
<MESSAGE value="Comodidades! Arreglado el problema de index al ordenar las tablas" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Comodidades! Arreglado el problema de index al ordenar las tablas" />
|
||||||
</component>
|
</component>
|
||||||
<component name="antWorkspaceConfiguration">
|
<component name="antWorkspaceConfiguration">
|
||||||
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
||||||
<option name="FILTER_TARGETS" value="false" />
|
<option name="FILTER_TARGETS" value="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="editorHistoryManager">
|
<component name="editorHistoryManager">
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/caja/SQLiteCajaDAO.java" />
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/documentos/DocumentosDAO.java" />
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/efectivo/SQLiteEfectivoDAO.java" />
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/efectivo/MysqlEfectivoDAO.java" />
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/efectivo/EfectivoDAO.java" />
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/egreso/MysqlEgresoDAO.java" />
|
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/egreso/MysqlEgresoDAO.java" />
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/egreso/SQLiteEgresoDAO.java" />
|
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/egreso/SQLiteEgresoDAO.java" />
|
||||||
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/egreso/EgresoDAO.java" />
|
<entry file="file://$PROJECT_DIR$/src/main/java/danielcortes/xyz/models/egreso/EgresoDAO.java" />
|
||||||
@@ -988,13 +868,6 @@
|
|||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/models/caja/Caja.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="138">
|
|
||||||
<caret line="28" column="13" selection-start-line="28" selection-start-column="13" selection-end-line="28" selection-end-column="13" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/MysqlTipoIngresoDAO.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/models/tipo_ingreso/MysqlTipoIngresoDAO.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="138">
|
<state relative-caret-position="138">
|
||||||
@@ -1002,34 +875,6 @@
|
|||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/MysqlConnectionHolder.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="138">
|
|
||||||
<caret line="28" column="13" selection-start-line="28" selection-start-column="13" selection-end-line="28" selection-end-column="13" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/ConnectionHolder.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="138">
|
|
||||||
<caret line="28" column="17" selection-start-line="28" selection-start-column="17" selection-end-line="28" selection-end-column="17" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/SQLiteConnectionHolder.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="138">
|
|
||||||
<caret line="29" column="13" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="13" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/Properties.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="138">
|
|
||||||
<caret line="29" column="13" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="13" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/Main.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/Main.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="391">
|
<state relative-caret-position="391">
|
||||||
@@ -1045,46 +890,6 @@
|
|||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/AbstractController.java" />
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/AbstractController.java" />
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/ManagerController.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="374">
|
|
||||||
<caret line="196" column="4" selection-start-line="196" selection-start-column="4" selection-end-line="196" selection-end-column="4" />
|
|
||||||
<folding>
|
|
||||||
<element signature="docComment;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#ManagerController#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#ManagerController#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#setUpDate#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#setUpDate#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#setUpViewEvents#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#setUpViewEvents#0;class#ManagerController#0" />
|
|
||||||
<element signature="e#4623#4784#0" />
|
|
||||||
<element signature="e#4843#5005#0" />
|
|
||||||
<element signature="e#5062#5274#0" />
|
|
||||||
<element signature="docComment;method#updateCaja#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#updateCaja#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#loadCardContents#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#loadCardContents#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#loadIngresosView#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#loadIngresosView#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#loadEgresosView#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#loadEgresosView#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#loadArqueoView#0;class#ManagerController#0" />
|
|
||||||
<element signature="method#loadArqueoView#0;class#ManagerController#0" />
|
|
||||||
<element signature="docComment;method#pressInitialButton#0;class#ManagerController#0" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/actions/NextAction.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="161">
|
|
||||||
<caret line="30" column="28" lean-forward="true" selection-start-line="30" selection-start-column="28" selection-end-line="30" selection-end-column="28" />
|
|
||||||
<folding>
|
|
||||||
<element signature="n#!!block;n#NextAction#0;n#NextAction#0" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/java/beans/BeanProperty.java">
|
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/java/beans/BeanProperty.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="483">
|
<state relative-caret-position="483">
|
||||||
@@ -1173,10 +978,58 @@
|
|||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java">
|
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/javax/swing/RowSorter.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="2438">
|
||||||
|
<caret line="129" column="40" selection-start-line="129" selection-start-column="25" selection-end-line="129" selection-end-column="40" />
|
||||||
|
<folding>
|
||||||
|
<element signature="imports" expanded="true" />
|
||||||
|
</folding>
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/javax/swing/table/TableRowSorter.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="138">
|
<state relative-caret-position="138">
|
||||||
<caret line="174" column="18" selection-start-line="174" selection-start-column="18" selection-end-line="174" selection-end-column="18" />
|
<caret line="129" column="65" lean-forward="true" selection-start-line="129" selection-start-column="65" selection-end-line="129" selection-end-column="65" />
|
||||||
|
<folding>
|
||||||
|
<element signature="e#6738#6739#0" expanded="true" />
|
||||||
|
<element signature="e#6769#6770#0" expanded="true" />
|
||||||
|
</folding>
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/javax/swing/DefaultRowSorter.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="105">
|
||||||
|
<caret line="446" column="31" selection-start-line="446" selection-start-column="16" selection-end-line="446" selection-end-column="31" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="172">
|
||||||
|
<caret line="64" column="58" selection-start-line="64" selection-start-column="58" selection-end-line="64" selection-end-column="58" />
|
||||||
|
<folding>
|
||||||
|
<element signature="imports" expanded="true" />
|
||||||
|
</folding>
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/actions/NextAction.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="21" lean-forward="true" selection-start-line="3" selection-start-column="21" selection-end-line="3" selection-end-column="26" />
|
||||||
|
<folding>
|
||||||
|
<element signature="n#!!block;n#NextAction#0;n#NextAction#0" />
|
||||||
|
</folding>
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/ArqueoController.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
<folding>
|
<folding>
|
||||||
<element signature="docComment;class#ArqueoController#0" />
|
<element signature="docComment;class#ArqueoController#0" />
|
||||||
<element signature="docComment;method#ArqueoController#0;class#ArqueoController#0" />
|
<element signature="docComment;method#ArqueoController#0;class#ArqueoController#0" />
|
||||||
@@ -1247,8 +1100,8 @@
|
|||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/EgresosController.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="161">
|
<state relative-caret-position="69">
|
||||||
<caret line="196" lean-forward="true" selection-start-line="196" selection-end-line="198" selection-end-column="108" />
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
<folding>
|
<folding>
|
||||||
<element signature="docComment;class#EgresosController#0" />
|
<element signature="docComment;class#EgresosController#0" />
|
||||||
<element signature="docComment;method#EgresosController#0;class#EgresosController#0" />
|
<element signature="docComment;method#EgresosController#0;class#EgresosController#0" />
|
||||||
@@ -1303,8 +1156,8 @@
|
|||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/IngresosController.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="255">
|
<state relative-caret-position="69">
|
||||||
<caret line="210" lean-forward="true" selection-start-line="210" selection-end-line="210" />
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
<folding>
|
<folding>
|
||||||
<element signature="docComment;class#IngresosController#0" />
|
<element signature="docComment;class#IngresosController#0" />
|
||||||
<element signature="docComment;method#IngresosController#0;class#IngresosController#0" />
|
<element signature="docComment;method#IngresosController#0;class#IngresosController#0" />
|
||||||
@@ -1356,34 +1209,96 @@
|
|||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/javax/swing/RowSorter.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/controllers/ManagerController.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="2438">
|
<state relative-caret-position="69">
|
||||||
<caret line="129" column="40" selection-start-line="129" selection-start-column="25" selection-end-line="129" selection-end-column="40" />
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
<folding>
|
<folding>
|
||||||
<element signature="imports" expanded="true" />
|
<element signature="docComment;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#ManagerController#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#ManagerController#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#setUpDate#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#setUpDate#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#setUpViewEvents#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#setUpViewEvents#0;class#ManagerController#0" />
|
||||||
|
<element signature="e#4623#4784#0" />
|
||||||
|
<element signature="e#4843#5005#0" />
|
||||||
|
<element signature="e#5062#5274#0" />
|
||||||
|
<element signature="docComment;method#updateCaja#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#updateCaja#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#loadCardContents#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#loadCardContents#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#loadIngresosView#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#loadIngresosView#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#loadEgresosView#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#loadEgresosView#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#loadArqueoView#0;class#ManagerController#0" />
|
||||||
|
<element signature="method#loadArqueoView#0;class#ManagerController#0" />
|
||||||
|
<element signature="docComment;method#pressInitialButton#0;class#ManagerController#0" />
|
||||||
</folding>
|
</folding>
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/views/EgresosView.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/ConnectionHolder.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="172">
|
<state relative-caret-position="69">
|
||||||
<caret line="64" column="58" selection-start-line="64" selection-start-column="58" selection-end-line="64" selection-end-column="58" />
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
<folding>
|
|
||||||
<element signature="imports" expanded="true" />
|
|
||||||
</folding>
|
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="jar:///usr/lib/jvm/java-11-openjdk/lib/src.zip!/java.desktop/javax/swing/table/TableRowSorter.java">
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/MysqlConnectionHolder.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="161">
|
<state relative-caret-position="69">
|
||||||
<caret line="161" column="11" selection-start-line="161" selection-start-column="11" selection-end-line="161" selection-end-column="11" />
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
<folding>
|
</state>
|
||||||
<element signature="e#6738#6739#0" expanded="true" />
|
</provider>
|
||||||
<element signature="e#6769#6770#0" expanded="true" />
|
</entry>
|
||||||
</folding>
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/Properties.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/data/SQLiteConnectionHolder.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="26" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/models/caja/Caja.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="12" selection-start-line="3" selection-start-column="3" selection-end-line="3" selection-end-column="12" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/danielcortes/xyz/models/caja/CajaDAO.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="3" lean-forward="true" selection-start-line="3" selection-start-column="3" selection-end-line="3" selection-end-column="35" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/database/mysql.sql">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="23" selection-start-line="3" selection-start-column="23" selection-end-line="3" selection-end-column="23" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/database/sqlite.sql">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="69">
|
||||||
|
<caret line="3" column="23" selection-start-line="3" selection-start-column="23" selection-end-line="3" selection-end-column="23" />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/dist/conf.properties">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state relative-caret-position="46">
|
||||||
|
<caret line="16" column="35" selection-start-line="16" selection-start-column="27" selection-end-line="16" selection-end-column="35" />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
@@ -1405,10 +1320,10 @@
|
|||||||
<settings>
|
<settings>
|
||||||
<artifact-editor>
|
<artifact-editor>
|
||||||
<show-content>
|
<show-content>
|
||||||
<type id="artifact" />
|
|
||||||
<type id="jpa-descriptors" />
|
|
||||||
<type id="library" />
|
<type id="library" />
|
||||||
<type id="javaee-facet-resources" />
|
<type id="javaee-facet-resources" />
|
||||||
|
<type id="artifact" />
|
||||||
|
<type id="jpa-descriptors" />
|
||||||
</show-content>
|
</show-content>
|
||||||
</artifact-editor>
|
</artifact-editor>
|
||||||
<last-edited>caja:jar</last-edited>
|
<last-edited>caja:jar</last-edited>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018 Daniel Cortes
|
Copyright (c) 2018-2019 Daniel Cortes
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018 Daniel Cortes
|
Copyright (c) 2018-2019 Daniel Cortes
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
0
conf.properties → dist/conf.properties
vendored
0
conf.properties → dist/conf.properties
vendored
0
database.sqlite → dist/database.sqlite
vendored
0
database.sqlite → dist/database.sqlite
vendored
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* MIT License
|
* MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 Daniel Cortes
|
* Copyright (c) 2018-2019 Daniel Cortes
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Reference in New Issue
Block a user