- 22 Nov, 2007 15 commits
-
-
Alexandre Boeglin authored
SimulationMovement * added transactional variable based cache to _isTreeDelivered * activate and flush _isTreeDelivered cache in SimulationMovement.expand and AppliedRule.expand (so that it's only active when calling expand, and flushed afterwards, to prevent issues if we call expand in the same transaction as a builder) * modified SimulationMovement.expand behaviour, so that it removes applied rules that no longer test(), and add new ones, if no movment in the applied rule sub tree is linked to a delivery git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
cache git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
dict instead of the hard-to-understand previous method and list of lists - change parameters passed to the model_line script and remove parts that are now in this script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
categories on it so that previous line will be deleted, but there will be no new line with 0 quantity due to lack of category for insert git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
with the stock, the previous delta is not deleted from stock as the tmp line with 0 is not created git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* the model line script * the model default script * the bt default script - change PaySheetTransaction_addEndLine script name in PaySheetTransaction_postCalculation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17740 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17739 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17738 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Nov, 2007 14 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- use a localised script to do post calculation (add lines requiered by accouning lines) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Search predecessor only from document type documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* if document's title is empty, then display its id in document relation box. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
change title filed to be non-editable, use preference to display Date, put Description field into center group as recommended git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
rewrite testSearchDialog in a way which does not depend on wether title is a catalog search key or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add Listbox column, use contentValues instead of searchFolder, change title filed to be non-editable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Disable search using xxx_relative_url argument in advanced search, language property is not stored as relation in a document. And fixed ambiguous table name in sql. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17724 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
* _createAppliedRule: remove wrong block and comment (block was never reached, and we should not automatically delete simulation objects) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
modify calculation method to be more simple and to permit to handle case with a first slice with non 0 min value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
unit tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17721 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2007 11 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
AccountingTransactionModule_viewAccountingTransactionList/listbox must be a proxyfield of list mode listbox, and delegate as much as possible. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17717 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Use ERP5Form/Extensions/Folder_viewSearchDialog to have a contextual generic search dialog based on listbox configuration and allowed content types instead or the old not-so-usefull dialog. Folder_search is now used as search action. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17715 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
If we are call from the web, render the form directly, otherwise return the form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Base_callDialogMethod: The current dialog in can be a python script that returns a form, so if getattr(context, form_id) is not a form, call it to get the form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
In ListBoxZuite_reset, also empty selection parameters, and add bar_selection to the list of reseted selections git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-