👨Client

openMDT

exports['pp-doj-mdt']:openMDT(path?: string)

--[[
    path is optional argument that will automatically redirect user to provided page after opening MDT.
    Available paths:
    - "/" - homePage,
    - "/announcements" - announcements page,
    - "/announcement/:id" - specific announcement page,
    - "/citizens" - citizens page,
    - "/citizen/:id" - specific citizen page,
    - "/vehicles" - vehicles page,
    - "/vehicle/:plate" - specific vehicle page,
    - "/notes" - notes page,
    - "/note/:id" - specific note page,
    - "/settings" - settings page,
    - "/forms" - forms page,
    - "/form/:id" - specific form page,
    - "/finances" - finances page,
    - "/finances/account/:id" - specific account page,
    - "/finances/transaction/:id" - settings transaction page,
    - "/management" - management page,
]]

Last updated

Was this helpful?