change_log 22.1 KB
Newer Older
1 2 3
2013-05-28 arnaud.fontaine
* Fix incorrect change of my_view_mode_quantity ProxyField which must point to Base_viewFieldLibrary/my_view_mode_quantity so that figure CSS class is applied (9fcbe9c).

4 5 6
2013-04-17 arnaud.fontaine
* erp5_simulation should not be required as some system do not use simulation.

7 8 9
2012-01-05 Kazuhiko
* move builders from erp5_trade to erp5_simulation_test BT.

10 11 12
2011-12-14 arnaud.fontaine
* Allow to jump from Organisation to its related Sale Trade Conditions, Purchase Trade Conditions and Internal Trade Conditions.

13 14 15
2011-11-22 yusei
* Stop showing detailed DateTime in listbox. This problem started occur due to recent specification change of zope's DateTime.

16 17 18
2011-11-12 yusei
* source_trade and destination_trade must be copied from trade condition to order/delivery.

19 20 21
2011-09-28 yusei
* Improve stock report and show stock also by group.

22 23 24
2011-09-28 yusei
* Improve Base_getBySiteCurrentStockList and support group category.

25 26 27
2011-09-20 tatuya
* Modify Order_zSelectMovement  to make Packing List enable to represent Transfer of rights(ownership). To do this, remove WHERE expression to exclude simulation movements that have same source and destination.

28 29 30
2011-09-15 tatuya
* Fix the issue that Sale Packing List wrongly has Root Applied Rule sometimes when it is created by Delivery Builder with a site which has many activity nodes.

31 32 33
2011-06-23 tatuya
* Show the owner at Inventory module listbox because the inventories can be owned by multiple sections.

34 35 36
2011-06-02 arnaud.fontaine
* Fix issue on stock listbox when there is no unit conversion defined.

37 38 39
2011-05-27 arnaud.fontaine
* Fix stock listbox and add a new column 'order'.

Yusei Tahara's avatar
Yusei Tahara committed
40 41 42
2011-04-14 yusei
* Remove old unnecessary tales expression from relation string fields.

Yusei Tahara's avatar
Yusei Tahara committed
43 44 45
2011-04-04 yusei
* Fix tales expression on property "enabled" of my_view_mode_payment_date. This field cannot be displayed.

Nicolas Delaby's avatar
Nicolas Delaby committed
46 47 48
2011-03-30 nicolas
* Add internal trade conditions

Yusei Tahara's avatar
Yusei Tahara committed
49 50 51
2010-10-21 yusei
* Add reset movement price action to returned sale packing list.

Yusei Tahara's avatar
Yusei Tahara committed
52 53 54
2010-10-21 yusei
* Add reverse_arrow_category parameter to Order_applyTradeCondition. This option is useful when trade condition is applied to returned packing list.

Nicolas Dumazet's avatar
Nicolas Dumazet committed
55 56 57
2010-10-15 nicolas.dumazet
* No restrictions on subtypes of Order portal type

Nicolas Dumazet's avatar
Nicolas Dumazet committed
58 59 60
2010-09-30 nicolas.dumazet
* Add abstract Order portal type to be able to create temporary documents of Order portal type.

61 62 63
2010-08-07 JPS
* make the terms match payment condition and capacity property sheets in TradeModelPath_view

Yusei Tahara's avatar
Yusei Tahara committed
64 65 66
2010-07-15 yusei
* Add source_carrier, source_referral, source_function, destination_carrier, destination_referral, destination_function to copied category list of trade condition.

Jean-Paul Smets's avatar
Jean-Paul Smets committed
67 68 69
2010-06-22 JPS
* Business Path now split into Business Link and Trade Model Path

Sebastien Robin's avatar
Sebastien Robin committed
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
2010-06-21 yo
* Specify the inventory group to the portal type Inventory.

2010-06-08 kazuhiko
* 'Validate Inventory Action' should be allowed for Assignor.

2010-06-03 yo
* Add details tabs into Returned Sale Packing List and Returned Purchase Packing List for consistency.

2010-06-01 kazuhiko
* Use the same dependencies for Delivery_updateApplideRule to make it possible to merge activities.

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'})

