change_log 4.2 KB
Newer Older
1 2 3
2011-06-22 yusei
* Fix a bug. Quantity unit field on production order line must always be displayed.

4
2011-06-22 yusei
5 6 7
* Fix material consumption tab. Sort result as user can easily understand.

2011-06-22 yusei
8 9
* Fix bug on production order material consumption tab.

10 11 12
2011-06-15 yusei
* production order movement may not have specialise category value.

13 14 15
2011-06-07 yusei
* Stop displaying non-dated production order in planning box. It is useless.

16 17 18
2011-06-02 arnaud.fontaine
* Fix quantity unit conversion on ProductionOrder_viewMaterialConsumption.

19 20 21
2011-06-01 arnaud.fontaine
* Fix ProductionOrder_viewMaterialConsumption and display materials even when not in the inventory.

22 23 24
2011-05-23 tatuya
* Fix the issue that the Stock view on Production Order does not show anything.

Yusei Tahara's avatar
Yusei Tahara committed
25 26 27
2011-04-14 yusei
* Remove old unnecessary tales expression from relation string fields.

Yusei Tahara's avatar
Yusei Tahara committed
28 29 30
2010-11-05 yusei
* Modify variation category list in the field library and stop showing base category name.

Yusei Tahara's avatar
Yusei Tahara committed
31 32 33
2010-10-09 yusei
* Fix a typo in production_order_workflow/scripts/Order_buildPackingList.

34 35 36
2010-05-24 kazuhiko
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'})

Yusei Tahara's avatar
Yusei Tahara committed
37 38 39
2010-03-02 yusei
* Remove short title.

Yusei Tahara's avatar
Yusei Tahara committed
40 41 42
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
43 44 45 46
2008-09-16 Kazuhiko
* revise production_packing_list_builder and production_report_builder using new API.
* use  delivery_causality_workflow instead of invoice_causality_workflow in Production Packing List and Production Report.

Łukasz Nowak's avatar
Łukasz Nowak committed
47 48 49
2008-07-18 luke
* bugfix release 1.0rc2 - delete all production_order_* selections from system after updating

50 51 52
2008-07-10 luke
* production planning using planning box

Łukasz Nowak's avatar
Łukasz Nowak committed
53 54 55
2008-07-07 luke
* added material and service consumption views

Łukasz Nowak's avatar
Łukasz Nowak committed
56 57 58 59 60 61 62 63
2008-07-01 luke
* added support for automatic numeration using int_index
* restricted specialise (transformation) on order line to be chosen only for those defined by resource, made them automatic set in some cases

2008-06-27 luke
* updated production packing list workflow to be consistent with current packing list workflow
* reference on deliveries - orders, packing lists and reports are now automatically set

64 65 66 67
2008-06-26 luke
* updated production order workflow to be consistent with current order workflow
* continued proxification of forms

68 69 70 71
2008-06-24 luke
* updated portal types' definitions
* proxified, cleaned up and made forms more consistent

Vincent Desmares's avatar
Vincent Desmares committed
72 73 74 75 76 77
2008-06-03 vincentd
* Add all rights to manager in :
production_order_workflow  :  Confirmed, Cancelled
production_packing_list_causality_workflow  :  Building, Solving
production_packing_list_workflow  :  Delivered, Cancelled

78
2008-01-16 kazuhiko
79
* enable acquire_local_roles on Supply Link, Supply Node and Supply Chain Module.
80

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
81 82 83
2007-11-14 kazuhiko
* check if simulation state is draft or not before calling 'calculate' workflow method otherwise causality state can remain calculating.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
84 85 86
2007-09-25 yo
* Set module group on portal types.

Romain Courteaud's avatar
Romain Courteaud committed
87 88 89
2006-05-15 Alex
* Update maintainers.

90 91 92
2006-02-06 Kevin
* Update license and copyright metadata.

93 94 95
2005-12-09 Seb
* Updated the Order_appliedToRelatedMovement script in production_order_workflow

Yoshinori Okuji's avatar
Yoshinori Okuji committed
96 97 98 99 100 101 102
2005-12-08 yo
* Fix the LEFT JOIN syntax in ProductionOrder_zSelectMovement.
* Add ProductionDelivery_getSupplyLinkList by seb.

2005-12-06 Seb
* Again update on after more testing production_order_workflow in order to add tags and priority

Aurel's avatar
Aurel committed
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
2005-12-01 Seb
* Started to update production_order_workflow in order to add tags and priority
* updated ProductionOrder_zSelectMovement, added alias on table movement

2005-11-25 Seb
* Removed the limit to 1000 for ProductionOrder_zSelectMovement

2005-11-05 Romain
* Correct naming convention.

2005-10-20 Romain
* Correct naming convention.

2005-10-19 Seb
* added Production * Cell portal type
* updated production_packing_list_builder
* updated TransformationSourcingRule_selectMovement
* use more activities in production_order_workflow

2005-08-26 Seb
* Set default security setting for all
production modules

2005-08-26 Romain
* add condition object/hasCellContent to  all portal type used as a line for form *Line_view[Price|Quantity|Option].

2005-07-26 Romain

Vincent Desmares's avatar
Vincent Desmares committed
131
First version.