Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
fc667759
Commit
fc667759
authored
Dec 23, 2015
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_configurator_standard_solver: add type class to some portal solvers
parent
baa1cff9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
0 deletions
+28
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml
...hTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml
+4
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml
...hTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml
+4
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Minimise%20Price%20Delivery%20Solver.xml
...m/portal_solvers/Minimise%20Price%20Delivery%20Solver.xml
+4
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Quantity%20Cancel%20Solver.xml
...emplateItem/portal_solvers/Quantity%20Cancel%20Solver.xml
+4
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Quantity%20Split%20Solver.xml
...TemplateItem/portal_solvers/Quantity%20Split%20Solver.xml
+4
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
...athTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
+4
-0
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Unify%20Solver.xml
...solver/PathTemplateItem/portal_solvers/Unify%20Solver.xml
+4
-0
No files found.
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml
View file @
fc667759
...
...
@@ -75,6 +75,10 @@
<key>
<string>
solver_action_title
</string>
</key>
<value>
<string>
First In, First Out
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
FIFODeliverySolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml
View file @
fc667759
...
...
@@ -75,6 +75,10 @@
<key>
<string>
solver_action_title
</string>
</key>
<value>
<string>
Last In, First Out
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
LIFODeliverySolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Minimise%20Price%20Delivery%20Solver.xml
View file @
fc667759
...
...
@@ -75,6 +75,10 @@
<key>
<string>
solver_action_title
</string>
</key>
<value>
<string>
Minimise Price
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
MinimisePriceDeliverySolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Quantity%20Cancel%20Solver.xml
View file @
fc667759
...
...
@@ -150,6 +150,10 @@
<key>
<string>
solver_action_title
</string>
</key>
<value>
<string>
Cancel Quantity
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
QuantityCancelSolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Quantity%20Split%20Solver.xml
View file @
fc667759
...
...
@@ -166,6 +166,10 @@
<key>
<string>
solver_action_title
</string>
</key>
<value>
<string>
Split and Differ
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
QuantitySplitSolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
View file @
fc667759
...
...
@@ -193,6 +193,10 @@
</tuple>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
TradeModelSolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_configurator_standard_solver/PathTemplateItem/portal_solvers/Unify%20Solver.xml
View file @
fc667759
...
...
@@ -189,6 +189,10 @@
<key>
<string>
solver_action_title
</string>
</key>
<value>
<string>
Unify value
</string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
UnifySolver
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
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