2010-05-24 yusei
* Update Movement_getUseItemList. Add an empty select option to the result.

2010-05-21 yusei
* Display preferred base amounts in base contribution list and base application list.

2010-05-21 yusei
* Change base amount preference. Only one preferred list on trade is enough.
* Revert previous changes. On movements, display uses defined on the corresponding resource only.

2010-05-21 yusei
* Display preferred uses if preference is set.

2010-05-21 yusei
* Add two system preference properties for base amount category.

2010-05-21 yo
* Add a new action Reset Prices into Sale Order, Sale Packing List, Purchase Order, and Purchase Packing List.

2010-05-18 yo
* Change the default of rounding to False, as it is currently very slow to apply rounding models. So those who want to use this feature should enable it explicitly.

2010-05-18 yo
* Have Base_getSpecialisedAggregatedAmountList to pass the parameter rounding to getAggregatedAmountList. It defaults to True, as this method is used for UI, and rounding should be applied in the UI in most cases.

2010-05-17 yo
* Inventory Line and Inventory Cell are not invoice movements.

2010-05-10 tatuya
* Fix the groups of the Internal Order Module portal type. Add module group into it.

116 117 118
2010-05-06 nicolas.dumazet
* Add Internal Order, Internal Order Line and Internal Order Cell portal types

Yoshinori Okuji's avatar
Yoshinori Okuji committed
119 120 121
2010-05-04 yo
* Fix the template field of my_incoterm of BusinessPath_view, as it was impossible to edit a Business Path any more.

122 123 124
2010-04-13 kazuhiko
* Add predicate_view action in Business Path.

Tatuya Kamada's avatar
Tatuya Kamada committed
125 126 127
2010-03-24 tatuya
* Add Test Method Id field into BusinessPath_viewAdvanced so that Business Process will select appropriate Business Paths using the test method through Predicate API.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
128 129 130
2010-03-16 yo
* Add Returned Purchase Packing List family.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
131 132 133
2010-03-16 yo
* Returned Sale Packing List should generate a root applied rule using default_delivery_rule by default.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
134 135 136
2010-03-16 yo
* Update the workflow chain of returned sale packing list line for base contribution.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
137 138 139
2010-03-16 yo
* Fix mistakes about the direction of returned sale packing list.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
140 141 142
2010-03-11 yusuke
* Reference generating script goes to erp5_base.

Yusei Tahara's avatar
Yusei Tahara committed
143 144 145
2010-03-02 yusei
* Remove short title.

Yusei Tahara's avatar
Yusei Tahara committed
146 147 148
2010-02-19 yusei
* Set business_application category to Business Process Module.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
149 150 151
2010-02-10 yo
* Add support for price precision.

Aurel's avatar
Aurel committed
152 153 154
2010-01-21 aurel
* add fast input for inventory and sale packing list, factorize the code so that it is easy to add a new fast input

Yoshinori Okuji's avatar
Yoshinori Okuji committed
155 156 157
2009-12-16 yo
* Change the permission of sale order fast input to Add portal content. This is not still sufficient (because Modified portal content on lines is also required), but better than before.

Yusei Tahara's avatar
Yusei Tahara committed
158 159 160
2009-12-14 yusei
* Replace sales group type with sale group type.

Yusei Tahara's avatar
Yusei Tahara committed
161 162 163
2009-12-14 yusei
* Add new group type to each Sale/Purchase/Internal type informations.

Yusei Tahara's avatar
Yusei Tahara committed
164 165 166
2009-12-14 yusei
* Add use field to order line view and packing list line view.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
167 168 169
2009-12-12 yo
* Show translated logical paths instead of paths of quantity units in the Stock tab.

Yusei Tahara's avatar
Yusei Tahara committed
170 171 172
2009-12-11 yusei
* Display use category on trade model lines and aggregated amounts.

Yusei Tahara's avatar
Yusei Tahara committed
173 174 175
2009-12-11 yusei
* Add use category field to TradeModelLine_view.

Yusei Tahara's avatar
Yusei Tahara committed
176 177 178
2009-12-1 yusei
* Update title of TradeModelLine_view.my_resource_title. Now both product and service can be used.

