Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pirapire
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sistemas
Pirapire
Commits
e5659876
Commit
e5659876
authored
9 months ago
by
Fernando Alvez
Browse files
Options
Downloads
Patches
Plain Diff
bump version
parent
9124385c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!175
release/v3.1.0
Pipeline
#3153
passed with warnings with stages
Stage:
Stage:
in 3 minutes and 17 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+10
-2
10 additions, 2 deletions
CHANGELOG.md
bin/bump-version.sh
+0
-0
0 additions, 0 deletions
bin/bump-version.sh
metadatos/tablas/apex_proyecto.sql
+1
-1
1 addition, 1 deletion
metadatos/tablas/apex_proyecto.sql
proyecto.ini
+1
-1
1 addition, 1 deletion
proyecto.ini
version
+1
-1
1 addition, 1 deletion
version
with
13 additions
and
5 deletions
CHANGELOG.md
+
10
−
2
View file @
e5659876
# Pirapire
## CHANGELOG
*
[
CURRENT
](
/../compare/master...develop
)
-
Added - Reporte de usuarios por perfil de datos
*
[
v3.1.0
](
/../tree/v3.1.0
)
- 2024-05-28
-
Added - Permite configurar por unidad de venta si genera comprobantes AFIP o no AFIP
-
Added - Permite generar facturas de ventas devengadas no cobradas para luego ser cobradas desde Pilagá
-
Added - Permite a un usuario operar en multiples unidades de ventas
-
Added - Nuevo reporte de usuarios por perfil de datos
-
Added - Nuevos filtros en reporte de ventas por conceptos
-
Added - Datos adicionales al exportar reportes en XLS
-
Fix - Validación de redis al iniciar el worker
-
Fix - Optimización de consultas SQL
-
Fix - Correcciones de bugs
*
[
v3.0.3
](
/../tree/v3.0.3
)
- 2023-10-23
-
Changed - Parametrización de redirección de logs
...
...
This diff is collapsed.
Click to expand it.
bin/bump-version.sh
100644 → 100755
+
0
−
0
View file @
e5659876
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
metadatos/tablas/apex_proyecto.sql
+
1
−
1
View file @
e5659876
...
...
@@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7'
,
--log_archivo_nivel
'pirapire'
,
--fuente_datos
'pirapire_tp_pers'
,
--pagina_tipo
'3.
0.3
'
,
--version
'3.
1.0
'
,
--version
NULL
,
--version_fecha
NULL
,
--version_detalle
NULL
,
--version_link
...
...
This diff is collapsed.
Click to expand it.
proyecto.ini
+
1
−
1
View file @
e5659876
...
...
@@ -6,7 +6,7 @@ mail_soporte =
mostrar_resize_fuente = 0
;Versión del proyecto, debe ser formato x.y.z
version
=
3.
0.3
version
=
3.
1.0
;Esta entrada activa el uso del appLauncher
app_launcher
=
1
...
...
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
e5659876
v3.0.3
\ No newline at end of file
v3.1.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment