TAB_ABONNEMENT Class
BoondManager's subscription.
Properties
- AB_ADDITIONAL_PRODUCTS
- AB_AIDATA
- AB_DEBUT
- AB_FIN
- AB_IS_OVERLAPPED
- AB_MAXAI
- AB_MAXAPI
- AB_MAXESIGNATURE
- AB_MAXNOCODE
- AB_MAXRESSOURCESINTRANET
- AB_MAXRESSOURCESPERMANAGER
- AB_NBCOLLABORATEURS
- AB_NBMANAGERS
- AB_OLDOFFERDATA
- AB_OVERLAP_AIREQUESTS
- AB_OVERLAP_APIREQUESTS
- AB_OVERLAP_ESIGNATURE
- AB_OVERLAP_NOCODE
- AB_TAUXREMISE
- AB_TYPEFACTURATION
- ID_ABONNEMENT
- ID_OFFER
- ID_PRODUCT_ACCOUNT
- ID_PRODUCT_MANAGER
- ID_PRODUCT_RESOURCES
AB_ADDITIONAL_PRODUCTS
TextAdditional 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_IS_OVERLAPPED
TinyintIndicates if the customer have exceeded his quota the last month :
1
: yes0
: no
Default: 0
AB_MAXRESSOURCESINTRANET
SmallintNumber of resources allowed to have an active intranet.
A value of 0
disables this limit.
Default: 0
AB_MAXRESSOURCESPERMANAGER
SmallintNumber 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_TYPEFACTURATION
TinyintBilling type :
0
: Custom
1
: Manager
2
: Resource
3
: Schedule resource
3
: Schedule account
4
: Schedule custom
5
: Schedule manager
Default: 0
ID_PRODUCT_RESOURCES
Int(11)TAB_PRODUIT.ID_PRODUCT_RESOURCES.
Product for delivery intranet.
Default: 0