jekkos

Results 480 comments of jekkos

@objecttothis I think there is already a variant that allows you to use the language lines in `printf` fashion.. it's in the MY_Lang.php extension in fact. But indeed I guess...

Ok then we should look at how items in an item kit are added and whether they have the item_type set in the cart?

@objecttothis It seems this branch has some changes that are already in the import branch? Do you want me to have a look and sync it with latest master? Maybe...

Might be related to the form validation that is not triggered? There is this greying out we did for the double submit issue. It might be related to that. The...

Or it could also be related to locale parsing on the backend. There is a format validator for the amount field that checks whether it can parse the amount. Maybe...

@daN4cat I can't imagine the form validation not being triggered once you submit the form? Are you sure it's due to the blur() event not being fired? We did add...

Release is done now.

yes this is probably something I'd like to add to the application any time soon. Especially for the sales / receivings screen, some employees might only be able to create...

That is how it's always been, when adding an item and clicking submit, it should appear directly as a new order line in receivings screen. This functionality might be broken...