- 11 Aug, 2007 2 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2007 17 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Move getInventoryList call out of main loop - avoid issuing multiple SQL queries when one is enough. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
doesn't have the original base category. The use case is that for destination_region to work on a movement (the movement should acquire the region from the destination node), the node itself doesn't have to define destination_region category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Reverting last commit. It broke something and I dont have the time right now to investigate. I'll work on this when I'm back. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add LIMIT statements to queries grabbing messages from table. As the ZMySQLDA connector downloads all results before handing them to Shared.DC.ZRDB.DA which strips extra messages, MySQL just wastes its bandwith sending unused messages, and wasting memory on client side at the same time. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Factorise (resource, variation_text) key generation. Move getPortalCurrentInventoryStateList call out of loop. Mae dict "instanciate dict & set key" a single instantiation containing edited key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
occured when obsolete variable remained in field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
actions providers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
$INSTANCE_HOME/bt5/*/ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Aug, 2007 10 commits
-
-
Yoshinori Okuji authored
Specify force_update=1, because otherwise delivery_movement.getPrice() is called implicitly, and this generates an unnecessary calculation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Handle the case of a related payment has more than one causality, but all those causalities are also in the group of transactions we are currently calculating. This is required to support reversal of payment transactions: the reversal has for causality the invoice and the first payment transaction, it's a case where a payment transaction have more than one causality, but we are able to calculate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* .bt5 files in $INSTANCE_HOME/bt5/ * directories in $INSTANCE_HOME/ * directories in $INSTANCE_HOME/bt5/*/ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Use Base_viewWorkflowActionDialog instead of BaseWorkflow_viewWorkflowActionDialog. This will require a recent erp5_core git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Aug, 2007 11 commits
-
-
Yoshinori Okuji authored
Enable the read-only transaction cache temporarily when checking category membership, because this is guaranteed not to change categories. This change improves the performance significantly when there are many membership criterion categories. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Retain backward compatibility with regular DateTime default serialisation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Prevent Formulator (and incidentaly ERP5Form) from bloating the ZODB at each zope restart. This also cures conflict error occuring when restarting 2 zopes concurently on the same zeo server. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Remove Base_DoWorkflowAction it was a mistake, all workflow transitions must use Base_viewWorkflowActionDialog, even if it apparently doesn't make sense to enter a comment git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Added Base_viewWorkflowActionDialog which will someday replace BaseWorkflow_viewWorkflowActionDialog ( bad naming ). Please update your workflow transisitons. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Counter containing cash given back to customer is "encaisse_des_billets_et_monaies/sortante" on the one the user is assigned on. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-