change_log 1.89 KB
Newer Older
Lucas Carvalho's avatar
Lucas Carvalho committed
1 2 3 4 5 6
2011-04-12 lucas
* Added default image on default_standard_configuration and a better description.

2011-04-12 lucas
* Added new business configuration for consulting workflow.

Lucas Carvalho's avatar
Lucas Carvalho committed
7 8 9 10
2011-04-04 lucas
* Added a new test to check if simulation is working as expected.

2011-04-04 lucas
Lucas Carvalho's avatar
Lucas Carvalho committed
11 12
* Added new tests to check Purchase Trade Condition and Sale Trande Condition.

Lucas Carvalho's avatar
Lucas Carvalho committed
13 14 15
2011-04-01 lucas
* Renamed  module_permission_access.ods to standard_module_permission_access.ods

Lucas Carvalho's avatar
Lucas Carvalho committed
16 17 18
2011-04-01 lucas
* Renamed default_accounts_express.ods to standard_default_accounts.ods

Lucas Carvalho's avatar
Lucas Carvalho committed
19 20 21
2011-04-01 lucas
* Renamed currency_list.ods to standard_currency_list.ods

Lucas Carvalho's avatar
Lucas Carvalho committed
22 23 24
2011-04-01 lucas
* Remove short_title.

Lucas Carvalho's avatar
Lucas Carvalho committed
25 26 27
2011-04-01 lucas
* Added tests to check Business Process and Solvers after the configuration.

Lucas Carvalho's avatar
Lucas Carvalho committed
28 29 30
2011-04-01 lucas
* Updated script to add the Solver Configuration Item objects.

Lucas Carvalho's avatar
Lucas Carvalho committed
31 32 33
2011-04-01 lucas
* Added a new script with solver informations.

Lucas Carvalho's avatar
Lucas Carvalho committed
34 35 36
2011-03-31 lucas
* Since r44521 the default preferences from core are not disabled anymore., hence the preferences created by configurator has low priority.

Lucas Carvalho's avatar
Lucas Carvalho committed
37 38 39
2011-03-31 lucas
* Added a new script with business process informations.

Lucas Carvalho's avatar
Lucas Carvalho committed
40 41 42 43
2011-03-30 lucas
* The mixin class called TestLiveConfiguratorWorkflowMixin has been moved to ERP5Configurator/tests/ConfiguratorTestMixin.py.
* Added tests with Russian configuration.

Lucas Carvalho's avatar
Lucas Carvalho committed
44 45 46
2011-03-30 lucas
* Enabled russian language and accounting plan. (Thanks to Vera Kurpas for the contributions).

Lucas Carvalho's avatar
Lucas Carvalho committed
47 48 49
2011-03-30 lucas
* Updated default_accounts_express.ods with Russian accounts information. (Thanks to Vera Kurpas.)

Lucas Carvalho's avatar
Lucas Carvalho committed
50 51 52
2010-01-07 lucas
* Merged with consulting workflow.

Lucas Carvalho's avatar
Lucas Carvalho committed
53 54 55
2010-01-04 lucas
* Converted files from .sxc to .ods

Lucas Carvalho's avatar
Lucas Carvalho committed
56 57 58
2010-01-01 lucas
* Removed External Method used to validate the user name.

Lucas Carvalho's avatar
Lucas Carvalho committed
59 60 61
2010-01-01 lucas
* Added proxy field in all forms, using base configurator field library.

Lucas Carvalho's avatar
Lucas Carvalho committed
62 63
2010-12-23 lucas
* Renamed the testStandardConfigurationWorkflow to testLiveStandardConfigurationWorkflow.