1. 03 Nov, 2017 11 commits
  2. 02 Nov, 2017 14 commits
  3. 01 Nov, 2017 1 commit
  4. 31 Oct, 2017 11 commits
  5. 30 Oct, 2017 3 commits
    • Nicolas Wavrant's avatar
      erp5_crm: always display workflow status in the ticket listbox · b0ed183a
      Nicolas Wavrant authored
      All Tickets portal types don't use the same workflow variable (validation_state/simulation_state). By retrieving first the correct workflow variable, we can then deduce the correct getter to access to each object workflow's state
      
      /reviewed-on nexedi/erp5!418
      b0ed183a
    • Nicolas Wavrant's avatar
      erp5_base: add Organisation's registration code and VAT code in their searchable text · 1e2ebd69
      Nicolas Wavrant authored
      It is a common (CRM principally) use case to search for Organisations using official identifying unique codes, as the registration code or the VAT code.
      
      There is currently no way in ERP5 to look for entities using these unique codes, as they are not-generic enough to be indexed. For the same reason, creating a new table(s) to index Entities' identifiers may give something too blured to reach a consensus on. In my opinion fulltext search is a good solution for this case, and it shouldn't create compability issues for current projects. 
      
      If it is thought necessary, I can also add the Social Security Code (for Organisations/Persons) in the searchable text properties, but it is a more complicated topic as it isn't a public information.
      
      @nexedi 's project managers, what are your thoughts on it ?
      
      /reviewed-on nexedi/erp5!463
      1e2ebd69
    • Vincent Bechu's avatar
      Make Jabber Client usable and exportable · badbe1ac
      Vincent Bechu authored
      /reviewed-on nexedi/erp5!473
      badbe1ac