- 02 Feb, 2008 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Feb, 2008 22 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18991 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fixed wrong name of scripts of erp5_glossary. Use proxy-roled script to find terms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Prevent AttributeError from being raised when notifyUser is called on an activity which did not raise. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Call notifyUser after doing activity state cleanup. This makes it less problematic if it raises (activities are already in a clean state). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18984 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18983 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
computer disk space !) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
convert must be better written to support all image class features. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* add cash movement new not emitted module (missing interaction workflow) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18973 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
-
Aurel authored
* add cash movement new not emitted module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18965 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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Allow archiving only if document has a causality. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18960 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jan, 2008 17 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
When mutilated banknote initiated on an agency is sent to HQ, HQ can take some days to respond. Simulate this by overwriting dates on documents and lines so it can be unit-tested. Open counter dates in future. Add at_date parameter on stock checks used in 4th scenario. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
two pages - modify the margin-top attribute of the page_end section, this is more logical to have the same spaces than the space between two pages after the last page than a page height (before this commit, a empty page space was displayed after the last page) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
between two pages git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
when sending to manual validation, we must control all the document as if it's usual way except account inventory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
This fix permit to display many pages and not just the first with all fields on it like it was before this revision. The first group is renamed because the first element can't be removed - remove a code part wich was in the if and else block, and put it just after, that permit to not have a duplicate code bloc git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Check that module is not empty after creating a document instead of checking for a specific number of documents. Create createOutgoingLine from stepCreateOutgoingLine to factorize code with new stepCreateHQOutgoingLine. Remove attributes on self when deleting documents in module. Allow for mutilated_banknote not to be set when creating an hq_banknote. In such case, that document has no causality. Remove duplicated stock checks. Add 2 sequences: do the same as in sequence_string_1 and sequence_string_2, but on HQ. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
It must be allowed to deliver HQ-initiated documents as long as they have no causality (IE, the document was not created because of an agency sneding its mutilated banknote to HQ). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Set DestinationTotalAssetPrice on HQ document when archiving it, just like it's done when using "finish" transition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- reverse x, y and width and height because it was not in correct order - remove actual_width and actual_height parameters because they were not used/usefull. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove actual_width and actual_height parameters because they were not used/usefull git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-