Modify Approval Flow

Hi,

I’m trying to use dolibarr for our school internal system. Is it possible to change the approval flow for any commercial and billings/payments?
For exemple :
If amount <100 USD : requester -> boss 1 -> boss 2 -> boss 3
if amount >100 USD : requester -> boss 1 -> boss 2 -> boss 3 -> boss 4

Thanks

I’am afraid no. Setup allow you do to
in 2 steps :
If amount <100 USD : requester -> boss 1
if amount >100 USD : requester -> boss 1
or in 3 steps :
If amount <100 USD : requester -> boss 1 -> boss 2
if amount >100 USD : requester -> boss 1 -> boss 2

However, for “information” sent by email when a request is done, there is no limit on number of recipients so for emails, you can (but just for email sent when request is done), not for button to approve on interface that is limited to 2 or 3 steps.

You need to develop a dedicated module to get what you need.