An error occurred fetching the project authors.
- 29 Sep, 2008 2 commits
-
-
Jérome Perrin authored
- don't group by section, so that the same service provider used with different section appears only once - use key= when sorting for better performance git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
* revise pay_sheet_transaction_builder using new API. * use delivery_causality_workflow instead of invoice_causality_workflow in Pay Sheet Transaction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Sep, 2008 2 commits
-
-
Yusei Tahara authored
* Update English messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Yusei Tahara authored
* Use Base_translateString or translateString instead of N_ for translation message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23244 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jul, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jul, 2008 1 commit
-
-
Jérome Perrin authored
If corresponding slice is not defined on this model, it should not be fatal, otherwise the matrixbox is not defined git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2008 1 commit
-
-
Jérome Perrin authored
Adds an interaction workflow to update cell range when changing variation settings categories on a pay sheet model. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2008 6 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the ratio was 100%. We want to separate it in two different cases: - ratio is 0 -> the line should not be created. - ratio is not set (ie. None) -> this means that no ratio apply here, it's a simple amount, so ratio default to 100% Move this in the default calculation script so that it's possible to change the behaviour. Add tests for those two cases (price = None and price = 0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jun, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add a builder to create accounting lines. Add a script used to generate prevision in invoice transaction rule to use the employee as section for employee share; see TestPayroll.test_AccountingLineGeneration for example of use. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21526 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21509 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2008 4 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
disable implicit grouping by resource git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2008 4 commits
-
-
Jérome Perrin authored
Use new feature from r21432 to prevent copying lines without anything defined when applying the model. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Use the generic script Base_getMultiListFieldPropertyDictList instead of having a copy of Base_hashVariationRangeCategoryItemList here git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jun, 2008 6 commits
-
-
Jérome Perrin authored
now that payroll service provider is no longuer defined on Payroll Service, define it in the model line directly. And make it possible to get this Payroll Service Provider from an annotation line. This is not implemented yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use consistent names in listboxs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-