Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
4f96b4ae
Commit
4f96b4ae
authored
Mar 07, 2023
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_accounting: test: define source payment on the open order
parent
ad216143
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
master/bt5/slapos_accounting/TestTemplateItem/portal_components/test.erp5.testSlapOSAccountingBuilder.py
...ortal_components/test.erp5.testSlapOSAccountingBuilder.py
+5
-0
No files found.
master/bt5/slapos_accounting/TestTemplateItem/portal_components/test.erp5.testSlapOSAccountingBuilder.py
View file @
4f96b4ae
...
...
@@ -70,6 +70,8 @@ class TestSlapOSSalePackingListBuilder(SlapOSTestCaseMixin):
simulation_movement
.
getSourceList
())
\
+
convertCategoryList
(
'source_section'
,
simulation_movement
.
getSourceSectionList
())
\
+
convertCategoryList
(
'source_payment'
,
simulation_movement
.
getSourcePaymentList
())
\
+
convertCategoryList
(
'destination'
,
simulation_movement
.
getDestinationList
())
\
+
convertCategoryList
(
'destination_section'
,
...
...
@@ -174,6 +176,7 @@ class TestSlapOSSaleInvoiceBuilder(TestSlapOSSalePackingListBuilder):
trade_condition
=
project
.
getSpecialiseValue
()
currency
=
trade_condition
.
getPriceCurrencyValue
()
source
=
trade_condition
.
getSourceSectionValue
()
source_payment
=
trade_condition
.
getSourcePaymentValue
()
destination
=
instance_tree
.
getDestinationSectionValue
()
business_process
=
trade_condition
.
getSpecialiseValue
()
...
...
@@ -183,6 +186,7 @@ class TestSlapOSSaleInvoiceBuilder(TestSlapOSSalePackingListBuilder):
price_currency_value
=
currency
,
source_value
=
source
,
source_section_value
=
source
,
source_payment_value
=
source_payment
,
specialise_value
=
trade_condition
,
ledger
=
'automated'
)
...
...
@@ -272,6 +276,7 @@ class TestSlapOSSaleInvoiceBuilder(TestSlapOSSalePackingListBuilder):
resource_value
=
resource
,
source_value
=
source
,
source_section_value
=
source
,
source_payment_value
=
source_payment
,
specialise_value
=
trade_condition
,
trade_phase
=
'slapos/delivery'
,
ledger
=
'automated'
,
...
...
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