Changelog — CRMDesk
[2026-05-09]
- Customer Tracking Portal URL now reflects your custom domain. If you've connected a custom domain to CRMDesk under
/account/domains, the Tracking Portal URL in Settings now displays that domain instead of the platform fallback. Falls back to mypancho.com/p/.../crmdesk/track if no custom domain is connected.
[2026-05-07]
- Added a Staff & Invites section in Settings (admin only). Two ready-to-share invite links — one for staff, one for customers — plus an "Invite by phone" form. Copy a link, send it on WhatsApp/SMS, and the recipient signs up to Pancho once and lands here with the right role automatically. A "Rotate link" button under each one invalidates a leaked link.
Internal
- Added
tenant_invites table to schema.sql for phone-bound invite caching (additive — picked up by lazy-migrator on next request).
- Wired up the canonical members API via a one-line shim at
api/members.php plus a members entry in app.json api_routes. The Settings card markup is sourced from the shared core/views/partials/staff-invites-card.php partial.
[2026-04-29]
- Fixed "Invalid status." error when changing a deal's status — the filter and the Change Status form now accept all configured deal stages, not just Cancelled.
[2026-04-20]
- Demo and subscribe now work out of the box — finished migrating the app to Pancho's UUID identity model so Try Demo no longer errors with 'We could not start the demo'.
Internal
- Added the
tenant_members table to schema.sql (backed by the platform's _per_user_app_bootstrap_owner() hook).
[2026-04-18] — Renamed
- Renamed from CRMPro to CRMDesk (slug
crmpro → crmdesk).
- Every display string, marketing copy, schema reference, code-comment, folder path, DB filename, and
subscriptions.app_id value now uses the new slug. Platform had not gone live yet, so old URLs are not preserved.
All notable changes to this app are recorded here. Newest entries on top.
[2026-04-17]
- Updated subscription price to $47/month (USD) and ₦25,000/month (NGN); setup fee is now $497 (USD) and ₦450,000 (NGN)
[Baseline] — 2026-04-16
- Existing feature set captured as the baseline. Subsequent changes will be prepended above this entry.