Forum

[SOLVED] assetmanag...
 
Notifications
Retirer tout

[SOLVED] assetmanagement/contract management

5 Posts
3 Utilisateurs
0 Reactions
3,230 Vu
henning telemann
(@4ce)
Posts: 56
Trusted Member
Début du sujet
 
[#6565]

hi there,

maybe i get something wrong, but after the update i did not see any asset- or contract management.

the asset.php shows only:

class Asset extends AssetMain {

/** ==========================================================================
* Constructor
* @param $id the id of the object in the database (null if not stored yet)
* @return void
*/
function __construct($id = NULL, $withoutDependentObjects=false) {
parent::__construct($id,$withoutDependentObjects);
}

/** ==========================================================================
* Destructor
* @return void
*/
function __destruct() {
parent::__destruct();

is this a bug?


 
Posté : 18/03/2020 10:55 am
(@babynus)
Posts: 14952
Membre Admin
 

Class is correct.
Asset extend AssetMain, which contain all the standard code.

To see Assets Management, you hve to enable to module (in habilitations > Modules)


 
Posté : 19/03/2020 9:31 pm
henning telemann
(@4ce)
Posts: 56
Trusted Member
Début du sujet
 

mea culpa

i did not see it anyway. thank for your assist.

regards


 
Posté : 20/03/2020 1:58 pm
(@rkantos)
Posts: 3
Active Member
 

Is it possible to enable the asset management module in the demo? Thanks


 
Posté : 09/06/2020 7:58 pm
(@babynus)
Posts: 14952
Membre Admin
 

Is it possible to enable the asset management module in the demo? Thanks

Done !


 
Posté : 09/06/2020 8:22 pm
Share:
Retour en haut