- 22 Mar, 2006 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Mar, 2006 1 commit
-
-
Vincent Pelletier authored
Renamed SQL connector to comply with ERP5 naming conventions. Removed SQL connnector from business template. Fix some API function missbehaving when called in contexts outside website. Renamed WebSite_getDefaultDocument to WebSite_getDefaultDocumentValue to match behaviour. WebSite_getSite : Likewise. Added WebSite_getDefaultDocument. WebSite_getSiteValue : Likewise. Fixed sections sometimes failing to get the default content. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6162 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Mar, 2006 10 commits
-
-
Jérome Perrin authored
* Fix acquisition in HR related base categories to acquire from default career. * Repair ChatAddress, they are now based on Url class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6148 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Mar, 2006 2 commits
-
-
Jérome Perrin authored
Display lines even if there are no payment or mirror_section even if they are required (account type may change during the life of an account). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Mar, 2006 10 commits
-
-
Vincent Pelletier authored
Fix WebSite_getDocumentPhysicalPath when we're not in a section. This case should not happen, but better not to fail stupidly. Correct the way WebSite_getDocumentValueList allows to display draft documents : wrong name was used, and there was a more elegant way. Handle the case where the same documents exists in 2 versions, only display the newest. Display the short title in the WebSection_view listbox. Add links to Web Pages in WebSection_view listbox. Add a new function in WebSite API to generate "physical" urls to documents from listbox (context from caller isn't preserved, otherwise WebSite_getDocumentphysicalPath would have been enough). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use WebSite_getUrl when replacing action urls instead of WebSite_getDocumentPhysicalPath : it fixes "tabs" when edditing a section. Add support for displaying unpublished pages in section listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove useless pythons scripts (related to a specific use of erp5_web). Fix WebSite_createContent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Fix Account_getAccountingTransactionList to show right previous balance. * Update AccountModule_viewGeneralLedgerReport to let the General Ledger report show good start, stop and period balance. * Fix General Ledger Report property transalation. 2006-03-08 Kevin * Replace getPreferredDateInputOrder() calls by getPreferredDateOrder() * Call Base_translateString() instead of Base_TranslateString() git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Mar, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2006 2 commits
-
-
Vincent Pelletier authored
Rebuild BT on devel website, not on local copy. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Guillaume Michon authored
* Translated amortisation method titles * Added an interaction on pasting a delivery git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2006 3 commits
-
-
Guillaume Michon authored
* Removed result table item * Handle errors in Item_viewImmobilisationPeriods * Translate immobilisation validity errors * Forgot some workflow chains on Immobilisation and Immobilisation Line * Added immobilisation_delivery_workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Guillaume Michon authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2006 3 commits
-
-
Romain Courteaud authored
* Added Sale Supply Line/Cell, Purchase Supply Line/Cell. * Use proxy field for Supply. Seb * Added script for selecting deliveries in sale_packing_list_builder Guillaume * Added fields for immobilisation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Mar, 2006 3 commits
-
-
Kevin Deldycke authored
* Update AccountingTransactionModule_viewAnnualSalaryReport to show more paysheet conflicts by default. * Add AccountingModule_checkPaySheetConsistency, a usefull, but dirty, script to track bad destination and destination_section on Pay Sheet Lines. 2006-02-24 Kevin * Update PaySheetTransaction_viewAccountingLineList form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Display an encoded UTF-8 body for Mail Message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-