Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. This is really not easy to add to the existing behaviour. I don't even know, how FIFO could ever work without multiple locations and generation of picking lists!?
  2. That's the main problem beside of the fact that there are/were serious bugs. In general I can feel you. I had the same issues and questions two years ago. I decided to code my own ERP and changing ASM to our needs. It works great now. But obviously most merchant can't do it and it shouldn't need to do. Actually my main hope to the new owners is, that we get a place to discuss and vote for such bigger projects. No dev can ever build a working ASM without clear requirements. I also had to spend dozens of discussing hours, to understand how things really should work (for us). A dev doesn't automatically consider it a problem, that you can't search fast for the stock quantity as they never did inventory. They may also think, that it's enough to have one location per product. But some merchants (as us) need multiple locations for the same product. The list goes on and on. But only a discussion with a dozen of serious merchant, will show what is important in general and what is more like a specific business usage. Btw such attempts can fail easily as my own example shows: This is true and the main point, why we started to use ASM. But I believe it's not entirely correct. As far as I remember the "usable_quantity" has more an interpretation like: do we have broken items in storage? It's not totally nonsense, but we don't use it too. To exaggerate a bit: ASM was designed as it will become the most powerful erp ever, but was only finished 10%. There are tries to calculate product costs over multiple suppliers, currencies and stuff. 🤔
  3. It's now another month. And I am quite lazy of such topics: @lesley @Messenger Bee Did the negotiations fail? @lesley Can you please remove me as a moderator?
  4. I would guess that tb hast updated your theme files. Which theme are you using?
  5. You can try to talk to you server provider. Did they get hacked? My guess would be, that you use other software on this server and the attacker got in there. Or you are using a bad module. I am no expert on hacking issues. I would strongly consider to "hire" somebody who can understand what happened and probably fix it. The obvious choices would be datakick or traumflug from the forum.
  6. I have heard the words "soon" and "next week" too often. TBH I would be very surprised, if we see any relevant announcement next week. I am no more sure, if we see a deal here, before somebody announces a (serious) fork...
  7. You should check your sever logs (cPanel, Plesk or whatever).
  8. The message says it. You server has a file size limit. So you have to contact the server provider and ask them to higher this setting.
  9. @Madbits I am quite sure, it's the right answer. You have to edit the tpl file, that is rendering your pdf file. I was working the last two weeks extensively on our own invoice template and it always worked like that. Mabye I got the downvote wrong, but in my case the answer is now always on the bottom of the thread. That's why it seemed to me, that you didn't answer at all :S
  10. Just downvoting my answer surely doesn't help 😂
  11. I would guess thats the following line: https://github.com/thirtybees/thirtybees/blob/1.1.x/pdf/invoice.product-tab.tpl#L38 but not completly sure.
  12. With this infos its probably not possible to help. Are you using an external module that is handling the invoice? Otherwise you need to change your theme pdf templates... Which theme do you use?
  13. No. He is probably using attributes...
  14. Probably you should use this: https://stackoverflow.com/questions/7373058/changing-the-selected-option-of-an-html-select-element/7373115
  15. Your code is very unclear to me... What is count? Not sure but maybe you also need something like document.getElementById('group_1').selectedIndex = count;
  16. I am no JS Expert. I normally work with Jquery. But Vanilla JS is completly fine. Maybe a link to the site makes it easier to understand...
  17. This custom code isn't the right place, to add new functionality. This is made for adding external js files (like Google Analytics or so). You can add the js code also in product.tpl. Just use something like: {literal}<script>Your code...</script>{/literal}
  18. It happened to me multiple times, thats why I wrote it 😅
  19. I would say you either look at a test db or an external module is doing a very bad override...
  20. Actually it really should be updated as it's working. Have you sorted by id_order and checked, what the newest value is?
  21. No problem. I understand. You need to adjust your theme. What theme are you using? Edit: you use community-theme-default. Have you tried to update your store to bleeding edge? Search the menu "core updater" and select "bleeding edge" and "1.1.x". Then upgrade. That way you get a lot of bugfixes.
  22. Hello. You should use forum search, before asking such a question. This issue has been reported many times before:
  23. @datakick Sorry. I was wrong. It's working here too...
  24. Same here. Not sure if this was dropped or if it's just a bug.
  25. What is this all about? :S
×
×
  • Create New...