Skip to content
Snippets Groups Projects
  1. May 26, 2016
  2. May 25, 2016
  3. May 24, 2016
    • Nicolas Martinelli's avatar
      [FIX] account_asset: fiscal year date · e69d9b8b
      Nicolas Martinelli authored
      The fiscal year start date should be taken into account when calculating
      the depreciation amount in case of prorata temporis.
      
      opw-678072
      e69d9b8b
    • Martin Trigaux's avatar
      [FIX] website_mail: publications of internal notes · bb514316
      Martin Trigaux authored
      On the font-end view of project.issue, only the messages of type `note` were
      display. This excluded the messages recieved via email which makes hard to
      understand a conversation (e.g. a customer does not sees his own answers).
      
      Instead, only filter out the notifications (change of states, responsible...)
      
      opw-677426
      bb514316
    • Nicolas Lempereur's avatar
      [IMP] im_livechat: don't auto-open on mobile · d4e7da61
      Nicolas Lempereur authored
      Currently on mobile, the livechat window would take all the viewport of
      a small screen mobile browser. This combined with the "auto open"
      feature can be desorienting: users could have only seen the "hello, how
      may I help you ?" window and not know what to do or what is happening.
      
      So this commit remove the "auto open" feature if user is on a too small
      device (the user would thus have to click on "Have a Question").
      
      closes #12148
      opw-678012
      d4e7da61
    • Cédric Snauwaert's avatar
      [FIX] account: fix error in aged partner balance, variable at_least_one_amount... · 784cdf97
      Cédric Snauwaert authored
      [FIX] account: fix error in aged partner balance, variable at_least_one_amount referenced before assignment
      784cdf97
    • Goffin Simon's avatar
      [FIX] project_issue: number of issues for a customer · fea0fef7
      Goffin Simon authored
      When counting the number of issues for a customer, all the the contacts
      of this customer must be taken into account.
      
      opw:676985
      fea0fef7
    • Christophe Simonis's avatar
    • Goffin Simon's avatar
      [FIX] account: partner_id set on a bank fee · 08416b23
      Goffin Simon authored
      Used case:
      
      -Create several customer invoices and validate them
      -Register a payment without any partner_id and in a bank statement for an amount
      a bit lower than the total of the invoice (the difference is the paypal fees)
      -Reconcile the invoices with the payment and create a write-off for the paypal fees
      -When you close the bank statement, check the journal items, the paypal fees are
      automatically assigned with a partner.
      
      Fix:
      
      -When creating the account move line for the fee, if all the account move lines
      linked to the move are for different partners then you cannot determine the partner
      of the fee.
      
      opw:674822
      08416b23
    • Goffin Simon's avatar
      [FIX] account: unlink account journal · 509ce618
      Goffin Simon authored
      The bank account linked to a journal cannot be systematicaly deleted
      with its journal because this bank account can be linked to several
      journals.
      
      opw:676374
      509ce618
Loading