change_log 7.18 KB
Newer Older
Yusei Tahara's avatar
Yusei Tahara committed
1 2 3
2010-07-12 yusei
* Fix industrial phase list field bug on Transformation_view.

4 5 6
2010-06-14 kazuhiko
* Fix a bug in Base_validateEan13Code that does not work in the case where the check digit is 0.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
7 8 9
2010-05-27 yo
* Resource_getPriceCalculationOperandDict must return base_unit_price even if price is not found. So the meaning of the default parameter has changed slightly - now it represents the default value of price instead of the default value of the returned result. This way is more backward compatible.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
10 11 12
2010-05-26 yo
* Now the Resource_getPriceCalculationOperandDict must include base_unit_price, as the script is shared with getPrice and getBaseUnitPrice.

13 14 15
2010-05-03 kazuhiko
* make precision of base_price in Resource_viewDefaultSaleSupplyLine same as SaleSupplyLine_view's one, and same for Internal Supply Line and Purchase Supply Line.

Yusei Tahara's avatar
Yusei Tahara committed
16 17 18
2010-04-22 yusei
* Fix Measure_reindexResource in conversion_interaction_workflow. Reindex resource only when measure is unindexed but resource is not.

19 20 21
2010-03-09 Nicolas Dumazet
* Merge measure & quantity_unit_conversion interaction workflows into conversion_interaction_workflow

22 23
2010-03-04 Nicolas Dumazet
* Add version field to Transformations
24
* Add Transformation Transformed Resource Cell & Transformation Operation Cell portal types
25

Yusei Tahara's avatar
Yusei Tahara committed
26 27 28
2010-03-03 yusei
* Fix cell portal type names in matrix boxes. Internal Supply Cell must be used in Internal Supply Line.

Yusei Tahara's avatar
Yusei Tahara committed
29 30 31
2010-03-02 yusei
* Remove short title.

Yusei Tahara's avatar
Yusei Tahara committed
32 33 34
2010-02-22 yusei
* Set appropriate title to each workflow definition.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
35 36 37
2010-02-10 yo
* Add base_unit_price into the mapped values of Sale Supply Line and Purchase Supply Line.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
38 39 40
2010-02-09 yo
* Base_viewPDMFieldLibrary/my_base_unit_price simply reuses Base_viewFieldLibrary/my_base_unit_price now.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
41 42 43
2010-02-09 yo
* Add support for price precision. You can simply define supply lines for price precision, if you want to apply a precision different from a currency precision to unit prices.

Fabien Morin's avatar
Fabien Morin committed
44 45 46
2010-01-01 fabien
* move fabric_brand category from erp5_pdm to erp5_apparel. This category is going to be replaced by a trade_mark_module.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
47 48 49
2010-01-21 yo
* Add a jump to related supply lines. For now, jump only to lines but not cells, because views of cells are mostly nonsense, and their parents should have relations to the same resource anyway.

50 51 52 53
2010-01-21 Nicolas Dumazet
* deprecate quantity property of quantity_unit categories: use Quantity Unit Conversion Definitions instead.
* introduce Quantity Unit Conversion module, Quantity Unit Conversion Definitions

Yoshinori Okuji's avatar
Yoshinori Okuji committed
54 55 56
2010-01-21 yo
* make resource searchable in supply views in list mode.

57 58 59
2009-11-12 Kazuhiko
* remove 'size' base category because it is already included in erp5_core.

Tatuya Kamada's avatar
Tatuya Kamada committed
60 61
2009-11-12 tatuya
* add the variation views of FlowCapacity for SupplyLine. Note that they have not connected to the actions.
Tatuya Kamada's avatar
Tatuya Kamada committed
62
* Add FlowCapacity properties to the SupplyLine views.
Tatuya Kamada's avatar
Tatuya Kamada committed
63

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
64 65 66
2009-10-22 Kazuhiko
add Internal Supply.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
67
2009-10-19 Kazuhiko
68
* add more columns in Purchase Supply module list and Sale Supply module list.
69
* add more fields in Purchase Supply view and Sale Supply view.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
70
* add Profile tab in Purchase Supply and Sale Supply.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
71 72
* add validation workflow in Purchase Supply and Sale Supply.

Yusei Tahara's avatar
Yusei Tahara committed
73 74 75
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Yusei Tahara's avatar
Yusei Tahara committed
76 77 78
2009-09-11 yusei
* Fix Component type information and make view action the first priority.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
79 80 81
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

82 83 84
2009-07-01 romain
* Revert latest proxy field library simplification, as the design was not finalized.

Yusei Tahara's avatar
Yusei Tahara committed
85 86 87
2009-05-19 yusei
* Fix some proxy fields. count_method and listbox_id should not be inherited from template field.

Yusei Tahara's avatar
Yusei Tahara committed
88 89 90
2009-05-01 yusei
* Fix some mistakes on previous field library conversion.

Yusei Tahara's avatar
Yusei Tahara committed
91 92
2009-04-30 yusei
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility.
Yusei Tahara's avatar
Yusei Tahara committed
93
* Need recent version of erp5_core(newer than r1193).
Yusei Tahara's avatar
Yusei Tahara committed
94
* Update dependencies.
Yusei Tahara's avatar
Yusei Tahara committed
95

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
96 97 98
2009-04-18 Kazuhiko
* Version 5.4.1

