b39abf8bd5
FieldAutomation task plugin: service reminders, agreement renewal alerts, equipment warranty expiry, truck stock reorder. MokoSuiteFieldApi webservices: 6 CRUD routes (workorders, technicians, equipment, agreements, estimates, locations). Router, config.xml, access.xml.
12 lines
468 B
XML
12 lines
468 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<access component="com_mokosuitefield">
|
|
<section name="component">
|
|
<action name="core.admin" title="JACTION_ADMIN" />
|
|
<action name="core.manage" title="JACTION_MANAGE" />
|
|
<action name="core.create" title="JACTION_CREATE" />
|
|
<action name="core.edit" title="JACTION_EDIT" />
|
|
<action name="field.dispatch" title="Dispatch Work Orders" />
|
|
<action name="field.estimates" title="Create Estimates" />
|
|
</section>
|
|
</access>
|