Jump to content

How to create instance from BO/Orders view?


Recommended Posts

I like to create several modified versions of the Orders view in back office - how can I achieve this? If I'm right, then a module have to be derived from ModuleAdminController, but I like to reuse AdminOrdersControllerCore (controllers/admin/AdminOrdersController.php). Is it possible?

 

The aim is to create some kind of ERP: I working at a manufacturer and I need to give a simplified orders view to the colleagues with different columns hidden/added like the image?

 

kpuUfO8.png

 

I did it by creating a module and copied the constructor of AdminOrdersControllerCore to it and modified. Showing the results works, but nothing more - if I clicking on the lines, it doesn't opens up the detailed view of the order.
 

Edited by bimlas (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...