ItEr55S11RFAspectosGraficosRecursoLimitantesItEr54S12: Created entry poing and hidden perspective for limiting resources window
This commit is contained in:
parent
d3eb02cecb
commit
39ca0a1321
4 changed files with 14 additions and 1 deletions
|
|
@ -197,10 +197,11 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
subItem(_("Company view"), "/planner/index.zul;company_scheduling","01-introducion.html"),
|
||||
subItem(_("General resource allocation"),"/planner/index.zul;company_load","01-introducion.html#id1"),
|
||||
subItem(_("Orders list"), "/planner/index.zul;orders_list","01-introducion.html#id2"),
|
||||
// FIX: Temporary hidden in main menu
|
||||
// subItem(_("Limiting resources"),"/planner/index.zul;limiting_resources","01-introducion.html"),
|
||||
subItem(_("Templates list"), "/templates/templates.zul", ""),
|
||||
subItem(_("Subcontracted tasks list"), "/subcontract/subcontractedTasks.zul", ""),
|
||||
subItem(_("Report advances"), "/subcontract/reportAdvances.zul", ""));
|
||||
|
||||
topItem(_("Resources"), "/resources/worker/worker.zul", "",
|
||||
subItem(_("Workers List"), "/resources/worker/worker.zul","05-recursos.html#xesti-n-de-traballadores"),
|
||||
subItem(_("Machines List"), "/resources/machine/machines.zul","05-recursos.html#xesti-n-de-m-quinas"),
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ public interface IGlobalViewEntryPoints {
|
|||
@EntryPoint("company_load")
|
||||
public void goToCompanyLoad();
|
||||
|
||||
@EntryPoint("limiting_resources")
|
||||
public void goToLimitingResources();
|
||||
|
||||
@EntryPoint("orders_list")
|
||||
public void goToOrdersList();
|
||||
|
||||
|
|
|
|||
|
|
@ -393,4 +393,9 @@ public class MultipleTabsPlannerController implements Composer,
|
|||
orderCRUDController.highLight(orderElement);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void goToLimitingResources() {
|
||||
getTabsRegistry().show(limitingResourcesTab);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1052,6 +1052,10 @@ span.z-dottree-line {
|
|||
.perspective-active.limiting-resources .z-button-cm {
|
||||
background-image: url(../img/ico_order-load.png);
|
||||
}
|
||||
.perspective.limiting-resources {
|
||||
/* FIX: Temporary disabled */
|
||||
display: none;
|
||||
}
|
||||
.perspective.order-limiting-resources {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue