Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.44k stars 2.79k forks source link

modPaymentByBankTransfer - Permission Error #19513

Closed dreamtim closed 2 years ago

dreamtim commented 2 years ago

Bug

Attempt to use the core banktransfer module to generate SEPA transfer from supplier invoices raise a permission error which prevent to create or view any bank transfer. I did not find prevous issue mentionning this problem.

I made some test to fix the problem :

  1. Attempt to disable reenable faulty module did not fix the problem
  2. Attempt to remove / reallow permission to the user did not fix the problem
  3. Switching to superadmin and other allowed users did not fix the problem is encountered

Environment

Expected and actual behavior

Steps to reproduce the behavior

  1. Enable module modPaymentByBankTransfer
  2. Give Explicit permission to user
  3. Open page Bank
  4. Click on Bank Transfert
  5. Attempt to create new bank transfer

Attached files (Screenshots, screencasts, dolibarr.log, debugging informations…)

image

aspangaro commented 2 years ago

Problem solved in a more recent version. Move to Dolibarr v14.0.5

dreamtim commented 2 years ago

@aspangaro great thx ! I'll try the update then.