Yusei Tahara's avatar
Yusei Tahara committed
179 180 181 182 183
2009-12-1 yusei
* Add calculation script field and create line field to trade model line view.
* Modify quantity field on trade model line view to display floating number only if quantity property has value and is not set to None.
* Modify resource field on trade model line and allow users to choose Product document.

Yusei Tahara's avatar
Yusei Tahara committed
184 185 186
2009-11-26 yusei
* Add target level field to trade model line view.

Yusei Tahara's avatar
Yusei Tahara committed
187 188 189
2009-11-26 yusei
* Update xml format.

Yusei Tahara's avatar
Yusei Tahara committed
190 191 192
2009-11-18 yusei
* Fix wrong python script parameter.

Tatuya Kamada's avatar
Tatuya Kamada committed
193 194 195
2009-11-10 tatuya
* Fix Sale and PurchaseOrder_view/listbox_quantity_unit  to show empty drop-down list if the line does not have any resource. This fix makes Delivery and Line  consistence of quantity_unit displaying.

Tatuya Kamada's avatar
Tatuya Kamada committed
196 197 198
2009-10-23 tatuya
* Clean-up returned sale packing list forms, workflows according to sale/purchase packing list.

Yusei Tahara's avatar
Yusei Tahara committed
199 200 201
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Yusei Tahara's avatar
Yusei Tahara committed
202 203 204
2009-09-09 yusei
* Fix list view of packing list modules and supply modules and use countFolder method to count result.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
205 206 207
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

Jérome Perrin's avatar
Jérome Perrin committed
208 209 210
2009-08-20 Jérome
* Move out old tax and discount system.

211 212 213
2009-07-02 romain
* Revert latest proxy field library simplification, as the design was not finalized.

Tatuya Kamada's avatar
Tatuya Kamada committed
214 215 216
2009-06-19 tatuya
* Fix workflow scripts to enable to create  Sale Invoices and Purchase Invoices when using erp5_advanced_invoicing

Yusei Tahara's avatar
Yusei Tahara committed
217 218 219
2009-05-19 yusei
* Fix some proxy fields. count_method should not be inherited from template field and proxy_listbox_ids had to be copied to new proxified fields but it was not copied.

Yusei Tahara's avatar
Yusei Tahara committed
220 221 222
2009-05-01 yusei
* Fix some mistakes on previous field library conversion.

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

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
227 228 229
2009-04-18 Kazuhiko
* Version 5.4.1

230 231 232
2009-04-15 Kazuhiko
* move open order functionality to erp5_open_order BT.

Yusei Tahara's avatar
Yusei Tahara committed
233 234 235
2009-03-13 yusei
* Correct workflow titles.

Yusei Tahara's avatar
Yusei Tahara committed
236 237 238
2009-02-15 yusei
* Fixed wrong field name in OpenSaleOrder_view.

Yusei Tahara's avatar
Yusei Tahara committed
239 240 241
2009-02-09 yusei
* Added open order functionality.

Yusei Tahara's avatar
Yusei Tahara committed
242 243 244
2009-01-29 yusei
* Use activate_kw parameter in build method.

Yusei Tahara's avatar
Yusei Tahara committed
245 246 247
2008-12-9 yusei
* Display all selected business applications in listbox.

Yusei Tahara's avatar
Yusei Tahara committed
248 249 250
2008-11-13 yusei
* Start to develop version 5.4.

Yusei Tahara's avatar
Yusei Tahara committed
251 252 253
2008-10-14 yusei
* Start to develop version 5.3.

Jérome Perrin's avatar
Jérome Perrin committed
254 255 256
2008-10-02 Jerome
* Add delivery_tax_interaction workflow to update tax line when delivery line is deleted.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
257 258 259 260
2008-09-16 Kazuhiko
* revise purchase_packing_list_builder and sale_packing_list_builder using new API.
* use  delivery_causality_workflow instead of invoice_causality_workflow in Internal Packing List, Purchase Packing List and Sale Packing List.

261 262 263
2008-09-11 Kazuhiko
* Add a script for selecting deliveries in purchase_packing_list_builder like in sale_packing_list_builder.

Yusei Tahara's avatar
Yusei Tahara committed
264 265 266
2008-09-10 yusei
* Update worklist action box names.

