andriux1990
andriux1990
this when we will integrate it
this does not work
> > this does not work > > Let's work on this @ andriux1990 let's support this functionality, Friend shares the change we made for different prices by location. I...
The second screen works very well .. it just lacks a little design in the aspect and some ajax
> simplescreenrecorder-2021-12-23_14.28.24.mp4 I've been working hard, changing my ospos view for a few months. and I have seen that in ospos master we are behind with bootstrap, since bootstrap is...
@jekkos I'm making these changes ... you correct me if I don't do something right ... I've always done things my way. it's not the best but it has worked...
@jekkos I'm still investigating how to do it ... but I still haven't had results
Controller/items.php public function search() { $search = $this->input->get('search'); $limit = $this->input->get('limit'); $offset = $this->input->get('offset'); $sort = $this->input->get('sort'); $order = $this->input->get('order'); $this->item_lib->set_item_location($this->input->get('stock_location')); $definition_names = $this->Attribute->get_definitions_by_flags(Attribute::SHOW_IN_ITEMS); $filters = array('start_date' => $this->input->get('start_date'), 'end_date'...
Add tables to database ALTER TABLE `ospos_employees` ADD COLUMN `item_new` tinyint(1) DEFAULT 1, ADD COLUMN `item_edit` tinyint(1) DEFAULT 1, ADD COLUMN `item_delete` tinyint(1) DEFAULT 1, ADD COLUMN `item_details` tinyint(1) DEFAULT...
view/employees/form --> Inventario checked > Nuevo checked > Editar checked > Borrar checked > Historial del producto checked > Agregar/Sustraer checked > Mostrar precio de Costo