local:shop:setup:products

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
local:shop:setup:products [2018/02/14 20:47]
florence
local:shop:setup:products [2024/05/14 15:39] (current)
Line 1: Line 1:
 +<​html><​!-- nomoodle --></​html>​{{ :​logo-apl.png?​nolink |}}<​html><​!-- /nomoodle --></​html>​
 =====Back Office : Configuration and implementation of a commercial offer===== =====Back Office : Configuration and implementation of a commercial offer=====
 =====Configurer des produits simples===== =====Configurer des produits simples=====
Line 108: Line 109:
  
  
-**Generic handler: Enrol me to a course**+===Generic handler: Enrol me to a course===
  
 Settings Settings
  
-'​coursename=<​%course shortname%>'​+    ​'​coursename=<​%course shortname%>'​
  
 the course shortname as defined by course creator. this is supposed to be unique and always present. the course shortname as defined by course creator. this is supposed to be unique and always present.
  
-'role=<%role shortname%>'​+//Exemple : coursename=courseshortname&​customersupport=coursesupportshortname//​
  
-the role that will be assigned to customer in the ocurse 
  
-'​duration=<​%enrol duration in days%>'​+    '​role=<​%role shortname%>'​ 
 + 
 +the role that will be assigned to customer in the course 
 + 
 +//​Exemple ​ : coursename=courseshortname&​supervisor=teacher2//​ 
 + 
 + 
 +    ​'​duration=<​%enrol duration in days%>'​
  
 the real start/end dates of the enrol will be calculated from the time the handler is run. the real start/end dates of the enrol will be calculated from the time the handler is run.
  
-**Generic handler: Setup a course session**+//​Exemple ​ : coursename=courseshortname&​duration=180//​ 
 + 
 + 
 +===Generic handler: Setup a course session===
  
 Settings Settings
  
-'​coursename=<​%course shortname%>'​+    ​'​coursename=<​%course shortname%>'​
  
 the course shortname as defined by course creator. this is supposed to be unique and always present. the course shortname as defined by course creator. this is supposed to be unique and always present.
Line 136: Line 146:
 This allows designating the exact role that will be assigned for supervisors. This allows designating the exact role that will be assigned for supervisors.
  
-'​duration=<​%enrol duration in days%>'​+    ​'​duration=<​%enrol duration in days%>'​
  
 the real start/end dates of the enrol will be calculated from the time the handler is run. the real start/end dates of the enrol will be calculated from the time the handler is run.
  
-**Generic handler: Course creation (Pro version)**+===Generic handler: Course creation (Pro version)===
  
 Settings Settings
  
-'​template=<​%course template shortname%>'​+    ​'​template=<​%course template shortname%>'​
  
 The shortname of an existing course considered as template for course. The shortname is unique and is always present in Moodle. Check there is a prepared backup of the course in the ocurse backup area. The shortname of an existing course considered as template for course. The shortname is unique and is always present in Moodle. Check there is a prepared backup of the course in the ocurse backup area.
  
-'​coursecategory=<​%course category id%>'​+ '​coursecategory=<​%course category id%>'​
  
 This will tune where the new course will be created. Note that the product owner MUST have course creation capability in the designated category for the operation to succeed. This will tune where the new course will be created. Note that the product owner MUST have course creation capability in the designated category for the operation to succeed.
  
-'​duration=<​%duration in days%>'​+    ​'​duration=<​%duration in days%>'​
  
 Duration is calculated from the purchase date and affects the teacher account enrol and is stored in the product metadata stub to calculate product obsolescence and trigger end of life action. Duration is calculated from the purchase date and affects the teacher account enrol and is stored in the product metadata stub to calculate product obsolescence and trigger end of life action.
  
-**Generic handler: Course category creation (Pro version)**+===Generic handler: Course category creation (Pro version)===
  
 Settings Settings
  
-'​parentcategory=<​%categoryid%>'​+    ​'​parentcategory=<​%categoryid%>'​
  
 The parent category to which the created category will be attached to. The product owner needs to be manager of the category or have the relevant permissions. The parent category to which the created category will be attached to. The product owner needs to be manager of the category or have the relevant permissions.
  
-**Generic handler: Assign a role in a context**+===Generic handler: Assign a role in a context===
  
 Settings Settings
  
