Files
Mareon/ax/AxFacilitor.SRC
Marcel Bourseau 5fb3cbfbef MARX#56792: Mareon sync adapter aanpassen tbv nieuwe statussen naar Tobias2012
svn path=/Mareon/trunk/; revision=41303
2019-03-05 11:10:50 +00:00

47 lines
1.6 KiB
Plaintext

//-- Copyright 2014 SG|facilitor bv.
//-- All rights reserved!
/*
* $Revision$
* $Id$
*/
#include "SRC\json2.js"
#include "SRC\Common.js"
#include "SRC\F_PutSync.js"
#include "SRC\F_GetSuppliers.js"
#include "SRC\A_GetOpdrachten.js"
#include "SRC\A2012_GetOpdrachten.js"
#include "SRC\R_GetOpdrachten.js"
#include "SRC\R_SetOpdrachtStatus.js"
#include "SRC\T_GetOpdrachten.js"
#include "SRC\F_PutOpdrachten.js"
#include "SRC\A_SetSupplierText.js"
#include "SRC\A2012_SetSupplierText.js"
#include "SRC\FCLT_SetSupplierText.js"
#include "SRC\T_SetSupplierText.js"
#include "SRC\F_GetOpdrachtenAfgemeld.js"
#include "SRC\A_CompleteServiceTask.js"
#include "SRC\A2012_CompleteServiceTask.js"
#include "SRC\FCLT_CompleteServiceTask.js"
#include "SRC\FCLT_SetOpdrachtStatus.js"
#include "SRC\T_CompleteServiceTask.js"
#include "SRC\F_GetOpdrachtenGepland.js"
#include "SRC\A_PlanServiceTask.js"
#include "SRC\A2012_PlanServiceTask.js"
#include "SRC\FCLT_PlanServiceTask.js"
#include "SRC\T_PlanServiceTask.js"
#include "SRC\F_GetOpdrachtenVerlengd.js"
#include "SRC\A2012_VerlengServiceTask.js"
#include "SRC\F_GetOpdrachtenAcceptedRefused.js"
#include "SRC\A_RefuseServiceTask.js"
#include "SRC\A2012_RefuseServiceTask.js"
#include "SRC\A_AcceptServiceTask.js"
#include "SRC\A2012_AcceptServiceTask.js"
#include "SRC\T_AcceptServiceTask.js"
#include "SRC\F_GetOpdrachtenOpmerking.js"
#include "SRC\A_GetReturnCodes.js"
#include "SRC\F_PutReturnCodes.js"
#include "SRC\F_GetFacturen.js"
#include "SRC\F_GetMareonInfo.js"
#include "SRC\AxFacilitor.js"