- 18 Feb, 2009 5 commits
-
-
Vincent Pelletier authored
Remove catalog method custom wrapping, as it prevents indexation method from accessing each other (useful when one is a python script wishing to access ZSQLMethods to do actual indexation). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Recalculate tax lines after the delivery is solved. This way, if user solved divergence using inconsistent decisions (ie. decisions that would make the tax line applied on wrong values), then the delivery will remain diverged until divergences are solved in a consistent way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add some roles (Assignee, Assignor & Associate) on actions to solve divergence. This is mostly to prevent Auditor for having this action. (also update copyright year) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Feb, 2009 13 commits
-
-
Julien Muchembled authored
Fix typo (BTW, before r25600, InteractionWorkflowDocumentationHelper was just a copy&paste of DCWorkflowDocumentationHelper). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Bugfixes (display of signature of callable objects, display of portal type actions, ...). * Define list of sections in an attribute, instead of hardcoding it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Tax Lines should not be accountable inside Accounting Transactions, because accounting is done with Accounting Transaction Lines, thus the information is added twice in the inventory. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Hide "Add Invoice Line" from the drop down action menu until invoice support to collect multiple different orders. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Feb, 2009 10 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* copy source_account and destination_account from supply line on delivery lines, and enable this for divergence on invoice lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* make it possible to configure the accounting accounts on supply lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Change the processing_node value boundary over which activities are considered in dependencies computation. This makes "-3"-failing activities block activities depending on them (safer than not). This also makes it possible to set activities manualy to a processing node between -3 and -10 (boundaries exclued) to manualy postpone some activites while not breaking their dependencies. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
build source/destination function, source/destination project, and product_line on accounting transaction lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Feb, 2009 7 commits
-
-
Jean-Paul Smets authored
update name of populate_request macro. template_erp5_xhtml_style is now capable of adding optional head items. breadcrum was wrong and should be now fixed (by passing the current document to the method). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Made category import less strict (it was too stick because it was checking all values, even those which were not used as IDs) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fixed wrong field name in OpenSaleOrder_view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2009 5 commits
-
-
Jean-Paul Smets authored
This patch fixes the problem of wrong base URL for default pages of web sites in the case of web sites which are not virtually hosted. Tests were added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Move generic HTML processing to where it belongs (ie. conversion handling superclass for now, mixin some day) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-