FSN#39312 Verder ontsluiten van modellen via de API

svn path=/Website/trunk/; revision=33013
This commit is contained in:
Erik Groener
2017-03-02 11:12:16 +00:00
parent 2454d3218d
commit a0650810a7
2 changed files with 7 additions and 26 deletions

View File

@@ -24,29 +24,23 @@ var api2_mapper = {
"orderarticlegroups" : "appl/mgt/bes_srtgroep.asp",
"orderpropertytypes" : "appl/mgt/bes_srtkenmerk.asp",
"orderproductgroups" : "appl/mgt/bes_srtprodgroep.asp",
"pacelisttables" : "appl/mgt/bes_staffeltabel.asp",
"orderpacelisttables" : "appl/mgt/bes_staffeltabel.asp",
"visitoractions" : "appl/mgt/bez_actie.asp",
"visitorproperties" : "appl/mgt/bez_kenmerk.asp",
"budget" : "appl/mgt/bgt_budget.asp",
"budgetdisciplines" : "appl/mgt/bgt_discipline.asp",
"budgetcostcategories" : "appl/mgt/bgt_kostenrubriek.asp",
"budgetprojects" : "appl/mgt/bgt_project.asp",
"graphiclabels" : "appl/mgt/cad_label.asp",
"graphiclegendas" : "appl/mgt/cad_legenda.asp",
"graphiclegendavalues" : "appl/mgt/cad_legendawaarde.asp",
"graphicthemes" : "appl/mgt/cad_thema.asp",
"contractdisciplines" : "appl/mgt/cnt_discipline.asp",
"contractproperties" : "appl/mgt/cnt_kenmerk.asp",
"contractpropertytypes" : "appl/mgt/cnt_srtkenmerk.asp",
"contractperiods" : "appl/mgt/cnt_termijn.asp",
"taskdisciplines" : "appl/mgt/ctr_discipline.asp",
"audits" : "appl/mgt/fac_audit.asp",
"xxxxxx" : "appl/mgt/fac_edit_groeprechten.asp", //?
"xxxxxx" : "appl/mgt/fac_edit_groeprechten_save.asp", //?
"emailsettings" : "appl/mgt/fac_email_setting.asp",
"exportfunctions" : "appl/mgt/fac_export_app.asp",
"authorizationfunctions" : "appl/mgt/fac_functie.asp",
@@ -64,11 +58,7 @@ var api2_mapper = {
"knowledgeproperties" : "appl/mgt/faq_kenmerk.asp",
"vattables" : "appl/mgt/fin_btwtabel.asp",
"invoiceproperties" : "appl/mgt/fin_kenmerk.asp",
"xxxxxx" : "appl/mgt/fin_verkoopfactuur.asp", // klant specifiek ??
"xxxxxx" : "appl/mgt/generic_prs_perslid.asp",
"saleinvoicelines" : "appl/mgt/fin_verkoopfactuur.asp",
"taskhandlings" : "appl/mgt/ins_controlemode.asp",
"objectdisciplines" : "appl/mgt/ins_discipline.asp",
"objectproperties" : "appl/mgt/ins_kenmerk.asp",
@@ -76,9 +66,7 @@ var api2_mapper = {
"objectgroups" : "appl/mgt/ins_srtgroep.asp",
"objectpropertytypes" : "appl/mgt/ins_srtkenmerk.asp",
"alldisciplines" : "appl/mgt/ins_tab_discipline.asp",
"xxxxxx" : "appl/mgt/mgt_generic.asp",
"generictables" : "appl/mgt/mgt_generic.asp",
"issueclosingtexts" : "appl/mgt/mld_afmeldtekst.asp",
"backofficegroups" : "appl/mgt/mld_behandelgroep.asp",
"servicelevels" : "appl/mgt/mld_dienstniveau.asp",
@@ -95,19 +83,16 @@ var api2_mapper = {
"workflows" : "appl/mgt/mld_workflow.asp",
"workflowsteps" : "appl/mgt/mld_workflowstep.asp",
"workflowexpressions" : "appl/mgt/mld_workflow_expression.asp",
"pinboardcategories" : "appl/mgt/mrk_discipline.asp",
"services" : "appl/mgt/prs_dienst.asp",
"basisproperties" : "appl/mgt/prs_kenmerk.asp",
"combinationvalidation" : "appl/mgt/prs_kostencombinatie.asp",
"combinationvalidation" : "appl/mgt/prs_kostencombinatie.asp",
"costtypes" : "appl/mgt/prs_kostensoort.asp",
"costtypegroups" : "appl/mgt/prs_kostensoortgrp.asp",
"persons" : "appl/mgt/prs_perslid.asp",
"relationtypes" : "appl/mgt/prs_relatietype.asp",
"employeefunctions" : "appl/mgt/prs_srtperslid.asp",
"basispacelists" : "appl/mgt/prs_staffel.asp",
"bookingactivities" : "appl/mgt/res_activiteit.asp",
"bookingconsumables" : "appl/mgt/res_artikel.asp",
"bookingcycles" : "appl/mgt/res_cyclus.asp",
@@ -119,11 +104,7 @@ var api2_mapper = {
"bookingactivitytypes" : "appl/mgt/res_srtactiviteit.asp",
"bookingconsumablescopes" : "appl/mgt/res_srtartikel_onrgoed.asp",
"bookingpropertytypes" : "appl/mgt/res_srtkenmerk.asp",
"xxxxxx" : "appl/mgt/user_tables.asp",
"xxxxxx" : "appl/mgt/workflow_graph.asp",
"xxxxxx" : "appl/mgt/workflow_graph_png.asp",
"xxxxxx" : "appl/mgt/workflow_overview.asp"
"systemtables" : "appl/mgt/user_tables.asp"
}
function api2_dispatch(api2_name)

View File

@@ -5,11 +5,11 @@
<%
var this_model = new model_bes_staffeltabel();
var incl_staffel = this_model.includes.pacelists.model;
var incl_staffel = this_model.includes.orderpacelists.model;
incl_staffel.list = {
"columns": [
"id",
"pacelisttable",
"orderpacelisttable",
"limit",
"discount"
]