An error occurred fetching the project authors.
- 21 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
It is called from only one other script, which always passes both parameters. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Mar, 2011 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Get rid of dead (commented-out) code. Reindent & factorise remaining code. Add an XXX about bad script naming. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
There is a much better generic one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jan, 2011 1 commit
-
-
Vincent Pelletier authored
erp5_banking_* BTs use custom catalog based on old ERP5 catalog structure. This should not change, for backward compatibility reasons (data migration of SQL tables would take an unbearable amount of time). As such, the "owner" column in catalog table means the same thing as "viewable_owner" in newest ERP5 catalog schema, so: - "Owner" role must be set to use "owner" column for queries - indexation of "owner" column must continue using "getViewPermissionOwner" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Dec, 2010 1 commit
-
-
Vincent Pelletier authored
Also, serialise bank account when checking if an operation can happen, so it doesn't have to be done in each caller script. This should not be a performance problem to serialise multiple time the same account per transaction, and BankAccount_checkBalance should only be called when there is an intent to withdraw cash from the account. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2010 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Nov, 2010 1 commit
-
-
Vincent Pelletier authored
Also, remove unuder variable. Also, de-duplicate code from BankAccount_checkAvailableBalance. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Sep, 2010 2 commits
-
-
Vincent Pelletier authored
It is incorrect for CashContainer class not to inherit from BaobabMixin, as it needs "Baobab" accessors. It is useless for CashContainer to define manually accessors which are properly and generically defined in BaobabMixin. Add missing type-based method so that Cash Containers get a correct destination, so they actually move containers around (as per Trackinglist meaning). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This breaks because of monkey-patched baobab uid getters (see ERP5Banking/Document/BankingOperation.py) in case where we are not interested in uids (ex: Cash Container Cell). The only cases it should detect should in fact be detected in unit tests (ie, stock impact invalid for a certain kind of document). Reverts partially r18818. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2010 1 commit
-
-
Grégory Wisniewski authored
Make the relation string take into account the accounting cancellation resource so that the selected bank account match with it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2010 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 2 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
Replaced by BankAccount_getCheckModel() that support new check numbering system git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jun, 2010 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2010 2 commits
-
-
Mame Coumba Sall authored
-remove the other forms because they were already present in erp5_core or erp5_base git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 May, 2010 1 commit
-
-
Vincent Pelletier authored
The only reason is to define a different security (only Manager should be allowed to reopen a closed bank account). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 May, 2010 2 commits
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This is basically the same as creating a new bank account and validating it (as we check again its validity and unicity), but without loosing its history. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2010 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2010 1 commit
-
-
Mame Coumba Sall authored
-Modify "resource" field in AccountingCancellation form so that it's now a list field and it's non editable -Modify script to check new constraints added on Accounting Cancellation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jan, 2010 1 commit
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2010 1 commit
-
-
Mame Coumba Sall authored
Modified script so that not only an Assignor but any user who has Modify portal content can calculate quantity on Currency Purchase. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jan, 2010 1 commit
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2009 1 commit
-
-
Vincent Pelletier authored
Add a Manager proxy role on Base_checkBaobabSourceAndDestination: as it only accesses context (and its subobjects), and as no security should be defined on subobjects, it means caller rights were already checked. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2009 1 commit
-
-
Mame Coumba Sall authored
Add new custom asCellRange for Container Line so that it takes precedence over ContainerLine_asCellRange already present in erp5_trade git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2009 2 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2009 1 commit
-
-
Vincent Pelletier authored
- Baobab_getMainAgencyForSite - Baobab_getMainAgencyAccountForSite git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2009 1 commit
-
-
Grégory Wisniewski authored
Fix a typo. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-