dolibarr 19.0.3
|
Parent class for number ref generators. More...
Public Member Functions | |
getNom ($langs) | |
Return model name TODO Replace with getName() | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
info ($langs) | |
Returns the default description of the numbering template. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Parent class for number ref generators.
Definition at line 29 of file commonnumrefgenerator.class.php.
CommonNumRefGenerator::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Object | $object | Object we need next value for |
Reimplemented in mod_asset_standard, mod_bom_standard, mod_chequereceipt_mint, mod_commande_fournisseur_muguet, mod_commande_marbre, mod_contract_serpis, mod_delivery_jade, mod_evaluation_standard, mod_expedition_safor, mod_expensereport_jade, mod_facture_fournisseur_cactus, mod_facture_mars, mod_facture_terre, mod_holiday_madonna, mod_lot_standard, mod_member_advanced, mod_member_simple, mod_mo_standard, mod_myobject_standard, mod_pacific, mod_partnership_standard, mod_payment_cicada, mod_project_simple, mod_propale_marbre, mod_reception_beryl, mod_recruitmentcandidature_standard, mod_recruitmentjobposition_standard, mod_sn_standard, mod_stocktransfer_standard, mod_supplier_payment_bronan, mod_supplier_proposal_marbre, mod_takepos_ref_simple, mod_task_simple, mod_ticket_simple, and mod_workstation_standard.
Definition at line 106 of file commonnumrefgenerator.class.php.
CommonNumRefGenerator::getName | ( | $langs | ) |
Return model name.
Translate | $langs | Object langs |
Definition at line 73 of file commonnumrefgenerator.class.php.
References name.
Referenced by ModeleNumRefMembers\getToolTip().
CommonNumRefGenerator::getNom | ( | $langs | ) |
Return model name TODO Replace with getName()
Translate | $langs | Object langs |
Definition at line 63 of file commonnumrefgenerator.class.php.
References name.
Referenced by ModeleNumRefBarCode\getToolTip(), ModeleProductCode\getToolTip(), and ModeleThirdPartyCode\getToolTip().
CommonNumRefGenerator::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 116 of file commonnumrefgenerator.class.php.
Referenced by ModeleAccountancyCode\getToolTip(), ModeleNumRefBarCode\getToolTip(), ModeleNumRefMembers\getToolTip(), ModeleProductCode\getToolTip(), and ModeleThirdPartyCode\getToolTip().
CommonNumRefGenerator::info | ( | $langs | ) |
Returns the default description of the numbering template.
Translate | $langs | Language |
Reimplemented in mod_arctic, mod_asset_advanced, mod_asset_standard, mod_barcode_product_standard, mod_barcode_thirdparty_standard, mod_bom_advanced, mod_bom_standard, mod_chequereceipt_mint, mod_chequereceipt_thyme, mod_codeclient_elephant, mod_codeclient_leopard, mod_codeclient_monkey, mod_codecompta_aquarium, mod_codecompta_digitaria, mod_codecompta_panicum, mod_codeproduct_elephant, mod_codeproduct_leopard, mod_commande_fournisseur_muguet, mod_commande_fournisseur_orchidee, mod_commande_marbre, mod_commande_saphir, mod_contract_magre, mod_contract_olive, mod_contract_serpis, mod_delivery_jade, mod_delivery_saphir, mod_evaluation_advanced, mod_evaluation_standard, mod_expedition_ribera, mod_expedition_safor, mod_expensereport_jade, mod_expensereport_sand, mod_facture_fournisseur_cactus, mod_facture_fournisseur_tulip, mod_facture_mars, mod_facture_mercure, mod_facture_terre, mod_holiday_immaculate, mod_holiday_madonna, mod_lot_advanced, mod_lot_free, mod_lot_standard, mod_member_advanced, mod_member_simple, mod_mo_advanced, mod_mo_standard, mod_myobject_advanced, mod_myobject_standard, mod_pacific, mod_partnership_advanced, mod_partnership_standard, mod_payment_ant, mod_payment_cicada, mod_project_simple, mod_project_universal, mod_propale_marbre, mod_propale_saphir, mod_reception_beryl, mod_reception_moonstone, mod_recruitmentcandidature_advanced, mod_recruitmentcandidature_standard, mod_recruitmentjobposition_advanced, mod_recruitmentjobposition_standard, mod_sn_advanced, mod_sn_free, mod_sn_standard, mod_stocktransfer_advanced, mod_stocktransfer_standard, mod_supplier_payment_brodator, mod_supplier_payment_bronan, mod_supplier_proposal_marbre, mod_supplier_proposal_saphir, mod_takepos_ref_simple, mod_takepos_ref_universal, mod_task_simple, mod_task_universal, mod_ticket_simple, mod_ticket_universal, mod_workstation_advanced, and mod_workstation_standard.
Definition at line 94 of file commonnumrefgenerator.class.php.
CommonNumRefGenerator::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 83 of file commonnumrefgenerator.class.php.