Untitled
Untitled
Untitled
Yes : the user can proceed with the entry, controls are not blocking. Warning messages will be notified.
No : the user cannot proceed with the entry if a blocking control Is activated.
Gross Price of zero then the system blocks
To address this issue, you could try setting a minimum price floor above 0 for your products. This would ensure that even if the gross price is set to 0, the
minimum price would still prevent the creation of a sales invoice with a negative margin.
Alternatively, you could ask your Developer to create a custom validation rule in your system that checks for negative margins on sales invoices, regardless
of the gross price. This would provide an additional layer of protection against negative margins, even if the minimum price floor is not set or is
inadvertently bypassed.