- 22 Jul, 2010 8 commits
-
-
Romain Courteaud authored
Solvers have to be accessible to all users. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37235 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37231 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2010 21 commits
-
-
Rafael Monnerat authored
When zope.interface is installed as eggs (tried with 3.3.0, 3.5.2, 3.6.1) and PluginRegistry==1.1.2 is used, there is some bad behaviour which makes erp5 does not work. It is preferred keep using standard zope.interface provided by Zope-2.8 for now until this problem got solved or some good zope.interface version be selected. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use new API getAvailableBudgetDict, getEngagedBudgetDict and getConsumedBudgetDict that does only one getInventoryList query for each budget line, and also shows consumptions for cells where no budget has been defined git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37225 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
simply use cell_index, since 37220 we no longer need to copy categories from budget and budget lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37223 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
instead of doing one getInventory by budget cell, we do one getInventoryList by budget line. - Budget variation now uses the variation defined at the proper level, ie if this is a line level variation, it uses membership criterion from the line, if this is budget level, from the budget. if this is a cell level, from the cell. This means that we no longer have to copy all level categories on the cell. The UI will have to be updated. - Test those new features and add some missing tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
reindexation as in the way it was done before some simulation states and conditions were missing, so inventory was not using the real "current" value to do computation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use _MARKER instead of None to allow explicitly quality to be determined by background convet application (if required). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Unhard code default image quality and make it possible to specify in preferences. Fall back to constant value as before if preference is not specified. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2010 11 commits
-
-
Aurel authored
"Taller/Shorter/Wider/Narrower" buttons as it is in the rest of zope git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37197 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-