- 29 Dec, 2008 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24991 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* forgot to add an action in the BT. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24990 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Dec, 2008 8 commits
-
-
Vincent Pelletier authored
Add missing "global" declarations. Simplify: there is no need for both a global variable and a lock do just carry a boolean with atomic access. Add the possibility to put activity tool back in a working state after process_shutdown has been called. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* import categories in Property Type in Glossary view. * display total number of imported documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
<input type="hidden" name="field_your_foo" value="0" /> which was interpreted as non-null due to missing ':int' suffix. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24984 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24983 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This transition requires a stop_date to be given. That date is not reused internaly afterward, so there is nothing else to test here. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add a listbox to see duplicate entries in Glossary view. * add Portal Type -> Glossary importer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2008 1 commit
-
-
Mame Coumba Sall authored
* add fast input form to add quickly order lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2008 7 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24977 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
invoice builder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
test_accept_quantity_divergence_on_invoice_with_started_packing_list (only for sale, currently failing) test_accept_quantity_divergence_on_invoice_with_stopped_packing_list (for sale and purchase) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24973 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
- 22 Dec, 2008 17 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
modify assertions in content-disposition case because there are double quotations around the filename after r24942. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
Modify assertions in test_getSingleCategoryAcquiredMembershipListOnParent because the expected return value of getSingleCategoryMembershipList() changes after r.22671. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24966 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24965 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Fix error on Container.getQuantity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24960 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24959 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
add new form PageTemplate for Base_viewSearchResultList (Global Search) which avoid display of context_bar git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24957 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Dec, 2008 3 commits
-
-
Vincent Pelletier authored
buildSQLQuery is expected to generate a join on catalog table (Delivery_zGetTotal uses catalog table but does not have it in its "from" expression). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-