Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
138
Merge Requests
138
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
49e680ed
Commit
49e680ed
authored
Mar 18, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accounting py3
parent
e6107616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Alarm_checkPayableAndReceivableAccountGrouped.py
...counting/Alarm_checkPayableAndReceivableAccountGrouped.py
+3
-3
No files found.
bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Alarm_checkPayableAndReceivableAccountGrouped.py
View file @
49e680ed
...
...
@@ -35,7 +35,7 @@ search_params = dict(
for
brain
in
portal
.
portal_simulation
.
getInventoryList
(
**
search_params
):
if
round
(
brain
.
total_price
,
precision
)
==
0
:
print
'%s has a 0 balance but some not grouped transactions.'
%
brain
.
mirror_section_relative_url
print
(
'%s has a 0 balance but some not grouped transactions.'
%
brain
.
mirror_section_relative_url
)
if
fixit
:
tr
=
brain
.
getObject
().
getParentValue
()
grouped_line_list
=
tr
.
AccountingTransaction_guessGroupedLines
()
...
...
@@ -51,9 +51,9 @@ for brain in portal.portal_simulation.getInventoryList(**search_params):
portal_type
=
portal
.
getPortalAccountingMovementTypeList
(),
grouping_reference
=
None
,)
if
not
line
.
getObject
().
getGroupingReference
()])
if
grouped_line_list
:
print
'FIXED'
,
grouped_line_list
print
(
'FIXED %s'
%
grouped_line_list
)
else
:
print
'NOT FIXED'
print
(
'NOT FIXED'
)
active_result
=
ActiveResult
(
summary
=
context
.
getTitle
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment