An error occurred fetching the project authors.
  1. 14 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      tests: don't run coding style tests in unit tests · dab1dd86
      Jérome Perrin authored
      We run them in coding style test suite already.
      
      Also these test now need business template repository properly
      configured in template tool, which is not set in default setup, so
      keeping them working would require extra work.
      dab1dd86
  2. 16 May, 2019 2 commits
  3. 28 Mar, 2019 1 commit
    • Jérome Perrin's avatar
      accounting: reset grouping reference in a "context free" script · 439ff1b3
      Jérome Perrin authored
      Introduce a new ERP5Site_resetAccountingTransactionLineGroupingReference
      script to reset grouping reference on accounting transaction lines.
      
      This solve a problem with the way we activated on
      AccountingTransactionLine_resetGroupingReference the context of the
      line, if line was removed from OFS before activity was executed, the
      activity was discarded and grouping references on related lines was not
      reset.
      
      Also drop the unused `keep_if_valid_group` parameter, it was not making
      sense.
      
      /reviewed-on nexedi/erp5!849
      439ff1b3
  4. 25 Mar, 2019 2 commits
  5. 20 Mar, 2019 1 commit
  6. 19 Nov, 2018 1 commit
  7. 24 Jan, 2018 1 commit
    • Vincent Pelletier's avatar
      all: Avoid trivial direct calls to {recursiveI,i}mmediateReindexObject · ab9e0f93
      Vincent Pelletier authored
      These methods must not be called synchronously:
      - they can break catalog by not being careful enough about other
        reindexations which may happen in parallel. See the serialization_tag
        mechanism for more.
      - indexation gets executed in the security context of the user causing the
        call, which may lead to an indexation result different from what happens
        when indexation happens with an all-accesses user.
      These lines of code (some even commented-out) give a bad example. Replace
      them with safe equivalents.
      ab9e0f93
  8. 04 Oct, 2017 1 commit
  9. 05 Jul, 2017 2 commits
  10. 19 Jun, 2017 2 commits
  11. 16 Jun, 2017 1 commit
  12. 09 Mar, 2017 1 commit
  13. 18 Jan, 2017 1 commit
  14. 06 Dec, 2016 1 commit
  15. 09 Nov, 2016 1 commit
    • Jérome Perrin's avatar
      Accounting: fix a wrong constraint when checking accounting periods · f61b748d
      Jérome Perrin authored
      When we have a transaction with both sections from the same group, we
      only check accounting periods for the sides which actually define
      accounting. When there was a source or destination organiation defined
      at the delivery level it was acquired on the lines and in that check we
      wrongly considered this to be defining accounting.
      f61b748d
  16. 30 Sep, 2016 1 commit
  17. 27 Sep, 2016 1 commit
  18. 23 Jun, 2016 1 commit
  19. 22 Jun, 2016 1 commit
  20. 28 Jan, 2016 1 commit
  21. 21 Oct, 2015 1 commit
  22. 16 Jul, 2015 1 commit
  23. 10 Mar, 2015 1 commit
  24. 10 Feb, 2015 2 commits
  25. 04 Sep, 2014 1 commit
  26. 22 Aug, 2014 1 commit
  27. 29 Jul, 2014 1 commit
  28. 30 Jan, 2014 1 commit
  29. 10 Dec, 2012 2 commits
    • Jérome Perrin's avatar
      testAccounting: fix a random failure · d9fa3351
      Jérome Perrin authored
      d9fa3351
    • Jérome Perrin's avatar
      Extend grouping_reference with grouping_date · f3bebea3
      Jérome Perrin authored
      The grouping date is a property representing the date when this grouping is
      effective.
      In erp5_accounting, when setting a grouping reference, the grouping date will
      be set to the latest date of grouped line. When running reports with
      "omit_grouping_reference", lines that are grouped after the end date of the
      report will still be displayed.
      
      SQLCatalog structure changed, and can be updated with:
      alter table catalog add column grouping_date datetime after grouping_reference;
      
      You might also want to set a grouping date on movements with a grouping
      reference in the migration.
      f3bebea3
  30. 11 May, 2012 1 commit
  31. 20 Apr, 2012 1 commit
  32. 29 Mar, 2012 1 commit
    • Rafael Monnerat's avatar
      Move solvers, rules and code from erp5_simulation_test to erp5_configurator_standard_*_template · 399caf39
      Rafael Monnerat authored
       - Solvers were moved to erp5_configurator_standard_solver
       - trade related code and rules to  erp5_configurator_standard_trade_template
       - accounting related code and rules to  erp5_configurator_standard_accounting_template
       - invoicing related code and rules to  erp5_configurator_standard_invoicing_template
      
      Code were moved and splited to several diferent business templates. The rules
      and related code should be used only as template.
      399caf39
  33. 31 Aug, 2011 1 commit
  34. 17 Feb, 2011 1 commit