jacques / plutus-outboundsales
Outbound Sales Related items for Plutus
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 9
Language:Smarty
This package is auto-updated.
Last update: 2024-11-29 05:37:34 UTC
README
Code for managing an outbound sales campaign. Largely rough round the edges pending signoff on Specification.
Usage
If the plugin exists the routes are injected into the router.
In your navigation (templates/basecamp/admin__header.tpl):
<li class="dropdown{if $nav == "salestools"} active{/if}">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Sales Tools <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Outbound Sales</li>
<li><a href="/admin/outboundsales"><i class="fa fa-fw fa-phone"></i> Outbound Calls</a></li>
<li><a href="/admin/outboundsales/campaigns"><i class="fa fa-fw fa-trophy"></i> Outbound Campaigns</a></li>
</ul>
</li>
LICENSE
The Plutus Outbound Sales Module is licensed under the MPL v.2.0. These templates are distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.