roundup (is al enige tijd srtnotificatie)

svn path=/Database/trunk/; revision=9680
This commit is contained in:
Peter Feij
2008-01-18 13:17:52 +00:00
parent f46437cdc0
commit c432ac17d6

View File

@@ -1,7 +1,7 @@
#ifdef BES
/* $Revision: 43 $
* $Modtime: 23-08-07 11:07 $
/* $Revision: 44 $
* $Modtime: 18-01-08 15:16 $
*/
#include "comsql.h"
@@ -84,37 +84,6 @@ VALUES (7, 'Verwerkt(AV)');
_SET_SQLS(IDENTITY_INSERT bes_bestelopdrstatuses OFF;)
#ifdef LANG_EN
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESAP1','RFO needs your approval',6);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESAP2','Your RFO was entered, needs approval',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESACP','Your RFO is accepted',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESREJ','Your RFO is rejected',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESBES','Your RFO is ordered',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESOTV','Your RFO is delivered',7);
#else
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESAP1','Fiatteringsverzoek ontvangen voor bestelling',6);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESAP2','Uw bestelaanvraag is ingediend',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESACP','Uw bestelaanvraag is geaccepteerd',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESREJ','Uw bestelaanvraag is afgewezen',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESBES','Uw bestelaanvraag is verzonden',7);
INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,web_user_mess_actions_key)
VALUES ('BESOTV','Uw bestelling is binnengekomen',7);
#endif
DEF_FAC_MESSAGE ('BES_NO_REJECTED_MESSAGE' , 'Rejection reason must be specified.','EN2');
DEF_FAC_MESSAGE ('BES_INPUT_unknown_srtgroep' ,'Unknown SrtGroep.','EN2');
DEF_FAC_MESSAGE ('BES_INPUT_unknown_supplier' ,'Unknown Supplier.','EN2');