first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
crear el plan que acepta dos organizaciones o sucursales.
|
||||
|
||||
{
|
||||
"name" : "Pro",
|
||||
"description" : "Optimizá tu tiempo y desarrolla al máximo tu negocio aprovechando el plan pro con soporte para sucursales.",
|
||||
"features" : [
|
||||
"Hasta 2 organizaciones/sucursales",
|
||||
"Sin límite de clientes",
|
||||
"Sin límite de turnos",
|
||||
"Sin límite de colaboradores",
|
||||
"Sin límite de servicios",
|
||||
"Sin límite de repeticiones",
|
||||
"Notificaciones por messenger",
|
||||
"Notificaciones por correo",
|
||||
"Notificaciones por Whatsapp bonificadas",
|
||||
"Incluye el módulo de pagos"
|
||||
],
|
||||
"code" : "AAA+",
|
||||
"price" : NumberInt(30000),
|
||||
"anualPrice" : NumberInt(300000),
|
||||
"limitOrganizations" : NumberInt(2),
|
||||
"limitEmployees" : NumberInt(-1),
|
||||
"limitServices" : NumberInt(-1),
|
||||
"limitAppointments" : NumberInt(-1),
|
||||
"limitClients" : NumberInt(-1),
|
||||
"mailNotifications" : true,
|
||||
"smsNotifications" : false,
|
||||
"wapNotifications" : true,
|
||||
"bot" : false,
|
||||
"active" : false,
|
||||
"dateLimit" : true,
|
||||
"limitRepeats" : NumberInt(-1),
|
||||
"payments" : true
|
||||
}
|
||||
Reference in New Issue
Block a user