Jérome Perrin's avatar
Jérome Perrin committed
99 100 101
2009-02-16 jerome
* make it possible to configure the accounting accounts on supply lines.

Yusei Tahara's avatar
Yusei Tahara committed
102 103 104
2008-11-13 yusei
* Start to develop version 5.4.

Yusei Tahara's avatar
Yusei Tahara committed
105 106 107
2008-10-14 yusei
* Start to develop version 5.3.

Yusei Tahara's avatar
Yusei Tahara committed
108 109 110
2008-09-25 yusei
* Replace utf-8 character to character entity reference. You can use only ASCII character to field title, otherwise UnicodeDecodeError occurs when user exchange document to external format.

Yusei Tahara's avatar
Yusei Tahara committed
111 112 113
2008-08-28 yusei
* Use Base_translateString or translateString instead of N_ for translation message.

Łukasz Nowak's avatar
Łukasz Nowak committed
114 115 116 117
2008-07-01 luke
* added support for int_index and reference for Transformation children
* Transformation related forms proxified

Yusei Tahara's avatar
Yusei Tahara committed
118 119 120
2008-06-27 yusei
* Start to develop version 5.2.

Yusei Tahara's avatar
Yusei Tahara committed
121 122 123
2008-06-26 yusei
* Revise version to 5.1.

Jérome Perrin's avatar
Jérome Perrin committed
124 125 126
2008-06-17 jerome
* Remove my_resouce from Resource field library. Categorising resources with resource category is not good because it's cannot be acquired on movements.

Jérome Perrin's avatar
Jérome Perrin committed
127 128 129
2008-04-21 jerome
* Fix default images on Product and Component (for virtual hosting)

Yoshinori Okuji's avatar
Yoshinori Okuji committed
130 131 132
2008-04-19 yo
* Bump to 5.0.

Alexandre Boeglin's avatar
Alexandre Boeglin committed
133 134
2008-04-16 alex
* Supplies moved from Trade to here
135
* push version to 1.0rc6
Alexandre Boeglin's avatar
Alexandre Boeglin committed
136

Jérome Perrin's avatar
Jérome Perrin committed
137
2008-03-31 jerome
138
* Add default_image on Products and Component.
Jérome Perrin's avatar
Jérome Perrin committed
139

Alexandre Boeglin's avatar
Alexandre Boeglin committed
140 141 142 143
2008-02-07 alex
* proxify some fields, use Resource_viewFieldLibrary instead of BasePdm_fieldLibrary
* on resource, add two supply types (purchase and sale) instead of one

144 145 146
2008-01-16 kazuhiko
* enable acquire_local_roles on Transformation Transformed Resource and Transformation Module.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
147 148 149
2007-09-25 yo
* Set module group on portal types.

150 151 152
2007-08-13 Jerome
* Remove portal type actions that are now defined as global actions

153 154 155
2006-09-06 Romain
* Fix the group order in some Forms.

Romain Courteaud's avatar
Romain Courteaud committed
156 157 158
2006-08-28 Romain
* Fix the group order in some Forms.

159 160 161
2006-05-23 Romain
* Remove Transformation Rule, Transformation Sourcing Rule actions, which are defined in erp5_mrp.

162 163 164
2006-05-22 Romain
* Remove Transformation Rule, Transformation Sourcing Rule, which are defined in erp5_mrp.

Romain Courteaud's avatar
Romain Courteaud committed
165 166 167
2006-05-15 Alex
* Update maintainers.

Romain Courteaud's avatar
Romain Courteaud committed
168 169 170 171
2006-03-06 romain
* Use proxy field.
* Improve translation.

172 173 174
2006-03-04 jerome
* Use translated validation state in Resource_viewMovementHistory

175 176 177
2006-02-20 Romain
* Display translated title on Product.

Alexandre Boeglin's avatar
Alexandre Boeglin committed
178 179 180
2006-02-10 Kevin
* Delete Translate action on Service Module.

Kevin Deldycke's avatar
Kevin Deldycke committed
181 182 183
2006-01-19 Kevin
* Update Consumption_print PDF Template to use Localizer instead of Translation Service.

184 185 186
2005-01-06 Romain
* add Resource_viewInventory, Resource_viewMovementHistory

Aurel's avatar
Aurel committed
187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
2005-11-05 Romain
* correct naming conventions

2005-10-18 Romain
* correct naming conventions

2005-09-28 Romain
* Added option base category.

2005-09-20 Romain 1.0rc5
* Added TransformationOptionalResource

2005-09-15 Romain
* Hide TransformationOperation_viewQuantity,
TransformationTransformedResource_viewPrice,
TransformationTransformedResource_viewQuantity, when no variation.

2005-08-26 Romain
* Product has industrial_phase as option.
* Associated Transformation (line) to validation workflow.

2005-08-25 Romain
* modify Component_* form.
* associate Component to validation_workflow

2005-08-25 Romain (v1.0rc4)
* added all needed for transformation_module.
* added all needed for component_module.
* move skin folder erp5_apparel_core from BT erp5_apparel.
* added lot of categories from erp5_apparel.

2005-08-23 kevin
* Update Service_view to support 'grade' as Variation Base Category (this is required for paysheets).

2005-06-23 yo
Łukasz Nowak's avatar
Łukasz Nowak committed
222
* Rename modules, appended _module.