You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
#include "erp_utils.h"
|
|
#include "ocilib.h"
|
|
#include "common_itk_util.h"
|
|
#include "string_utils.h"
|
|
#include "string_helper.h"
|
|
#include "error_handling.h"
|
|
#include "connor_util.h"
|
|
#include <vector>
|
|
#include <map>
|
|
#include <string>
|
|
#include <tccore/item_errors.h>
|
|
#include <ics/ics_enquiry.h>
|
|
#include <ict/ict_userservice.h>
|
|
#include <tccore/item_errors.h>
|
|
#include <bom/bom_msg.h>
|
|
#include <tccore/tc_msg.h>
|
|
#include <ics/ics.h>
|
|
#include <property/prop_msg.h>
|
|
#include <bom/bom_msg.h>
|
|
#include <tccore/item_msg.h>
|
|
#include <tccore/project.h>
|
|
#include <time.h>
|
|
#include <curl\curl.h>
|
|
|
|
|
|
|
|
|
|
|
|
#define ERROR_QRY_NOT_FOUND (EMH_USER_error_base + 120)
|
|
int Connor_set_bypass(void *returnValue);
|
|
int Connor_close_bypass(void *returnValue);
|
|
int connor_dwg_to_pdf(void* returnValue);
|
|
int connor_set_release_status(void * returnValue);
|
|
int Connor_bypass(EPM_action_message_t msg);
|
|
int RB_set_yxq(EPM_action_message_t msg);
|
|
int RB_Promote(EPM_action_message_t msg);
|
|
int RB_Process_statu(EPM_rule_message_t msg);
|
|
int RB_Promote_predecess(EPM_action_message_t msg);
|
|
int Connor_Send_Mail_To_All_Users(EPM_action_message_t msg);
|
|
int Connor_Send_Delievry_To_Pai(EPM_action_message_t msg);
|
|
string getFiles(tag_t target, tag_t relation_type, string& contents);
|
|
int Connor_JSFX_Complete_Send_Mail_To_Users(EPM_action_message_t msg);
|
|
int Connor_JSFX_Start_Send_Mail_To_Users(EPM_action_message_t msg);
|
|
|
|
|
|
typedef struct {
|
|
string ID;
|
|
}DFL_ID;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|