30 Warning Order done

This special function warns when the planned quantity is reached. Can be combined with the object_machines-setting block_status_order_full, which places "extra quantity" on the next started order, given that the other special functions are active in the SF-set 25,31,33 see more about this in  Customizations .

When using this functionality, customization of the background of the warning is possible to achieve by creating a special record in the table balthzar_ex_multitable according to the following SQL:

insert into balthzar_ex_multitable (companyid, field name, value, table name, description)
select '1001', 'SF30_backcolor', 'Yellow' , 'SF30_color' ,
'Userconfigured backgroundcolor of warning for SF30'

In the SQL above, the word 'Yellow' can be exchanged for any color in the Balthzar standardized colorpalette.

The standard color palette consists of the following colors:

"Black"
"Gray"
"LightGray"
"DarkBlue"
"Blue"
"LightBlue"
"DarkGreen"
"Green"
"LightGreen"
"Purple"
"Lavender"
"Pink"
"DarkRed"
"Red"
"Orange"
"DarkOrange"
"Yellow"
"LightYellow"
"Brown"
"Beige"
"White"