Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
preetwinder
erp5
Commits
fc667759
Commit
fc667759
authored
9 years ago
by
Tristan Cavelier
Browse files
Options
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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