Service catalog

Billable services seeded when this module is activated. Invoices use the Billing Engine.

@forelse ($services as $service) @empty @endforelse
Code Service Type Amount
{{ $service['code'] ?? '' }} {{ $service['label'] ?? '' }} {{ $service['type'] ?? 'misc' }} {{ $currency ?? 'GHS' }} {{ number_format(((int) ($service['amount_minor'] ?? 0)) / 100, 2) }}
No services provisioned. Re-activate the module to seed the catalog.

Add a service to a visit invoice from a specialty visit workspace Billing tab.