diff --git a/json/organization.json b/json/organization.json new file mode 100644 index 0000000..dda90e6 --- /dev/null +++ b/json/organization.json @@ -0,0 +1,32 @@ +{ + "models_dir": "${HOME}$/py/rbac/models", + "output_dir": "${HOME}$/py/sage/wwwroot/_a/organization", + "dbname": "sage", + "tblname": "organization", + "title":"Organization", + "params": { + "sortby":"orgname", + "browserfields": { + "exclouded": ["id"], + "cwidth": {} + }, + "editexclouded": [ + "id" + ], + "subtables":[ + { + "field":"orgid", + "title":"Org. type", + "url":"../orgtypes", + "subtable":"orgtypes" + }, + { + "field":"orgid", + "title":"Users", + "url":"../user", + "subtable":"user" + } + ], + "record_toolbar": null + } +} diff --git a/json/orgtypes.json b/json/orgtypes.json new file mode 100644 index 0000000..7abdad5 --- /dev/null +++ b/json/orgtypes.json @@ -0,0 +1,18 @@ +{ + "models_dir": "${HOME}$/py/rbac/models", + "output_dir": "${HOME}$/py/sage/wwwroot/_a/orgtypes", + "dbname": "sage", + "tblname": "orgtypes", + "title":"Org. type", + "params": { + "sortby":"orgname", + "browserfields": { + "exclouded": ["id"], + "cwidth": {} + }, + "editexclouded": [ + "id" + ], + "record_toolbar": null + } +} diff --git a/models/userapikey.xlsx b/models/userapikey.xlsx deleted file mode 100644 index 7bcbb16..0000000 Binary files a/models/userapikey.xlsx and /dev/null differ