Debug module reception
This commit is contained in:
parent
1c558c685c
commit
46b0545c4a
@ -16,8 +16,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/admin/confexped.php
|
* \file htdocs/admin/reception_setup.php
|
||||||
* \ingroup produit
|
* \ingroup reception
|
||||||
* \brief Page to setup reception module
|
* \brief Page to setup reception module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -27,13 +27,10 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/reception.lib.php';
|
|||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/reception/class/reception.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/reception/class/reception.class.php';
|
||||||
|
|
||||||
$langs->load("admin");
|
$langs->loadLangs(array("admin", "receptions", 'other'));
|
||||||
$langs->load("receptions");
|
|
||||||
$langs->load('other');
|
|
||||||
|
|
||||||
|
|
||||||
if (!$user->admin)
|
if (!$user->admin) accessforbidden();
|
||||||
accessforbidden();
|
|
||||||
|
|
||||||
$action=GETPOST('action', 'alpha');
|
$action=GETPOST('action', 'alpha');
|
||||||
$value=GETPOST('value', 'alpha');
|
$value=GETPOST('value', 'alpha');
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
# Dolibarr language file - Source file is en_US - receptions
|
# Dolibarr language file - Source file is en_US - receptions
|
||||||
|
ReceptionsSetup=Product Reception setup
|
||||||
RefReception=Ref. reception
|
RefReception=Ref. reception
|
||||||
Reception=Reception
|
Reception=Reception
|
||||||
Receptions=Receptions
|
Receptions=Receptions
|
||||||
AllReceptions=All Receptions
|
AllReceptions=All Receptions
|
||||||
Reception=Reception
|
Reception=Product reception
|
||||||
Receptions=Receptions
|
Receptions=Reception
|
||||||
ShowReception=Show Receptions
|
ShowReception=Show Receptions
|
||||||
ReceptionsArea=Receptions area
|
ReceptionsArea=Receptions area
|
||||||
ListOfReceptions=List of receptions
|
ListOfReceptions=List of receptions
|
||||||
@ -40,3 +41,5 @@ ReceptionLine=Reception line
|
|||||||
ProductQtyInReceptionAlreadySent=Product quantity from open sales order already sent
|
ProductQtyInReceptionAlreadySent=Product quantity from open sales order already sent
|
||||||
ProductQtyInSuppliersReceptionAlreadyRecevied=Product quantity from open supplier order already received
|
ProductQtyInSuppliersReceptionAlreadyRecevied=Product quantity from open supplier order already received
|
||||||
ValidateOrderFirstBeforeReception=You must first validate the order before being able to make receptions.
|
ValidateOrderFirstBeforeReception=You must first validate the order before being able to make receptions.
|
||||||
|
ReceptionsNumberingModules=Numbering module for receptions
|
||||||
|
ReceptionsReceiptModel=Document templates for receptions
|
||||||
Loading…
Reference in New Issue
Block a user