- 07 May, 2009 3 commits
-
-
Yusei Tahara authored
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility. * Update dependencies. Now require erp5_core 5.4.3. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
- modify the HTML table layout of the 'Edit' tab git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2009 36 commits
-
-
Julien Muchembled authored
* Fix check_catalog and check_stock alarm to pass 'fixit' parameter. * More unit tests to check_stock & ERP5Site_checkCatalogTable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Internal use this API too. Update IQueryCatalog interface. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Add support for 'fixit' parameter. Calls unindexObject for missing objects, and reindexObject when values differ. * Fix detection of missing objects in the ZODB. Exclude 'path' from properties to check because it is redundant and "getProperty('path')" does not always work. * Fix comparison of float values. Rounding errors could produce false positive. * Reduce length of some lines (80 chars). * Clean up dead code. * Delete useless Alarm_activeCheckCatalogTable and update check_catalog alarm. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26853 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Introduce recursive accounting periods, used for example for monthly intermediate periods. They do not create balance transaction, but prevent adding more transaction for this period. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26852 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
if the reference is generated based on the year, cast it to string, this way if later you have an accounting period with same short title, you will not have duplicated references git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26850 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* merge showPopik function to erp5.js. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26846 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
template_erp5_web overrides erp5_web's template_erp5_web but its definition of portal_path is wrong. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26845 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
accounting periods git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26842 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* add the following condition : <tal:block tal:condition="python: here.total_pages > 1"> to not display the page navigation if there is only one page. This permit to increase performances in case there only one page. * change all the indentation due to this new condition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update test to current implementation - without delivering of trade model rule related simulation movements - there is no need to affect default invoice builders from test - as there are no invoice lines for trade model rule related movements use getAggregatedAmountList to obtain values for testing - as there are no invoice lines for trade model rule related movements do not check them - update test name to its implementation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26837 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
When doing multiple FullText lookups in the same SearchText expression, merge all lookups into just one SQL fulltext match (per expression block). Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update obsoleted comment on BT git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use First Causality Movement Group instead of Causality Movement Group to have global builder supporting proper grouping of parent's orphaned movements git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- allow to use First Causality Movement Group in Delivery Builder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- movement group to find first causality in simulation tree starting from parent movement with checking upon updating existing delivery git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26828 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove some unused variable declaration. Declare variable used only gadget mode only in gadget case. This should make the page displaying a bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 May, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-