Yusei Tahara's avatar
Yusei Tahara committed
267 268 269
2008-09-08 yusei
* Enable template feature for Sales Order.

Yusei Tahara's avatar
Yusei Tahara committed
270 271 272
2008-09-04 yusei
* Update English messages.

Yusei Tahara's avatar
Yusei Tahara committed
273 274 275
2008-08-29 yusei
* Correct text.

Yusei Tahara's avatar
Yusei Tahara committed
276
2008-08-28 yusei
Yusei Tahara's avatar
Yusei Tahara committed
277
* Use Base_translateString or translateString instead of N_ for translation message.
Yusei Tahara's avatar
Yusei Tahara committed
278

Jérome Perrin's avatar
Jérome Perrin committed
279 280 281
2008-07-30 Jerome
Add "offered" and "rejected" state on order workflow, to manage offers.

Jérome Perrin's avatar
Jérome Perrin committed
282 283 284
2008-07-16 Jerome
Add worklists for diverged packing lists.

Nicolas Delaby's avatar
Nicolas Delaby committed
285
2008-07-09 Nicolas
Jérome Perrin's avatar
Jérome Perrin committed
286
use standard packing_list_workflow for Internal Packing Lists
Nicolas Delaby's avatar
Nicolas Delaby committed
287

Nicolas Delaby's avatar
Nicolas Delaby committed
288 289 290
2008-07-07 Nicolas
Proxify Internal Packing List

Yusei Tahara's avatar
Yusei Tahara committed
291 292 293
2008-06-27 yusei
* Start to develop version 5.2.

Yusei Tahara's avatar
Yusei Tahara committed
294 295 296
2008-06-26 yusei
* Revise version to 5.1.

297 298 299
2008-06-18 jerome
* ignore container state for packing list workflow transitions

Vincent Desmares's avatar
Vincent Desmares committed
300 301 302
2008-06-03 vincentd
* Add all rights to manager to inventory workflow(Deleted), order_workflow(Deleted, Closed, Cancelled, Open), packing_list_causality_workflow (Building, Solving) and packing_list_workflow(Deleted, Cancelled)

Yoshinori Okuji's avatar
Yoshinori Okuji committed
303 304 305
2008-05-26 yo
* Change the title of my_order to Priority, because only priority-related categories are displayed in Express.

306 307 308
2008-04-18 jerome
* Bump to version 5.0

309 310 311
2008-04-17 jerome
* Add new discount system, similar to new tax system.

Alexandre Boeglin's avatar
Alexandre Boeglin committed
312 313 314 315
2008-04-16 alex
* move Supplies to PDM
* push version to 1.0rc17

Jérome Perrin's avatar
Jérome Perrin committed
316 317 318
2008-04-14 jerome
* Add new Tax system.

Aurel's avatar
Aurel committed
319 320 321
2008-04-11 aurel
* Add order report.

Romain Courteaud's avatar
Romain Courteaud committed
322 323 324
2008-04-10
* Add stock report.

Sebastien Robin's avatar
Sebastien Robin committed
325 326 327 328
2007-08-10 Seb
* Proxify inventory forms
* update role setting on many workflist
* update permission settings on many worklfow
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
329

Yoshinori Okuji's avatar
Yoshinori Okuji committed
330 331 332
2007-10-30 yo
* Set pricing_interaction_workflow to Container, Container Line, Internal Packing List Line, Inventory Line, Purchase Order Line, Purchase Packing List Line, Returned Sale Packing List Line, Sale Order Line, and Sale Packing List Line.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
333 334 335
2007-09-30 yo
* Clean up the actions of portal types.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
336 337 338
2007-09-25 yo
* Set module group on portal types.

Yusei Tahara's avatar
Yusei Tahara committed
339 340 341
2007-09-21 Yusei
* Add open and closed states to order_workflow.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
342 343 344
2007-09-05 Kazuhiko
* Remove packing_list.edit() from Delivery_confirm because expansion will be invoked from interaction workflow.

345 346 347
2007-08-13 Jerome
* Remove portal type actions that are now defined as global actions

348 349 350
2007-08-02 Romain
* Add InventoryConstraint

