Skip to content

Verticals, marketing automation & website builder — release 1.17.1

Latest

Choose a tag to compare

@hansbak hansbak released this 06 Aug 07:33

Verticals, marketing automation & website builder — release 1.17.1

This release broadens GrowERP from one admin app into a family of vertical apps, adds a full marketing/sales automation suite, a website builder that can import an existing site, and moves the whole repo to Apache-2.0 — on top of a large round of store publishing, CI and backend hardening since 1.16.16.

Highlights

  1. New vertical appsmarketing and rental apps shipped, plus new building blocks growerp_rental (Gantt/rates/statistics extracted from hotel) and growerp_wiki. health and elearner retired. New growerp createApp CLI scaffolds a vertical from the block registry, with AI-assisted --describe.
  2. Marketing & sales automation — author-once MasterContent adapted to 6 platforms, AI content-plan generation, auto-publish of approved content with daily limits, X and Substack publishing (Notes, subscriber sync, engagement collection), social engagement monitor, native email nurture-sequence engine, sales pipeline board + funnel report with nextStep auto-activity, and a marketing/sales dashboard.
  3. Outreach — LinkedIn connections and Apollo lead CSV import (async, with completion notification), assisted LinkedIn send queue, tenant-SMTP campaign sending, retries, owner scoping, and personalizer channel rules.
  4. Hotel — seasonal rates, web booking, housekeeping that follows the stay, occupancy reports and tourist tax, with integration tests.
  5. Freelance — time billing for assistants: approval flow, invoicing from time entries, and a billing report.
  6. Website builder & storefront — selectable modern Tailwind/Lumina templates with brightness-aware theming and a theme colour picker, per-page SEO metadata and lead-capture form builder, custom HTML home-page templates, a support website generator page with export/import, conversion of an existing public website into a GrowERP owner, AI/LLM-readable hosted sites, a Verticals page linking every app store, and DB-fallback product search when OpenSearch is absent.
  7. Localization — user-facing strings across every growerp_* package and app extracted into ARB files and translated, with Thai joining English, Dutch, German, French and Chinese; each package now ships its own l10n.yaml and localization delegate. On top of the apps, a website translation function in the support app translates a whole tenant site into the six languages with Gemini: a translated page is an ordinary wiki page with the locale as its first path segment (nl/about), served at /nl/content/about, so versioning, the markdown twin, SEO caches and tenant editing all work unchanged. Store, category and product names resolve through moqui.basic.LocalizedEntityField; the shared site chrome comes from LocalizedMessage seed rows. Untranslated pages still render in the language the site is written in.
  8. Subscriptions & payments — public plan list, auto-renewal with dunning, trial-expiry renewal with currency conversion, and one-page checkout fixes (spinner, double-submit block, USD→company-currency conversion).
  9. OKF knowledge bundle — OKF v0.1 entity-model exporter, okf_* MCP tools with RAG ingest and artifacts, bundle hosted in the growerp component, browsable/editable through the new growerp_wiki block.
  10. AI platform (ADK/MCP)breaking: MCP screen tools dropped, service-only toolset; tenant-scoped agent jobs; tenant-configurable LLM model defaulting to flash-lite; SSE transport and scheduler fixes; per-tenant interactive chat agents.
  11. CRM & activities — Google Meet bookings and Gemini meeting minutes captured as CRM activities; internal appointment scheduling removed in favour of external calendars; dashboard tiles added for every module (catalog, orders, inventory, accounting, manufacturing, agent control, outreach).
  12. Chat & email — templated chat notification emails with dynamic app names, per-application welcome message, receiver-side unread indicator, selectable message text, N+1 query fix in get#ChatRoom.
  13. Store publishing & CI — central app config (release_config.json) drives every store workflow; iOS/macOS/Windows/Android/Snap publishing unblocked for the new verticals; screenshot tests for the five remaining store apps; integration-test and store-status reports published to GitHub Pages; a merged status workflow with failure drill-down; test slices now fail the job when the run fails (they silently reported success before); the register-button hide scoped to iOS/macOS release builds so store review is covered without breaking local dev and tests.
  14. Android/build — target API 36, Gradle 8.14, AGP 8.11.1, Kotlin 2.2.20; Flutter SDK constraint >=3.33.0 across all packages.
  15. Licensing & packaging — repo relicensed from CC0 1.0 to Apache-2.0; 14 growerp_* packages published to pub.dev with LICENSE, examples and complete dependency declarations.
  16. RefactorclassificationId renamed to applicationId throughout (backend keeps a deprecated alias).

344 commits since 1.16.16 (91 features, 138 fixes).