Jump to content
thirty bees forum
  • 0

Supply orders


Mark

Question

Stock/Supply Orders/Edit

Manage the products you want to order from the supplier

This section it says "To add a product to the order, type the first letters of the product name, then select it from the drop-down list"

 

However this doesnt seem to work in either FF or Chrome.

(typing the first few letters of a product doesnt result in a list).

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
6 hours ago, wakabayashi said:

What does the browser console say?

Console reports nothing wrong, with Network providing 200 status responses.

However the list doesn't appear and without the list, we cant attribute a supply order to a product.

Edited by Mark
Link to comment
Share on other sites

  • 0

It works extremely slow. We have about 6500 products and 1000 products from our main supplier.

Products lists appears after 20 seconds and it seriously slows down the server.

Search for reference doesn't work.

version 1.1.0

Edited by xjoy
Link to comment
Share on other sites

  • 0

I have about 20 000 + products, about 15 suppliers and there is maybe 2 or 3 seconds delay. But this ASM isn't working as expected so I don't use this. I still hope that in some day this ASM will be useful.

Edited by led24ee
Link to comment
Share on other sites

  • 0

Any idea how can I track this problem? There is no bug inside (I enabled bugtracking). When profiler is switch on,  dynamic search doesn't work.

I just migrated my shop from Presta 1.6.18 -> 1.6.1.23 -> TB 1.0.8 -> TB 1.1.0

Edited by xjoy
Link to comment
Share on other sites

  • 0

I have a solution.

IN AdminSupplyOrdersController.php  line 2095:

        if ($idSupplier) {
//         $query->where('ps.`id_supplier` = '.$idSupplier.' OR p.`id_supplier` = '.$idSupplier);
            $query->where('ps.`id_supplier` = '.$idSupplier);
        }

Second, add index ALTER TABLE TB_product_supplier ADD INDEX product_supplier_reference_idx (product_supplier_reference);

  • Like 1
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...