-'​contextlevel=<​%contextlevelID%>'​ (10 = system, 40 = category, 50 = course, 70 = module, 80 = block)+    ​'​contextlevel=<​%contextlevelID%>'​ (10 = system, 40 = category, 50 = course, 70 = module, 80 = block)
  
 The context level. The context level.
  
-'​instance=<​%instanceID%>'​+    ​'​instance=<​%instanceID%>'​
  
 The ID of the instance attached to the context. Irrelevant for system context. The ID of the instance attached to the context. Irrelevant for system context.
  
-'​role=<​%roleshortname%>'​+    ​'​role=<​%roleshortname%>'​
  
 the shortname of the role to assign. A capability check will be performed on product owner to actually execute the product handler. the shortname of the role to assign. A capability check will be performed on product owner to actually execute the product handler.
Line 182: Line 192:
  
  
-//Exemple pour un seul produit : Nom abrégé du parcours concerné (shortname),​ et nom du cours support client concerné (shortname) : coursename=nom-abrégé-du-cours&​customersupport= nom-abrégé-du-cours-support//​ +   ​* ​ ** Quantity addresses user seats :** Choisir dans la liste déroulante : No, One seat per order, ye
- +
-//Exemple pour un produit vendu par 10 dont les sièges sont assignés aux apprenants après la vente du produit de formation : packsize=100&​courselist= nom-abrégé-du-cours&​customersupport= nom-abrégé-du-cours-support//​ +
- +
-    * **courselist :** Nom abrégé du cours, si plusieurs les séparer par des virgules. +
- +
-//​Exemple ​ pour un  produit constitué de  plusieurs produits différents : (tjrs au même prix unitaire chacun), on sépare dans courselist les produits accessibles par des virgules : packsize=10&​courselist=nom-abrégé-du-cours1,​nom-abrégé-du-cours2,​nom-abrégé-du-cours3&​customersupport=nom-abrégé-du-cours-support//​ +
- +
-//Nota :// remplacer courselist liste des items : possible par un pattern MySQL +
-//select a% tous les produits qui commence par a +
-Exemple ​ : courselist=a%//​ +
- +
-   *  **Paramètres supplémentaires :** Affectation d’un rôle qui n’est pas celui par défaut dans le parcours : teacher (enseignant)  +
- +
- +
-//Exemple : &​supervisor=teacher2 ou autre exemple &​supervisor=coursecreator//​ +
- +
- +
-   ​* ​ **La quantité adresse des sièges ​:** Choisir dans la liste déroulante :  +
- +
- Non : Pour un seul produit +
- +
- Oui : Pour plusieurs produits +
- +
- Non : pour un lot car les sièges sont affectés plus tard +
- +
- Un siège par ordre d’achat : en cas de vente à la durée d’un produit par exemple. +
- +
- +
-   ​* ​ **Renouvelable :** Cocher ou non la case+
  
-//​Lorsqu'​un produit est marqué comme renouvelable,​ cela suppose qu'une durée de vie du produit a pu être définie, comptée à partir de la date d'​achat (en général). ​ 
  
-Ceci doit être géré par le gestionnaire d'​achat lié au produit, et paramétré en interne par des paramètres du gestionnaire.+   ​* ​ **can renew :** Check if a product is renewable
  
-Tous les gestionnaires standard ne supportent pas nécessairement la notion de duréeLorsque cette option est utiliséeles interfaces ​clientes activeront les notifications du cycle de vie du produitet permettront de renouveler l'​achat du même produit pour en étendre la durée. Le client devra alors fournir son code produit disponible dans son interface de support client.//+//When a product is set as renewable, it may be defined with a product duration from the purchase dateThis should be handled by the product purchase handler and setup through an internal handler parameter. All handlers do not support duration. When enabledthe customer account ​interfaces ​will support product end of period notificationand purchasing agin the product with a reference ​code will extend the period on the same product instance.//
  
-   ​* ​ **Conditions de vente et d’utilisation :** Si  spécifique au produit sinon ce sont les conditions générales définie dans les réglages du plugin qui s'​appliquent. 
  
-{{ :​local:​shop:​setup:​5-automation.png?​nolink&​850 ​|}}+{{ :​local:​shop:​setup:​5-automation.png?​nolink |}}
  
 ---- ----
local/shop/setup/products.1518637679.txt.gz · Last modified: 2024/04/04 15:50 (external edit)