Update demo profiles
This commit is contained in:
parent
4773c81ae1
commit
6d50cc1899
@ -104,7 +104,8 @@ DemoFundation=Manage members of a foundation
|
||||
DemoFundation2=Manage members and bank account of a foundation
|
||||
DemoCompanyServiceOnly=Company or freelance selling service only
|
||||
DemoCompanyShopWithCashDesk=Manage a shop with a cash desk
|
||||
DemoCompanyProductAndStocks=Company selling products with a shop
|
||||
DemoCompanyProductAndStocks=Shop selling products with Point Of Sales
|
||||
DemoCompanyManufacturing=Company manufacturing products
|
||||
DemoCompanyAll=Company with multiple activities (all main modules)
|
||||
CreatedBy=Created by %s
|
||||
ModifiedBy=Modified by %s
|
||||
|
||||
BIN
htdocs/public/demo/demo-profile-health.jpg
Normal file
BIN
htdocs/public/demo/demo-profile-health.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
htdocs/public/demo/demo-profile-manufacturing.jpg
Normal file
BIN
htdocs/public/demo/demo-profile-manufacturing.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB |
@ -73,17 +73,17 @@ if (empty($reshook))
|
||||
'icon'=>DOL_URL_ROOT.'/public/demo/demo-profile-service.jpg',
|
||||
'url'=>$url
|
||||
),
|
||||
array('default'=>'0', 'key'=>'profmanufacture','label'=>'DemoCompanyManufacturing',
|
||||
'disablemodules'=>'adherent,contrat,don,externalsite,ficheinter,ftp,mailmanspip,prelevement,service',
|
||||
'icon'=>DOL_URL_ROOT.'/public/demo/demo-profile-manufacturing.jpg',
|
||||
'url'=>$url
|
||||
),
|
||||
array('default'=>'0', 'key'=>'profdemoprodstock','label'=>'DemoCompanyProductAndStocks',
|
||||
'disablemodules'=>'adherent,contrat,don,externalsite,ficheinter,ftp,mailmanspip,prelevement,service',
|
||||
'disablemodules'=>'adherent,bom,contrat,don,externalsite,ficheinter,ftp,mailmanspip,mrp,prelevement,service',
|
||||
//'icon'=>DOL_URL_ROOT.'/public/demo/dolibarr_screenshot2.png',
|
||||
'icon'=>DOL_URL_ROOT.'/public/demo/demo-profile-product.jpg',
|
||||
'url'=>$url
|
||||
),
|
||||
array('default'=>'-1', 'key'=>'profdemofun','label'=>'DemoFundation',
|
||||
'disablemodules'=>'banque,barcode,bom,cashdesk,commande,commercial,compta,comptabilite,contrat,expedition,externalsite,ficheinter,ftp,incoterm,mailmanspip,margin,mrp,prelevement,product,productbatch,projet,propal,propale,service,societe,stock,tax,takepos',
|
||||
'icon'=>DOL_URL_ROOT.'/public/demo/dolibarr_screenshot6.png',
|
||||
'url'=>$url
|
||||
),
|
||||
array('default'=>'0', 'key'=>'profdemofun2','label'=>'DemoFundation2',
|
||||
'disablemodules'=>'barcode,cashdesk,bom,commande,commercial,compta,comptabilite,contrat,expedition,externalsite,ficheinter,ftp,incoterm,mailmanspip,margin,mrp,prelevement,product,productbatch,projet,propal,propale,service,societe,stock,tax,takepos',
|
||||
//'icon'=>DOL_URL_ROOT.'/public/demo/dolibarr_screenshot6.png',
|
||||
@ -92,7 +92,7 @@ if (empty($reshook))
|
||||
),
|
||||
// All demo profile
|
||||
array('default'=>'0', 'key'=>'profdemoall','label'=>'ChooseYourDemoProfilMore',
|
||||
'disablemodules'=>'adherent,don,externalsite,mailmanspip,takepos',
|
||||
'disablemodules'=>'adherent,cashdesk,don,externalsite,mailmanspip',
|
||||
//'icon'=>DOL_URL_ROOT.'/public/demo/dolibarr_screenshot9.png'
|
||||
'icon'=>DOL_URL_ROOT.'/public/demo/demo-profile-all.jpg'
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user