An error occurred fetching the project authors.
- 06 Feb, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2008 6 commits
-
-
Yusei Tahara authored
Remove unnecessary editable field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fixed third party column issue and optimize the query. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2008 6 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Optimize the query of accounting module list view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Feb, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18984 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Description is now available from detail view. You may want to migrate your existing transcations with something like this: for tr in context.accounting_module.objectValues(): tr.setComment(tr.getDescription()) tr.setDescription('') # commit subtransaction every n iterations if you have many documents git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2008 1 commit
-
-
Yusei Tahara authored
* Show translated id in accounting transaction line listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jan, 2008 1 commit
-
-
Jérome Perrin authored
* Balance Transaction no longuer have a different path, they are only created and validated by the system anyway * States manages Delete Object permission correctly * remove obsolete script to check budget * add a new intermediate state, "started" for use when you want to modify an "stopped" transaction (which is no longer editable directly) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2008 1 commit
-
-
Yusei Tahara authored
* proxify the rest of accounting transaction view forms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2008 1 commit
-
-
Yusei Tahara authored
* Hide accounting transactions in preference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Section drop down list in accounting transactions should always show existing values.(bug #510) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jan, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* proxify accounting transaction view forms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2008 4 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Clean up PaymentTransaction_copyInvoiceProperties everything this script was doing can actually be done with movement groups. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18780 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Journal report have to filter both on parent_portal_type and portal type, because some transactions contains non accounting lines in stock tables (for instance pay sheet lines in pay sheet transaction) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Dec, 2007 3 commits
-
-
Jérome Perrin authored
This script was only working in the case of a redirect, but now Base_callDialogMethod can use the same request git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Dec, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-