Pending POs pages

This commit is contained in:
ivarsbariss
2026-02-27 13:09:10 +01:00
parent c97c2b019f
commit 4d0e1f0180
19 changed files with 887 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"id": "Pending POs - SLx Pending_pending_pos_slx_pending",
"pluginId": "postgres-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "select * from mpe.get_prototype_po_dashboard_data(array['34487','35355']::text[]);",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
{
"value": true
}
],
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "xTuple_Sandbox",
"isAutoGenerated": false,
"name": "xTuple_Sandbox",
"pluginId": "postgres-plugin"
},
"dynamicBindingPathList": [],
"name": "pending_pos_slx_pending",
"pageId": "Pending POs - SLx Pending",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}

View File

@@ -0,0 +1 @@
select * from mpe.get_prototype_po_dashboard_data(array['34487','35355']::text[]);