Move POS at end of top menu
This commit is contained in:
parent
1617f3c62a
commit
b476153b8b
@ -100,7 +100,7 @@ class modCashDesk extends DolibarrModules
|
||||
'mainmenu'=>'cashdesk',
|
||||
'url'=>'/cashdesk/index.php?user=__LOGIN__',
|
||||
'langs'=>'cashdesk', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
||||
'position'=>100,
|
||||
'position'=>900,
|
||||
'enabled'=>'$conf->cashdesk->enabled',
|
||||
'perms'=>'$user->rights->cashdesk->use', // Use 'perms'=>'1' if you want your menu with no permission rules
|
||||
'target'=>'pointofsale',
|
||||
|
||||
@ -562,7 +562,7 @@ Module39000Desc=Lot or serial number, eat-by and sell-by date management on prod
|
||||
Module50000Name=PayBox
|
||||
Module50000Desc=Module to offer an online payment page by credit card with PayBox
|
||||
Module50100Name=Point of sales
|
||||
Module50100Desc=Point of sales module
|
||||
Module50100Desc=Point of sales module (POS).
|
||||
Module50200Name=Paypal
|
||||
Module50200Desc=Module to offer an online payment page by credit card with Paypal
|
||||
Module50400Name=Accounting (advanced)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user