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
6681f337
Commit
6681f337
authored
Jun 21, 2022
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_accounting: propagate source_project in the simulation/builder
parent
b23950d0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
master/bt5/slapos_accounting/PathTemplateItem/portal_deliveries/slapos_sale_invoice_builder/category_movement_group_on_delivery.xml
...e_invoice_builder/category_movement_group_on_delivery.xml
+2
-0
master/bt5/slapos_accounting/PathTemplateItem/portal_deliveries/slapos_sale_invoice_transaction_trade_model_builder/category_movement_group_on_delivery.xml
...ade_model_builder/category_movement_group_on_delivery.xml
+2
-0
master/bt5/slapos_accounting/PathTemplateItem/portal_deliveries/slapos_sale_packing_list_builder/category_movement_group_on_delivery.xml
...king_list_builder/category_movement_group_on_delivery.xml
+2
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/OrderBuilder_generateSlapOSAggregatedMovementList.py
...ting/OrderBuilder_generateSlapOSAggregatedMovementList.py
+2
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/OrderBuilder_selectSlapOSAggregatedDeliveryList.py
...unting/OrderBuilder_selectSlapOSAggregatedDeliveryList.py
+2
-0
No files found.
master/bt5/slapos_accounting/PathTemplateItem/portal_deliveries/slapos_sale_invoice_builder/category_movement_group_on_delivery.xml
View file @
6681f337
...
...
@@ -42,6 +42,8 @@
<string>
destination
</string>
<string>
source_section
</string>
<string>
destination_section
</string>
<string>
source_project
</string>
<string>
destination_project
</string>
<string>
price_currency
</string>
<string>
source_decision
</string>
<string>
destination_decision
</string>
...
...
master/bt5/slapos_accounting/PathTemplateItem/portal_deliveries/slapos_sale_invoice_transaction_trade_model_builder/category_movement_group_on_delivery.xml
View file @
6681f337
...
...
@@ -41,6 +41,8 @@
<string>
destination
</string>
<string>
source_section
</string>
<string>
destination_section
</string>
<string>
source_project
</string>
<string>
destination_project
</string>
<string>
price_currency
</string>
<string>
ledger
</string>
</tuple>
...
...
master/bt5/slapos_accounting/PathTemplateItem/portal_deliveries/slapos_sale_packing_list_builder/category_movement_group_on_delivery.xml
View file @
6681f337
...
...
@@ -41,6 +41,8 @@
<string>
destination
</string>
<string>
source_section
</string>
<string>
destination_section
</string>
<string>
source_project
</string>
<string>
destination_project
</string>
<string>
source_decision
</string>
<string>
destination_decision
</string>
<string>
price_currency
</string>
...
...
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/OrderBuilder_generateSlapOSAggregatedMovementList.py
View file @
6681f337
...
...
@@ -67,8 +67,10 @@ for movement in movement_list:
source
=
movement
.
getSource
(),
destination
=
movement
.
getDestination
(),
source_section
=
movement
.
getSourceSection
(),
source_project
=
movement
.
getSourceProject
(),
destination_section
=
movement
.
getDestination
(),
destination_decision
=
movement
.
getDestination
(),
destination_project
=
movement
.
getDestinationProject
(),
ledger
=
movement
.
getLedger
(),
specialise
=
specialise
,
price_currency
=
movement
.
getPriceCurrency
(),
...
...
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/OrderBuilder_selectSlapOSAggregatedDeliveryList.py
View file @
6681f337
...
...
@@ -9,7 +9,9 @@ def newPackingList(movement, causality, message):
source
=
movement
.
getSource
(),
destination
=
movement
.
getDestination
(),
source_section
=
movement
.
getSourceSection
(),
source_project
=
movement
.
getSourceProject
(),
destination_section
=
movement
.
getDestination
(),
destination_project
=
movement
.
getDestinationProject
(),
destination_decision
=
movement
.
getDestination
(),
specialise
=
movement
.
getSpecialise
(),
price_currency
=
movement
.
getPriceCurrency
(),
...
...
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