To create and broadcast a MULTISIG transaction with no specific order of signatures, a different approach should be used.
The OP_CHECKMULTISIG opcode in Bitcoin requires a specific order of signatures, which makes it challenging when the order does not matter.
A suggested approach for this scenario is to use a custom script that validates the signatures in a flexible manner without a specific order.
By using a combination of conditional statements and signature checks, the script can verify the required signatures of both the manager and employees.