From 0961a00e1f951d9d7f623f56ea586c37c03613a7 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Fri, 26 Jun 2026 13:46:01 +0000 Subject: [PATCH] Add Accounting to the app launcher Ladill Accounting is now live at accounting.ladill.com; add its row + icon to the shared app launcher (byte-identical across all Ladill apps). Co-Authored-By: Claude Opus 4.8 --- config/ladill_launcher.php | 1 + public/images/launcher-icons/accounting.svg | 25 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 public/images/launcher-icons/accounting.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index f0ec899..058c8c4 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -40,5 +40,6 @@ return [ ['name' => 'POS', 'url' => 'https://pos.'.$root.'/sso/connect?redirect='.urlencode('https://pos.'.$root.'/dashboard'), 'icon' => 'pos.svg'], ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], ['name' => 'CRM', 'url' => 'https://crm.'.$root.'/sso/connect?redirect='.urlencode('https://crm.'.$root.'/dashboard'), 'icon' => 'crm.svg'], + ['name' => 'Accounting', 'url' => 'https://accounting.'.$root.'/sso/connect?redirect='.urlencode('https://accounting.'.$root.'/dashboard'), 'icon' => 'accounting.svg'], ], ]; diff --git a/public/images/launcher-icons/accounting.svg b/public/images/launcher-icons/accounting.svg new file mode 100644 index 0000000..68b5263 --- /dev/null +++ b/public/images/launcher-icons/accounting.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file