An error occurred fetching the project authors.
  1. 05 Oct, 2022 1 commit
  2. 23 Sep, 2022 1 commit
  3. 21 Sep, 2022 1 commit
  4. 13 Sep, 2022 1 commit
    • Xiaowu Zhang's avatar
      erp5_crm: new sale opportunity workflow · cc8740c6
      Xiaowu Zhang authored
      Draft: The first state when we create a new Sale Opportunity.
      
      Open: All information of the Sale Opportunity is entered such as prospect's contact email, questions, etc
      
      Suspended: We replied to prospect, waiting for their return.
      
      Closed: The Sale opportunity is either 1) accepted by prospect, turn into a Sale Order; or 2) Clearly rejected by prospect.
      
      Expired: No return/ news from prospect for some time.
      
      Deleted: in case added by mistake, so user can delete it
      cc8740c6
  5. 31 Mar, 2022 1 commit
    • Gabriel Monnerat's avatar
      erp5_crm: Display stop date to events that have duration · 4bef1fa9
      Gabriel Monnerat authored
      stop date is very useful to Phone Call and Visit. For example, if you want to calculate the time spent in one phone call, you can handle it using start and stop date.
      
      But, Event_view does not display stop_date. So, we display stop_date if hasDuration is True.
      4bef1fa9
  6. 15 Apr, 2021 1 commit
  7. 12 Apr, 2021 1 commit
  8. 02 Sep, 2020 1 commit
  9. 27 Nov, 2018 1 commit
  10. 29 Mar, 2018 1 commit
  11. 07 Jul, 2017 2 commits
    • Julien Muchembled's avatar
      tests: clean up code related to configuration of cloudooo/memcached connectors · f84f4cdb
      Julien Muchembled authored
      - The conversion server is supposed to be configured in a system preference,
        so do this instead of using a normal preference.
      - _getConversionServerDict -> _getConversionServerUrl, to make clear that
        cloudooo is now configured by a url, instead of a host/port couple.
      - Refactoring: From the moment where setUpERP5Site() sets up things
        automatically, we don't the "same" duplicated code throughout many test to
        redo cloudooo configuration.
      - In the promise file, the volatile/persistent memcached url were swapped.
      f84f4cdb
    • Julien Muchembled's avatar
      testCRM: fix random test failure · e705e5d0
      Julien Muchembled authored
      e705e5d0
  12. 12 Apr, 2017 1 commit
  13. 13 Jan, 2017 1 commit
  14. 23 Dec, 2016 1 commit
  15. 23 Aug, 2016 1 commit
  16. 22 Aug, 2016 1 commit
  17. 03 Jun, 2016 1 commit
  18. 30 Oct, 2015 1 commit
  19. 29 Oct, 2015 1 commit
  20. 08 Nov, 2014 1 commit
    • Kazuhiko Shiozaki's avatar
      use fulltext search in title and description. · d47df833
      Kazuhiko Shiozaki authored
      * to quickly setup catalog_full_text table, you can use the following SQL.
      
        REPLACE INTO catalog_full_text SELECT uid, title, description FROM catalog;
      
      * non fulltext queries like '=abc', '>abc', '%abc%' are supported.
      
      * now erp5_full_text_mroonga_catalog is used for unit tests thus I recommend using it instead of erp5_full_text_myisam_catalog.
      
      * to migrate existing MyISAM full_text table into Mroonga, you can use the following SQL.
      
        ALTER TABLE full_text DROP KEY SearchableText,
          ENGINE = mroonga,
          ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlpha"';
      
      * fulltext search score is no longer provided as (column_name) but now provided as (column_name)__score__.
      
      * (category)_title, like source_title, related keys are automatically generated. (category)_description keys as well.
      d47df833
  21. 16 Oct, 2014 1 commit
  22. 04 Sep, 2014 1 commit
  23. 23 Jun, 2014 1 commit
  24. 01 Apr, 2014 1 commit
  25. 30 Jan, 2014 1 commit
  26. 24 Dec, 2013 7 commits
  27. 17 Dec, 2013 1 commit
  28. 22 Nov, 2013 1 commit
  29. 05 Aug, 2013 1 commit
  30. 13 Jun, 2013 1 commit
    • Jérome Perrin's avatar
      Revert 3 latest commits · 228e3f79
      Jérome Perrin authored
      Revert "Test deferred style with converting to a format"
      
      This reverts commit cbfa8d56.
      -> pushed by mistake
      
      Revert "Set cloudoo on preferences in ERP5TypeTestCase"
      
      This reverts commit 28824962.
      -> pushed by mistake
      
      Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns"
      
      This reverts commit 802d3f53.
      -> a test is failing
      228e3f79
  31. 12 Jun, 2013 1 commit
  32. 20 May, 2013 2 commits