YetiForceCompany / YetiForceCRM

Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
https://yetiforce.com
Other
1.74k stars 749 forks source link

[PL][bug] Faktura kosztowa - edycja - jednostki produktów nie są wyświetlane #12744

Closed vdpawel closed 4 years ago

vdpawel commented 4 years ago

🐞 bug report

⁉️ Describe the bug

W module faktury kosztowe, po dodaniu produktu w edycji, nie jest wyświetlana jednostka (kg/szt./itp.).

🔥 How to trigger the error

Faktury kosztowe -> dodaj rekord -> dodaj produkt = jednostka nie jest wyświetlana na liście produktów

there is no view of unit

👍 Expected Behavior

Po dodaniu produktu podczas edycji faktury kosztowej, jednostka będzie od razu widoczna na liście.

👷 Testing

vovpff commented 4 years ago

Looks like mapping line missed in _invmap table for this module

vdpawel commented 4 years ago

In my database, the table "u_yf_finvoicecost_invmap" is empty.

vovpff commented 4 years ago

@vdpawel you can fill it manually. Check other _invmap tables for example. In case your system was installed without troubles this tables should be filled.

vdpawel commented 4 years ago

After adding the appropriate records to the database, displaying units began to work.

INSERT INTO u_yf_finvoicecost_invmap (module, field, tofield) VALUES ('Products', 'subunit', 'subunit'), ('Products', 'usageunit', 'unit'), ('Services', 'service_usageunit', 'unit')

This table was not completed after installation in versions 5.2 and 5.3 and updates.

Thank you for your help.

vovpff commented 4 years ago

@vdpawel offtopic: animal ar right bottom corner. What is it?

mariuszkrzaczkowski commented 4 years ago

https://chomikuj.pl/ChomikBox.aspx

vovpff commented 4 years ago

@mariuszkrzaczkowski cloud storage?

mariuszkrzaczkowski commented 4 years ago

@vovpff yes

konadrian commented 4 years ago

Obecna wersja gitdeveloper, wszystko działa poprawnie korekta