Skip to content

remp2020/crm-clv-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRM CLV Module

Translation status @ Weblate

Installing module

We recommend using Composer for installation and update management.

composer require remp/crm-clv-module

Enabling module

Add installed extension to your app/config/config.neon file.

extensions:
	- Crm\ClvModule\DI\ClvModuleExtension

Usage

To compute customer-lifetime-value (CLV) for your users, schedule command clv:compute to be run periodically (depending on how often you want CLVs to be refreshed), e.g. using cron.