An error occurred fetching the project authors.
- 01 Dec, 2015 1 commit
-
-
Jérome Perrin authored
Accept subcategories correctly
-
- 30 Nov, 2015 3 commits
-
-
Jérome Perrin authored
A supply line defined for a product line will apply to all resources member of this product line.
-
Jérome Perrin authored
This reverts commit 4f0bdaab.
-
Jérome Perrin authored
A supply line defined for a product line will apply to all resources member of this product line.
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 03 Jun, 2014 1 commit
-
-
Julien Muchembled authored
In Base._getAcquiredCategoryMembershipItemList, replace broken code by an exception.
-
- 30 Jan, 2014 1 commit
-
-
- 16 Sep, 2013 1 commit
-
-
Jérome Perrin authored
In some configurations this might be incorrect, but for most cases it is not a good idea that a price that is currently beeing edited gets applied.
-
- 13 Jun, 2013 1 commit
-
-
Jérome Perrin authored
Revert "Test deferred style with converting to a format" This reverts commit cbfa8d56. -> pushed by mistake Revert "Set cloudoo on preferences in ERP5TypeTestCase" This reverts commit 28824962. -> pushed by mistake Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns" This reverts commit 802d3f53. -> a test is failing
-
- 12 Jun, 2013 1 commit
-
-
Jérome Perrin authored
-
- 27 Feb, 2013 1 commit
-
-
Aurel authored
-
- 25 Jan, 2013 1 commit
-
-
Julien Muchembled authored
-
- 17 May, 2012 1 commit
-
-
Yusei Tahara authored
Add a test about checking quantity unit behavior on movement. Quantity unit set to movement must not be changed by changing default quantity unit on resource. This test will fail as expected.
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 29 Mar, 2012 1 commit
-
-
Rafael Monnerat authored
- Solvers were moved to erp5_configurator_standard_solver - trade related code and rules to erp5_configurator_standard_trade_template - accounting related code and rules to erp5_configurator_standard_accounting_template - invoicing related code and rules to erp5_configurator_standard_invoicing_template Code were moved and splited to several diferent business templates. The rules and related code should be used only as template.
-
- 27 Oct, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2010 1 commit
-
-
Julien Muchembled authored
- split erp5_legacy into erp5_simulation_legacy (for generic objects) and erp5_{trade,accounting,invoicing}_simulation_legacy - reverse dependency of erp5_simulation (which may not even need erp5_base) - move obsolete portal type definitions (including some from erp5_base) to appropriate BT - update BT list of unit tests A unit test testing Trade now needs: - new simulation: erp5_base, erp5_pdm, erp5_simulation, erp5_trade, erp5_simulation_test (in this order) - legacy: erp5_base, erp5_pdm, erp5_simulation, erp5_simulation_legacy, erp5_trade, erp5_trade_legacy (in this order) git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38036 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2010 1 commit
-
-
Aurel authored
unit test git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2010 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Feb, 2010 1 commit
-
-
Fabien Morin authored
sale/purchase/internal_supply_line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32243 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2010 1 commit
-
-
Nicolas Dumazet authored
* Deprecate usage of "quantity" float field in quantity_unit category * Introduce Quantity Unit Conversion Module instead for this behavior: Quantity Unit Conversion Definitions can be used to define site-wide quantity_units * Let Resources define their own children Definitions: - adds a new tab in Product view - the definitions defined at a Resource level override the "global" definitions made in the Units Module * Definitions are indexed in a special catalog table, similarly to Measures. * Add an interaction workflow to take care of two reindexation needs: - when a local (resource-level) Definition is modified/created, the Product itself needs to be reindexed. This step is quite similar to measure_interaction_workflow - when a global (site-wide) Definition is modified, all Products need reindexing. * SimulationTool API was cleaned up and unified. - getConvertedInventoryList is deprecated - quantity_unit and metric_type parameters are added to getInventory * testResource is updated to use Unit Definitions instead of quantity fields of quantity_unit's git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2010 1 commit
-
-
Jérome Perrin authored
testing that a supply line where no destination section was defined only applies to context where no destination section is defined. This is not the case, supply lines with no destination section defined applies regardless of the context's destination section. ( In Movement.getPrice, there is code to give priority to sales supply lines defining destination section in the case of sales, and this is tested in test_12_getInternalVsPurchaseVsSalePrice ) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2009 1 commit
-
-
Fabien Morin authored
(order is important at cell creation step) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Nov, 2009 1 commit
-
-
Sebastien Robin authored
* make Resource_init supporting several individual variations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Fabien Morin authored
- indentation pb - do not create one preference for one test - enable preference only if it's disable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Oct, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2009 1 commit
-
-
Sebastien Robin authored
there is several possible choices git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2009 1 commit
-
-
Jérome Perrin authored
supply line is the same as the price currency from the context. Update tests that where not respecting this, and add new test to prove new behaviour. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23533 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Aug, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Aug, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-