@extends('layouts.public') @section('title', 'SYSTRONICS — Products') @section('meta_description', 'SYSTRONICS products are packaged and sold similar to Sage 300 core modules. We update our products on regular intervals to maintain compatibility with Sage 300 versions.') @section('content')
Products

Products

SYSTRONICS products are packaged and sold similar to Sage 300 core modules. We update our products on regular intervals to maintain compatibility with Sage 300 versions, in addition to introducing enhanced functionality.

Product list Supported versions Licensing Customizations Request Activation Code
Licensing

Subscription and Perpetual Licensing

SYSTRONICS offers Subscription Licensing and Perpetual Licensing models:

{{ $products->count() }} {{ $products->count() === 1 ? 'product' : 'products' }}

Sage 300 SDK applications

@forelse ($products as $product) @php $code = strtolower($product->code); $blurb = $productBlurbs[$code] ?? ''; $slogan = $productSlogans[$code] ?? ''; $copy = $blurb !== '' ? $blurb : $slogan; $title = \App\Domain\Catalog\Support\ProductMarketingCopy::catalogTitle($product->code, $product->name); $href = route('public.products.show', $product); @endphp @empty

No products published yet.

@endforelse
All SYSTRONICS Products Fact Sheet A4 Format
All SYSTRONICS Products Fact Sheet Letter Format
Customizations

Custom solutions

SYSTRONICS has made its mark in providing highly customized solutions that maximize the functionality of your Sage 300 and Sage CRM implementations to meet your specific business needs. more…

@endsection