Work on MRP module
This commit is contained in:
parent
2b57d486dc
commit
0f2b36bb82
@ -17,3 +17,6 @@ DeleteBillOfMaterials=Delete Bill Of Materials
|
|||||||
ConfirmDeleteBillOfMaterials=Are you sure you want to delete this Bill Of Material?
|
ConfirmDeleteBillOfMaterials=Are you sure you want to delete this Bill Of Material?
|
||||||
MenuMRP=Manufacturing Orders
|
MenuMRP=Manufacturing Orders
|
||||||
NewMO=New Manufacturing Order
|
NewMO=New Manufacturing Order
|
||||||
|
QtyToProduce=Qty to produce
|
||||||
|
DateStartPlannedMo=Date start planned
|
||||||
|
DateEndPlannedMo=Date end planned
|
||||||
@ -190,7 +190,7 @@ if ($action == 'create')
|
|||||||
|
|
||||||
dol_fiche_head(array(), '');
|
dol_fiche_head(array(), '');
|
||||||
|
|
||||||
print '<table class="border centpercent">'."\n";
|
print '<table class="border centpercent tableforfieldcreate">'."\n";
|
||||||
|
|
||||||
// Common attributes
|
// Common attributes
|
||||||
include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_add.tpl.php';
|
include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_add.tpl.php';
|
||||||
|
|||||||
@ -60,6 +60,19 @@ span.butAction, span.butActionDelete {
|
|||||||
/* text-align: center; New button are on right of screen */
|
/* text-align: center; New button are on right of screen */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tableforfieldcreate a.butActionNew>span.fa-plus-circle, a.butActionNew>span.fa-plus-circle:hover,
|
||||||
|
span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
|
||||||
|
a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
|
||||||
|
span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
|
||||||
|
a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
|
||||||
|
span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
|
||||||
|
a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
|
||||||
|
span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover {
|
||||||
|
font-size: 1em;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
a.butActionNew>span.fa-plus-circle, a.butActionNew>span.fa-plus-circle:hover,
|
a.butActionNew>span.fa-plus-circle, a.butActionNew>span.fa-plus-circle:hover,
|
||||||
span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
|
span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
|
||||||
a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
|
a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
|
||||||
@ -68,7 +81,10 @@ a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
|
|||||||
span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
|
span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
|
||||||
a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
|
a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
|
||||||
span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover {
|
span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover {
|
||||||
padding-<?php echo $left; ?>: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none;
|
padding-<?php echo $left; ?>: 6px;
|
||||||
|
font-size: 1.5em;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none; webkit-box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.butAction:hover {
|
.butAction:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user