BoondManager's subscription.

Show:

AB_ADDITIONAL_PRODUCTS

Text

Additional products.

Each product is described by :

  • Type : backupbdd, ai, api
  • Quota : an integer (except if type is backupbdd then there is no quota
  • Type and quota are separated by '_' character

Products are separated by | character.

Example:

"backupbdd|ai_100"

AB_AIDATA

Json

AI Data used.

AB_DEBUT

Date

Start.


Default: null

AB_FIN

Date

End.


Default: null

AB_IS_OVERLAPPED

Tinyint

Indicates if the customer have exceeded his quota the last month :

  • 1 : yes
  • 0 : no


Default: 0

AB_MAXAI

Int(11)

Number of ai requests allowed per user and per month


Default: 0

AB_MAXAPI

Int(11)

Number of api requests allowed per user and per month


Default: 0

AB_MAXESIGNATURE

Int(11)

Number of signed documents allowed per user and per month


Default: 0

AB_MAXNOCODE

Int(11)

Number of allowed apps no code


Default: 0

AB_MAXRESSOURCESINTRANET

Smallint

Number of resources allowed to have an active intranet.

A value of 0 disables this limit.


Default: 0

AB_MAXRESSOURCESPERMANAGER

Smallint

Number of resources allowed to be created following the number of actives managers.


Default: 0

AB_NBCOLLABORATEURS

Int(11)

Number of employees (managers + resources with an intranet) allowed to be active.


Default: 0

AB_NBMANAGERS

Int(11)

Number of managers allowed to be active.


Default: 0

AB_OLDOFFERDATA

Json

Old subscription data.

AB_OVERLAP_AIREQUESTS

Tinyint

Allow exceeding api requests


Default: 0

AB_OVERLAP_APIREQUESTS

Tinyint

Allow exceeding api requests


Default: 0

AB_OVERLAP_ESIGNATURE

Tinyint

Allow exceeding api requests


Default: 0

AB_OVERLAP_NOCODE

Tinyint

Allow exceeding apps no code


Default: 0

AB_TAUXREMISE

Decimal(15,5)

Discount rate.


Default: 0

AB_TYPEFACTURATION

Tinyint

Billing type : 0 : Custom 1 : Manager 2 : Resource 3 : Schedule resource 3 : Schedule account 4 : Schedule custom 5 : Schedule manager


Default: 0

ID_ABONNEMENT

Int(11)

Unique identifier.

ID_OFFER

Int(11)

TAB_OFFER.ID_OFFER.

Customer.


Default: 0

ID_PRODUCT_ACCOUNT

Int(11)

TAB_PRODUIT.ID_PRODUCT_ACCOUNT.

Product for delivery account.


Default: 0

ID_PRODUCT_MANAGER

Int(11)

TAB_PRODUIT.ID_PRODUCT_MANAGER.

Product for delivery manager.


Default: 0

ID_PRODUCT_RESOURCES

Int(11)

TAB_PRODUIT.ID_PRODUCT_RESOURCES.

Product for delivery intranet.


Default: 0