- 07 Dec, 2007 6 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a key on aggregate_uid, simulation_state and date. This is used in LEFT JOINs done by Resource_zGetTrackingList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Remove DateTimeKeys as at the time erp5_core is installed (at site creation) there's any catalog created yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Dec, 2007 34 commits
-
-
Fabien Morin authored
the employee is the destination of the social services - change variable name base_amount_current_value_dict in base_amount_dict and use the share. - use the cartesian product instead of lot of for loops. It's more efficient and more evolutive in the sense that it could handle new categories without modify the source code - change the update of the base_participation to use the share in the base_amount_dict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
use reverse() anymore git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- rename base_amount_current_value_dict in base_amount_dict - change this previous dict to stock values of all tax_category - now, Pay Sheet Model Line could use only tax_category (without any slice) - add a comment in PaySheetTransaction_getMovementList - add uses of cartesian_product witch is more efficient and more evolutive - enhance PaySheetTransaction_getYearToDateNetPay script (over_time is not take into account in french payroll) - add PaySheetTransaction_getYearToDateBaseSalary script - add PaySheetTransaction_getYearToDateOvertimeAmount script - rename PaySheetTransaction_getYearToDateOverTimeHours in PaySheetTransaction_getYearToDateOvertimeHours.xml - remove all reverse() : before this commit, there were some reverse() to have the Matrixbox displayed with slice on the left column and the tax_category on the head line. Now it's in the default order, and it's less confused. - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
prevent "RuntimeError function attributes are not accessible from restricted code" that happens on Zope 2.7 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
move PurchaseInvoiceTransaction_selectPackingListMovement and PurchaseInvoiceTransaction_selectInvoiceMovement from erp5_accounting to erp5_invoicing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
for them ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Add possibility to define child category which are not Categories (ex: all people assigned to a project can access the project module). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* move invoicing parts in erp5_invoicing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
When server address is changed, None value is set in the volatile, in which case old code returned None. Now, check for None value and reinstanciate if needed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
zope2.7 xml with be set in 2.8 format git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Allow Associate to modify contents of Task and Task Report, so that project managers may change Destination Decision, for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
This will make sure that if in a query we will render UTC value rather than locat datetime value. That way we will have consistent queries (by default all DateTime values are saved as UTC in ERP5). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-