Yoshinori Okuji's avatar
Yoshinori Okuji committed
351 352 353
207-07-30 yo
* Add Resource_getPriceCalculationOperandDict.

354 355
2006-09-12 Romain
* Fix ReturnedSalePackingListModule_viewReturnedSalePackingListList
Romain Courteaud's avatar
Romain Courteaud committed
356
* Fix group's name.
357

Romain Courteaud's avatar
Romain Courteaud committed
358 359 360
2006-08-02 Romain
* Added title to some forms.

361 362
2006-07-03 Kevin
* Merge Seb's delivery_patch business template and erp5_trade.
363
* Revert previous action.
364 365
* Add a short basic description.

366
2006-05-11 Alex
367
* make sure the Container is indexed before checking if the delivery is packed.
368
* fixed name of rule used in order_interaction_workflow
369
* Stop using Delivery Cell on Orders and Internal Packing List (workflows are still a dumb copy of Delivery Cell's and might need to be adapted)
370
2006-05-10 Jerome
371 372
* Added inventory_workflow
* Hide Price & Inventory tabs if no cells on Inventory Line.
373 374 375 376
* Copy Source from Purchase Trade Condition when applying it
* Set updateAppliedRule on Purchase Line / Cell Edit
* Add Person portal type to source/destination administration/decision

377 378 379
2006-05-03 Romain
* Remove useless field in PurchaseTradeCondition_viewProfile.

380 381 382
2006-04-20 Romain
* Make supply_line_interaction_workflow compatible with Sale/Purchase Supply Line.

Jérome Perrin's avatar
Jérome Perrin committed
383 384 385 386 387 388
2006-03-09 Seb
* Fix parameters in DeliverBuilder_selectConfirmedDeliveryList

2006-03-09 Romain
* Fix history action in Purchase/Sale Supply Cell.

Romain Courteaud's avatar
Romain Courteaud committed
389 390 391 392 393 394 395 396
2006-03-08 Romain
* Added Sale Supply Line/Cell, Purchase Supply Line/Cell.
* Use proxy field for Supply.

2006-03-08 Seb
* Added script for selecting deliveries in sale_packing_list_builder

2006-03-03 Seb
397 398 399 400 401
* Added Returned Sale Packing List properties

2006-03-03 romain
* add proxy field in internal packing list.

402 403 404
2006-02-28 romain
* add proxy field in purchase trade condition, purchase order, sale packing list, purchase packing list.

405 406 407
2006-02-27 alex
* Added Non Discountable Additional Price and Variable Additional Price to Supply Lines

408 409 410
2006-02-22 kevin
* Fix bad default lisbox parameters.

411 412 413
2006-02-22 romain
* use proxy field in sale trade condition, sale order.

414 415 416 417
2006-02-16 jerome
* update Payment Condition forms to use souce/destination payment categories, quantity and efficiency.

2006-01-24 Seb
Jérome Perrin's avatar
Jérome Perrin committed
418 419 420
* call updateCausalityState with fast option in SalePackingList_copyOrderProperties
* in the case we add new lines to an existing packing_list already confirmed, do not delete data in PackingList_copyOrderProperties

421
2006-01-21 JPS
Jérome Perrin's avatar
Jérome Perrin committed
422 423
* Removed support for assignRoleToSecurityGroup in PackingList_copyOrderProperties and moved to dedicated script

424
2006-01-21 JPS
425 426
* Added support for assignRoleToSecurityGroup in PackingList_copyOrderProperties

427
2006-01-06 Romain
428 429
* add Delivery_viewInventory

Kevin Deldycke's avatar
Kevin Deldycke committed
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448
2005-12-20 Kevin
* Update state type of packing_list_workflow, internal_packing_list_workflow and order_workflow states.

2005-12-19 Jérome
* bug fix; don't use SQLQueue in delivery_edit_workflow
* trigger delivery_edit on workflow transitions.

2005-12-19 Seb
* added category type 'sub_variation' on aggregate

2005-12-14 Seb
* use activity tags in packing_list_workflow/scripts/PackingList_updateAppliedRule

2005-12-14 jerome
* package the content of trade_date category, because PaymentCondition_getTradeDate depends on it

2005-12-11 seb
* fixed the duplicate applied rule problem in order_workflow

Yoshinori Okuji's avatar
Yoshinori Okuji committed
449 450 451 452 453 454
2005-12-08 yo
* Fix the LEFT JOIN syntax in Order_zSelectMovement.

2005-12-05 Seb
* Cleaned SaleOrder_applySaleTradeCondition

Aurel's avatar
Aurel committed
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
2005-11-30 aurel
* add aggregateMovementGroup in portal_deliveries/purchase_packing_list_builder

2005-11-30 Seb
* Renamed in portal_skins two forms:
SalePackingList_viewSolveActionsDialog to PackingList_viewSolveActionsDialog, and also the action script.

2005-11-29 aurel
* set flag "acquire permissions" on state permissions of packing_list_causality_workflow apart for building and solving

2005-11-26 Jérome
* remove permission managed by packing_list_container_workflow, they are not in use.

2005-11-23 aurel
* remove SalePackingList_getCellOrLine

2005-11-23 Romain
* change Delivery Cell Portal Type on purchase_packing_list_builder.

2005-11-23 aurel
* added SalePackingList_doSolveActions, SalePackingList_getCellOrLine and SalePackingList_viewSolveActionsDialog in order to choose solve action on sale packing list cell

2005-11-18 Alex
* added proxy manager on PurchaseOrder_selectMovement script

2005-11-18 yo
* The meta type of Internal Packing List Line was wrong.
* Remove actions.

2005-11-11 Romain
* add print on SupplyLine.
* correct SupplyLine* forms.
* Correct naming convention.

2005-11-10 Romain
* correct SupplyLine_init

2005-11-09 Romain
* modify PurchaseOrder_view, PurchasePackingList_view

2005-11-08 Romain
* added supply_line_interaction_workflow.
* modified the pricing model on SupplyLine (added and modify some skins)
* removed supply_module
* removed Supply Module, Supply
* added purchase_supply_module, sale_supply_module
* added Sale Supply, Sale Supply Module, Purchase Supply, Purchase Supply Module

2005-11-05 Romain
* dirty bug fix on Order_zSelectMovement
* configure Purchase Order Line in order to create Delivery Cell inside.
* Correct naming conventions.

2005-11-04 Romain
* correct PurchasePackingList_copyOrderProperties (replace build by startBuilding)
* modified order_workflow/scripts/Order_buildPackingList

2005-11-03 Romain
* added OrderLine_zGetRelatedQuantity

2005-11-03 Seb
* updated order_workflow and packing_list_causality workflow in order to use tags and in order to not wait until all the simulation is reindexed before creating the packing_list

2005-10-20 Romain
* Correct naming convention.

2005-10-13 Jérome
* added delivery_edit_workflow to reindew simulation and updateAppliedRule when necessary (FIXME: in the current implementation, I guess it reindexes more than necessary)
* added titles on workflow states
* move related keys to ERP5Catalog/sql

2005-10-13 Jérome
* added the script Delivery_setCausalityFromSimulation
* launch the invoice building when a packing list is started

2005-10-06 Seb
* Modified packing_list_interaction_workflow, when a content is modified in a packing it is better to start an activity than doing things immediatly, this increase a lot the speed to modify many cells or lines

2005-10-06 Romain
* Add print and export action on Supply Module
* add form SupplyModule_viewSupplyList
* add listbox filed in Supply_view
* add print action on Supply
* associate edit_workflow to Supply Line

2005-09-29 Seb
* change the way of calling delivery_builders in order_workflow
* fixed packing_list_workflow
* modified a transition of packing_list_causality_workflow
* SalePackingList_copyOrderProperties
* SaleOrder_selectMovement use now explanation_portal_type

2005-09-28 Jérome
* fix SaleOrder_applySaleTradeCondition

2005-09-28 Jérome
* Checks the validity of the order before passing transitions in order_workflow

2005-09-28 Seb
* Updated packing_list_workflow
* Added portal_type Puchase Packing List Cell

2005-09-27 Seb
* Updated packing_list_causality_worfklow
packing_list_worklfow
SalePackingList_copyOrderProperties
PurchasePackingList_copyOrderProperties
packing_list_interaction_workflow

2005-09-23 Seb
* Added portal type "Sale Packing List Cell"

2005-09-12 JPS
* Added proxy security Manager to Delivery_asCellRange script

2005-09-13 Seb
* In order_workfow, start the method
build of the delivery builder with an SQLQueue activity (so we can build several deliveries)

2005-09-08 Seb
* Improved the script
SaleOrder_applySaleTradeCondition

2005-09-07 Jérome
move invoice related portal types from erp5_trade to erp5_accounting

2005-09-06 Romain 1.0rc13
* Remove target_quantity reference in DeliveryLine_zGetRelatedQuantity.

2005-08-29 Romain
* Remove Payment stuff in PurchaseOrder_applyPurchaseTradeCondition.

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

2005-08-24 Seb
* Purchase packing list generation optimization
* modify PurchasePackingList_copyOrderProperties
* added Delivery_confirm

2005-08-22 Romain
* modify parameter in PurchaseOrder_selectMovement
* ContainerLine_asCellRange works with option variation

2005-08-19 Romain
* add auto_planned state in order_workflow

2005-08-18 Jérome
* make Organisation's jumps optional

2005-07-26 Kevin

repair PurchaseOrder_applyPurchaseTradeCondition (thanks to Mayoro)

2005-07-26 Romain

Added industrial_phase as a variation of Resource.
Modify DeliveryLine_viewPrice, DeliveryLine_viewQuantity.
Add DeliveryLine_viewIndustrialPhase, DeliveryCell_asPredicate.

2005-07-21 Romain
Modified some forms and scripts in order to make option variation working.

Option are not part of the matrix dimension (use parameter omit_option_base_category).
DeliveryLine_asCellRange
OrderLine_asCellRange

Display option variation with DeliveryLine_hashVariationCategoryItemList, but they are not required.

Modified matrixbox_variation_category_list on DeliveryLine_viewPrice and
DeliveryLine_viewQuantity, in order not to erase option saved on cell.

2005-07-19 Mikaël
- Changed
ContainerLine_asCellRange
DeliveryLine_asCellRange
InventoryLine_asCellRange
InvoiceLine_asCellRange
OrderLine_asCellRange
SupplyLine_asCellRange
with **kw as very last script's parameter

2005-07-10 Jérome

- Moved simulation_movement_interaction_workflow to erp5_core

2005-07-08 Romain

- Add simulation_movement_interaction_workflow from Guillaume.

2005-07-06 Seb

- Added SectionPathMovementGroup to builders

2005-06-23 Kevin

- Add InventoryLine_zGetTotal

2005-06-23 yo

- Add Supply Module, Supply, supply_module.

- Add my_resource_title into SupplyLine_view.

2005-06-20

Added script SupplyLine_asCellRange

2005-06-16

Fix problem in SupplyLine_asCellRange

2005-06-16

Added script for the asPredicate method
for supply line and cells, and also
trade condition

2005-06-13

Add base category aggregate.

2005-06-09

Add Internal Packing List and Inventory modules.

2005-06-08

Add permissions setting for some workflows.
Remove container workflow on Purchase Packing List.

2005-06-02

Updated everything about Supply Lines and Cells

2005-06-02

Modify some workflow scripts in order to index objects immediately.

2005-05-31

Add packing list workflows.
Modify Delivery_zGetTotal.

2005-05-11

Add causality workflows.

2005-05-09

Modify configuration of Delivery Builder.

2005-05-04

Add packing list workflow.

2005-04-22

Modify security settings.

2005-04-19

Change my_title field on all forms (name become Title, and not required anymore).
Order_zSelectMovement must use ZSQLBrain.

2005-04-18

Add DeliveryBuilder.
Use explanation_uid in movement table.
Correct Order_zSelectMovement.

2005-04-07

Finish some Form

2005-04-06

Modify TradeCondition_viewPayment

2005-04-06

Move base categories to erp5_core:
destination_administration
destination_decision
destination_payment
source_administration
source_decision
source_payment

Remove base categories:
target_destination
target_destination_section
target_source
Nicolas Delaby's avatar
Nicolas Delaby committed
748
target_source_section