Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
tpv_correcciones
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 13e4e82a
authored
2024-07-12 17:01:50 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Confirmado busqueda de resivos
1 parent
ab054a67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
models/conciliaciones.py
models/conciliaciones.py
View file @
13e4e82
...
...
@@ -68,7 +68,7 @@ class tpv_conciliacion(models.Model):
def
BusquedaDeuda
(
self
):
config
=
self
.
TraerConfiguracion
()
estado
=
[
"comp_estado"
,
"
in"
,[
"a"
,
"r"
,
"p
"
]]
estado
=
[
"comp_estado"
,
"
not in"
,[
"c"
,
"b
"
]]
domain_deuda
=
[
"&"
,
"&"
,
[
"comp_talonario"
,
"in"
,
config
.
facturas
.
ids
],
[
"comp_cliente"
,
"="
,
self
.
cuit
.
id
],
...
...
@@ -86,7 +86,7 @@ class tpv_conciliacion(models.Model):
def
BusquedaResivos
(
self
):
config
=
self
.
TraerConfiguracion
()
estado
=
[
"comp_estado"
,
"
in"
,[
"a"
,
"r"
,
"p
"
]]
estado
=
[
"comp_estado"
,
"
not in"
,[
"c"
,
"b
"
]]
domain_deuda
=
[
"&"
,
"&"
,
[
"comp_talonario"
,
"in"
,
config
.
resivos
.
ids
],
[
"comp_cliente"
,
"="
,
self
.
cuit
.
id
],
...
...
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