- 22 Dec, 2008 8 commits
-
-
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 11 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
-
Jérome Perrin authored
use delivery table instead of movement table here, otherwise transactions without lines cannot be searched by date. remove a very outdated FIXME comment git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, factorise code used to retrieve buildSQLQuery. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use a dict-type value instead of manually rendering time as a string (the only purpose was to prepend a comparison operator). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Instead of building by hand a query and calling it, it's simpler to use buildSQLQuery while making sure that it won't join with any table. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Other uses in that function are None-safe: - first use checks that query_table exavuates to True before using - (this fix applied to the second use) - third use is to provide related keys with a query_tabe parameter. So when using a related key it is either meaningless (if related key ignores that parameter, it means that it hadcodes its "source" table) or fixable (by making related key handle a None query_table nicely, if not already the case). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Dec, 2008 7 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
add test not to display positive and negative stock, or positive and zero stock, or negative and zero stock git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*modify script so that report can hide positive and negative stock at the same time, or positive and zero stock or negative and zero stock git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24938 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24937 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24936 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2008 14 commits
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24935 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
As column alias is also hardcoded in subquery's select, it will make the intent clearer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24934 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* display a readonly textarea as a normal text block. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not rely on the current way of alias name generation. It should be enough to check that expected column is present. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24932 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24929 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
If "Data Color" is defined expliclty in the OOoChart configuration, it already starts with "#", so we must handle it explicitly here git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't propose all organisations in inventory chart dialog, but only sections that have been used in movements with this resources (calculated with getInventoryList) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24924 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24923 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-