Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Juan
/
asw_motor_reportes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit adeddc37
authored
2020-02-23 23:07:07 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
psql pruebas
1 parent
0fc3e308
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Libmod/reporte.py
Libmod/reporte.py
View file @
adeddc3
...
...
@@ -34,8 +34,8 @@ class Reporte():
def
__encabesado__
(
self
):
n
=
0
for
celda
in
self
.
Encabesado
:
c
elda
=
Reporte
.
COLUMNA
[
n
]
+
"1"
self
.
Hoja1
.
write
(
c
elda
,
str
(
celda
))
c
=
Reporte
.
COLUMNA
[
n
]
+
"1"
self
.
Hoja1
.
write
(
c
,
str
(
celda
))
n
=
n
+
1
def
ArmarLibro
(
self
,
estado
=
"1"
):
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment