svn path=/Mareon/trunk/; revision=23914

This commit is contained in:
Marcel Bourseau
2015-01-21 12:41:03 +00:00
parent 711fa0f5d5
commit 944498adc4
28 changed files with 1758 additions and 0 deletions

30
ax/AxFacilitor.SRC Normal file
View File

@@ -0,0 +1,30 @@
//-- Copyright 2014 SG|facilitor bv.
//-- All rights reserved!
/*
* $Revision: 19961 $
* $Id: $
*/
#include "SRC\Common.js"
#include "SRC\F_PutSync.js"
#include "SRC\F_GetSuppliers.js"
#include "SRC\A_GetOpdrachten.js"
#include "SRC\T_GetOpdrachten.js"
#include "SRC\F_PutOpdrachten.js"
#include "SRC\A_SetSupplierText.js"
#include "SRC\T_SetSupplierText.js"
#include "SRC\F_GetOpdrachtenAfgemeld.js"
#include "SRC\A_CompleteServiceTask.js"
#include "SRC\T_CompleteServiceTask.js"
#include "SRC\F_GetOpdrachtenGepland.js"
#include "SRC\A_PlanServiceTask.js"
#include "SRC\T_PlanServiceTask.js"
#include "SRC\F_GetOpdrachtenAcceptedRefused.js"
#include "SRC\A_RefuseServiceTask.js"
#include "SRC\A_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\AxFacilitor.js"