An error occurred fetching the project authors.
- 07 Jul, 2009 1 commit
-
-
Aurel authored
add a count method on the listbox as we no longer retrieve all listbox's lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2009 1 commit
-
-
Aurel authored
- add a reference field so that user can filter checkbook in fast input git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2009 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24994 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Allow defining no check on a CheckDepositLine, but only is a manager enabled it on parent document. In that case, disable all check-related verifications and their validation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2008 2 commits
-
-
Vincent Pelletier authored
Only update the stop date if we are on "started" state (the same script is called to go to delivered). Fix a stupid mistake when checking if stop_date was given. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add the possibility for use to define a stop payment lift date when requesting the lift (change workflow state change template, add setter call in workflow action script). Dislay that date on the document after lift was requested. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Nov, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jul, 2008 2 commits
-
-
Vincent Pelletier authored
Resource_uid does not work like resource_relative_url: as it exists in tables other than catalog, resulting query is unrelated to initial intention. Fix this by using a hack: using "default_" prefix we can force catalog to search into categories, and not in available table columns. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
Do not print reference in error (it's still in the input area right next to error message). This helps reducing long-term Localizer bloat. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
If there is no destination bank account (can happen if an accounting account is selected instead) use site default currency. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
- DO NOT use getObject to then just get an UID. It is ready to use in SQL result. This saves a roundtrip to ZODB (which can be in a remote ZEO server). - DO NOT use getXXXUid() to then feed the uid to catalog to get the real object. Uid _has_ been fetched from the actual object in the accessor anyway. So just grab actual objects, and fetch uids from them when needed. This saves a roundtrip (...per iteration !) to catalog. - Use "IN" instead of "OR" with equality in SQL query (minor improvement compared to the 2 above) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jun, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2008 1 commit
-
-
Aurel authored
* many xml changes which are not significant * some forms configuration changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jun, 2008 2 commits
-
-
Aurel authored
fix getCurrentTrackingList params git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Mar, 2008 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2008 2 commits
-
-
Vincent Pelletier authored
Make it impossible to move a check twice at the same date (only list checks which have finished moving at current document's date). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2008 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2008 3 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
on check payment, fix control when doing manual validation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-