@extends('layouts.public') @section('title', 'SYSTRONICS — Prices') @section('meta_description', 'End user prices are published in the SYSTRONICS Partners Area. Create an account and log in to check the most recent prices for your country list.') @section('content')
Sales

Prices

End user prices are published in US Dollars in the SYSTRONICS Partners Area. Please check the most recent prices there — to do so you should create an account and log in to the website.

How to Order Distributors Prices Request Activation Code
@guest
The information you have requested is available to SYSTRONICS Partners only.

Log in

If you have a User ID and a Password already, please log in to the SYSTRONICS Partners Area.

@csrf
@error('login'){{ $message }}@enderror

Forgot your password?

Enter the User ID or company e-mail of your partner account and we will send a reset link.

@csrf

Create a Partner Account

To register as a SYSTRONICS Partner, please create an account. No fees are charged to become a SYSTRONICS Partner!

You will be returned to the price list after signing in.

@else @if ($matrix) @php $list = $matrix['price_list']; $currency = $list->currency; $currencyCode = $currency?->code ?? 'USD'; $annualPct = round($matrix['annual_rate'] * 100, 2); $tab = request('tab', 'sp'); @endphp
Partner area

Price list: {{ $list->code }}

Currency {{ $currencyCode }} · Annual Cover rate {{ $annualPct }}% · Setup {{ $currency?->format($matrix['hourly_rate']) }}/hour

@include('partials.prices.matrix', [ 'matrix' => $matrix, 'mode' => 'full', 'defaultTab' => in_array($tab, ['sp', 'pp', 'custdev'], true) ? $tab : 'sp', ]) @endif @endguest
Licensing

What you pay for

Subscription License Annual fee. Entitles the End User to use any shipping version of a product during the validity period, including updates, upgrades and unlimited offsite technical support. Subscriptions must be renewed before expiry, failing which a product stops working.
Perpetual License Fixed license fee. Updates, upgrades and support are available under a valid Software Assurance Plan only, mandatory for the first year and accumulating over lapsed years.
Software Assurance Charged annually at 20% of the current product SRP. Included in the subscription licensing fee.
Implementation Setup & Implementation Services are chargeable where applicable. Certified Business Partners are exempt for products matching their certification.

Questions about ordering?

Write to the SYSTRONICS sales team, or contact the distributor covering your region.

sales@systronics.com Distributors
@endsection