- 28 Jul, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2010 33 commits
-
-
Kazuhiko Shiozaki authored
same as r37156 (when calculating the diff of a quantity, it is necessary to use real values instead of recorded ones). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
same as r37158 (clear recorded properties when updating, because update means incoming movements have changed and recorded properties have no meaning for updated properties). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert a part of r36960. test_05d_SimulationChangeResourceOnOneSimulationMovementForMergedLine still will not pass. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
This behaviour is not expected yet, we don't use this export and build into same transaction into real life. More discussions are required to check it this is really a bug. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- decorate test_PersonDocumentWithMonovaluedLocalRole with expectedFailure, as its importance is low and shall be solved later git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
When we render a DATE-TIME, we are using "FORM #2: DATE WITH UTC TIME" as defined by rfc2445, which means a date in UTC timezone. The test was setting dates using machine timezone, and later comparing the UTC rendering with those machine's timezone dates. Change the test to simply set UTC dates on documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- install in ERP5Type namespace git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- reuse SubcontentReindexingWrapper instead of relaying on other parts of system to check only one thing - that subcontent of Trade Condition is reindexed upon trade condition self reindexation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- provide utility class which can be used to check if subcontent of some object are reindexed upon parent reindexation, by checking list of to-be-indexed paths git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37289 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- use 'key in dict' rather than has_key - create invariant "base_id" dict outside of the loop git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
Now the customer can use My Favourites to navigate between his instances. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
Sometimes we don't need the language on the url. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
update budget consumption report to use BudgetLine_getConsumedBudgetDict and BudgetLine_getSummaryDimensionKeyDict git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
list" way of calculating consumption working properly with summary cells - cache cell keys lookups - support movement_strict_membership inventory axis - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Make the budget cells clickable in engaged, consumed and available view, the link points to a listbox with all the movements corresponding to the total amount. This listbox displays properly accounting movements, in the future we could make this form id a configuration parameter in the budget model. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37281 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add an actiont to update summary budget cells on a budget line, and an helper script to get the summary categories git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37279 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(with the difference that matrixbox does not make automatically and URL to the document if no URL column are defined). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
getCorrectedQuantity must not use a mapped quantity, as any mapping must not be enabled in the simulation world. Instead, every caller must specify which is wanted very explicitly. This change also fixes that delivery error and profit quantity were not handled correctly when quantity was inversed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Segregate the creation of a mapping dict into getMappingDict. Define a new method getMappedPropertyId. Fix an obvious bug in setMappedProperty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Exporting category list limits to appropriate properties. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37272 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jul, 2010 6 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37267 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Allow users read some not secret preferences, it is required Annonymous read some preferences in order to have wizard working minimally. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-