- 09 Jul, 2009 14 commits
-
-
Fabien Morin authored
- findEffectiveSpecialiseValueList was not using Breadth First Search like findSpecialiseValueList. Now both code have the same behaviour - findEffectiveSpecialiseValueList was not really using effective model, not it use it, and if no effective model are found, an empty list is returned - in case where no effective model are found, getEffectiveModel return None (instead of self). If getEffectiveModel is call with None stop_date and start_date, self is return git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Slightly change purpose of some options, so that --load and --save can be combined: * --load reuses an existing unit test instance. * --save runs in persistent mode. Tests are skipped if --load is unset. * --data_fs_path just allows to specify a Data.fs path other than the default one. Before this commit, the option was used without --load or --save. To get the previous behaviour, it must be used with --load. Note that it is now possible to use it with --save, what overwrites or modifies it. * if --load is used and MySQL dump is missing, --recreate_catalog is automatically set. * Drop now useless 'erp5_force_data_fs' environment variable. * Import Products and static files in the correct order (= same as a normal instance). * Enable DeadlockDebugger and start ZServer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
current model_line should be a child of an effictive model. So it's useless to look for an effective model : the parent of this line is good. it's non sens to use another model than the parent one to get the calculation script to calculate this line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- updated copyrights - implement isBuildable, based on real system - add helper method to fetch explanation list - during build use proper method to find delivery builders, and let do builder its job to find movements (this is to be future proof) - fix method name from _getRelatedSimulationMovementList to _getRelatedSimulationMovementValueList, as it in reality return documents not urls and fix this method implementation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28038 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Fix when printing invoice and setting 'Custom' for payment-trade-date, payment condition returns the custom setting date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28036 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- getattr is using acquisition, so in this case subcategories having same id as base categories (eg. delivery) were not created git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Append Japanese localized invoice style-sheet fixing font setting. To avoid hand modification after printing Japanese invoice. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2009 22 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28029 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
in case a calculation script is found, slice are not calculated in TradeModelLine class. This should be handle by the calculation script. This permit to create a customise behaviour for slices - improve the error message in case of not found cells to make debugging easier git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- cartesianProduct is not needed : getCellKeyList can do the same thing in a better and cleaner way - if movements already exists, we don't want to take only the first one, but all movements are needed - improve error message to display the Line (title and relative_url) and the coordinates of the not found cell. This will make debugging much more easier - to set quantity on new created movements, we search on movement_list if movements contribute to the current movement applied on, but we need to look also on already processed movements (current_aggregated_amount_list) - the condition to check if the quantity of the current movement should be updated was wrong, fix it - in TradeCondition, now one loop turn is enought to make all calculation - change some variables names that where already used previously to avoid mistakes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28024 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28022 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28021 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- don't capitalize french translations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28020 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28019 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- alter only needed property on generated list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- slices where not defined on resource - since r28012 base_category are sorted, so we need to use the new order to create cells - somes Tic where missing after crate movements on model lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28013 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28011 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- set column title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28009 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28008 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28007 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2009 4 commits
-
-
Łukasz Nowak authored
- as resource is category use list, that way it is passed by expandable_property_list, so need to compare list of resources git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28006 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- as isFrozen can return True, False, 1 or 0 map it return value into integer, otherwise it is not shown in some cases (this is only UI needed hack, as for computers 0 and False or 1 and True are correct) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- movement shall be immutable only if it is frozen and than do compensation, if its tree is delivered we shall propagate changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28004 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
steps are separated with new lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-