BoondManager's subscription.

Show:

AB_ADDITIONAL_PRODUCTS

Text

Additional products.

Each product is described by :

  • Type : backupdatabase, ai, api
  • Quota : an integer
  • Type and quota are separated by '_' character

Products are separated by | character.

Example:

"backupdatabase_1|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_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_QUOTA

Json

Quota used.

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