An error occurred fetching the project authors.
- 29 Jul, 2013 1 commit
-
-
Jérome Perrin authored
-
- 10 Dec, 2012 1 commit
-
-
Jérome Perrin authored
The grouping date is a property representing the date when this grouping is effective. In erp5_accounting, when setting a grouping reference, the grouping date will be set to the latest date of grouped line. When running reports with "omit_grouping_reference", lines that are grouped after the end date of the report will still be displayed. SQLCatalog structure changed, and can be updated with: alter table catalog add column grouping_date datetime after grouping_reference; You might also want to set a grouping date on movements with a grouping reference in the migration.
-
- 11 Mar, 2011 1 commit
-
-
Jérome Perrin authored
type definitions, no longer needed to associate it to the class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44204 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
-
- 04 Jun, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 May, 2010 1 commit
-
-
Jérome Perrin authored
category git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 2 commits
-
-
Jérome Perrin authored
class does not have to declare implementing the same interface again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Mar, 2008 1 commit
-
-
Jérome Perrin authored
modify permission. This is not allowed from the URL though git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Dec, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 1 commit
-
-
Jérome Perrin authored
transactions for another section in multi currency accounting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Aug, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jan, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5004 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2005 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4913 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2005 1 commit
-
-
Jérome Perrin authored
small bug fix for mirror accounts when edit was called with both source and destination. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2005 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jul, 2005 1 commit
-
-
Jérome Perrin authored
WARNING: currency conversion is not yet implemented git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jun, 2005 1 commit
-
-
Guillaume Michon authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jun, 2005 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jun, 2004 1 commit
-
-
Yoshinori Okuji authored
Override getInventoriatedQuantity again, because AccountingTransactionLine does not have target values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jun, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2004 1 commit
-
-
Yoshinori Okuji authored
and _edit. These are for setting a mirror account. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
fixed Solanes typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-