diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang index 052b1b25859..640199588ab 100644 --- a/htdocs/langs/en_US/other.lang +++ b/htdocs/langs/en_US/other.lang @@ -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 diff --git a/htdocs/public/demo/demo-profile-health.jpg b/htdocs/public/demo/demo-profile-health.jpg new file mode 100644 index 00000000000..b08e2a52553 Binary files /dev/null and b/htdocs/public/demo/demo-profile-health.jpg differ diff --git a/htdocs/public/demo/demo-profile-manufacturing.jpg b/htdocs/public/demo/demo-profile-manufacturing.jpg new file mode 100644 index 00000000000..6b5bc0d4854 Binary files /dev/null and b/htdocs/public/demo/demo-profile-manufacturing.jpg differ diff --git a/htdocs/public/demo/dolibarr_screenshot2.png b/htdocs/public/demo/dolibarr_screenshot2.png deleted file mode 100644 index adb7788e677..00000000000 Binary files a/htdocs/public/demo/dolibarr_screenshot2.png and /dev/null differ diff --git a/htdocs/public/demo/dolibarr_screenshot6.png b/htdocs/public/demo/dolibarr_screenshot6.png deleted file mode 100644 index f9ededd38fc..00000000000 Binary files a/htdocs/public/demo/dolibarr_screenshot6.png and /dev/null differ diff --git a/htdocs/public/demo/dolibarr_screenshot8.png b/htdocs/public/demo/dolibarr_screenshot8.png deleted file mode 100644 index eb520a9166f..00000000000 Binary files a/htdocs/public/demo/dolibarr_screenshot8.png and /dev/null differ diff --git a/htdocs/public/demo/dolibarr_screenshot9.png b/htdocs/public/demo/dolibarr_screenshot9.png deleted file mode 100644 index d6765506f74..00000000000 Binary files a/htdocs/public/demo/dolibarr_screenshot9.png and /dev/null differ diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index d4b24579446..7a962a15b79 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -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' )