An error occurred fetching the project authors.
- 13 Oct, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Oct, 2010 2 commits
-
-
Jérome Perrin authored
precision differs from total price. Price precision using 'getPricePrecision' unit price extension from r32328 is not supported for now, this commit is just to restore precision from currency. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Oct, 2010 1 commit
-
-
Sebastien Robin authored
"Input is required but no input given." issue on SaleOrder_view when there was a sale order line which was parent of another sale order line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38932 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Sep, 2010 1 commit
-
-
Nicolas Dumazet authored
* Add abstract Order portal type to be able to create temporary documents of Order portal type. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 1 commit
-
-
Sebastien Robin authored
* Fixed proxyfication of several listbox_quantity fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Aug, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
Delegate the Delivery_updateAppliedRule call to Delivery_updateSimulation, which correctly serializes the activation call, instead of duplicating the calculation of the activity tags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2010 3 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Aug, 2010 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2010 1 commit
-
-
Nicolas Dumazet authored
Packing List views are a bit particular because they use getMovementList. All the listbox lines are movements. Similarly, some lines can bear variation categories. It means that the "enabled" TALES test: python: cell.isMovement() and not cell.getVariationCategoryList() is problematic for this view. For quantity fields, the Base_viewFieldLibrary.my_view_mode_quantity fits perfectly our usecase. For price, we need to get price precision from the cell, so Base_viewFieldLibrary.my_view_mode_price does not fit. On the other hand, Base_viewTradeFieldLibrary.my_view_mode_price does include the "enabled" TALES, which we do not want. We thus create a new "my_view_mode_movement_listbox_price" field in Base_viewTradeFieldLibrary for this usage. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jul, 2010 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
with movement_resource_interaction_workflow (can be found in erp5_base) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add source_carrier, source_referral, source_function, destination_carrier, destination_referral, destination_function to copied category list of trade condition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2010 1 commit
-
-
Łukasz Nowak authored
Fact of reindexing subobjects when object is indexed is not connected with particular portal type, but with group of objects. With this interactor it is possible to move away from spaghetti code in classes which are overriding reindexObject to do only one thing - reindex subobjects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2010 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add proxy listbox ids to select suppliers, clients, organisations, persons or all. (all is the default choice) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2010 1 commit
-
-
Sebastien Robin authored
* Remove unused fields in Field Library git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jun, 2010 1 commit
-
-
Yoshinori Okuji authored
* Specify the inventory group to the portal type Inventory. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2010 1 commit
-
-
Aurel authored
Remove former fast input git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
Since Cancel Inventory Action is allowed for Assignee, we add Assignee again for Validate Inventory Action roles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jun, 2010 1 commit
-
-
Yoshinori Okuji authored
* Add details tabs into Returned Sale Packing List and Returned Purchase Packing List for consistency. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 May, 2010 3 commits
-
-
Kazuhiko Shiozaki authored
build() activity should wait for '(path)_updateAppliedRule' tag, otherwise it will be invoked too early. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'}) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update Movement_getUseItemList. Add an empty select option to the result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2010 4 commits
-
-
Yusei Tahara authored
* Display preferred base amounts in base contribution list and base application list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35534 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* 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. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Display preferred uses if preference is set. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35511 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add two system preference properties for base amount category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2010 3 commits
-
-
Yoshinori Okuji authored
* Add a new action Reset Prices into Sale Order, Sale Packing List, Purchase Order, and Purchase Packing List. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* fix last proxyfication problems in erp5_trade git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* finish to proxy SaleOrder_viewSaleOrderFastInputDialog * rename two fields because field id should not use method names git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-