Search found 252 matches

by karahan
06 Dec 2021, 12:55
Forum: Discussion
Topic: AJAX field calculation behavior
Replies: 8
Views: 510

Re: AJAX field calculation behavior

Dear Sergey, thank you for quick reply. I tried JS field type and it seems this is not compatible with ajax. The problem is that I have many values which are "brought" to the form by ajax field type and JS field is not responding to these values in calculation. I hope there is a better way...
by karahan
05 Dec 2021, 22:52
Forum: Discussion
Topic: AJAX field calculation behavior
Replies: 8
Views: 510

AJAX field calculation behavior

Hi Sergey, colleagues, I hope you can help me with this strange behavior in ajax field calculation. I have the following code (just to be clear, the code itself is ok and works as expected): $iznos = [2846]; $porez = [2253]; $prerstopa = (100*$porez)/(100+$porez); $item_id = $_GET['item_id']; //$rod...
by karahan
01 Dec 2021, 16:04
Forum: Discussion
Topic: DOCX template
Replies: 2
Views: 251

Re: DOCX template

You are right, I need to check it on version 3.0

However, I am having problem when executing php script for extension update:
extension_update_error.png
Update: I did successfully install extension too. Now I can start testing.
Thanks.
by karahan
30 Nov 2021, 19:23
Forum: Discussion
Topic: DOCX template
Replies: 2
Views: 251

DOCX template

Dear Sergey, collegues, I am having some issues trying to (properly) display my docx template. Somehow the file (partially) displays double-space between rows, like shown below: docx_template.png Of course, I checked and set up template with single space between rows, but this keeps happening. Also,...
by karahan
23 Nov 2021, 15:43
Forum: Suggestions
Topic: Default value in entity ajax type field
Replies: 2
Views: 344

Default value in entity ajax type field

Dear Sergey, would it be possible to implement "default value" for "entity ajax" type field, and to define this value by SQL query? As there are many situations where this would further automate processes, in situations like these: - default currency, - default tax type, - defaul...
by karahan
13 Nov 2021, 19:22
Forum: Discussion
Topic: Dayname in different locale
Replies: 8
Views: 590

Re: Dayname in different locale

Thank you eddydeniro, and sorry for my late reply.
Your solution works perfectly, appreciate it!

Still dont know what was wrong last time...
by karahan
03 Nov 2021, 18:48
Forum: Discussion
Topic: Dayname in different locale
Replies: 8
Views: 590

Re: Dayname in different locale

Anyone has some idea about this problem?
by karahan
02 Nov 2021, 16:53
Forum: Discussion
Topic: Dayname in different locale
Replies: 8
Views: 590

Re: Dayname in different locale

Hi,
just noticed strange behaviour...the dayname (ajax field) is showing one day before the actual date...
Dayname_error.png
Any thoughts why is this happening?

By the way, this is happening for past months...if I choose current month (November) then dayname is correctly shown...

Thanks...
by karahan
15 Oct 2021, 01:53
Forum: Discussion
Topic: Number formatting/alignment in numeric fields
Replies: 2
Views: 298

Re: Number formatting/alignment in numeric fields

Yes, the number is correctly formatted once stored in database and shown in table.

I will try custom css.

Thanks.
by karahan
12 Oct 2021, 18:42
Forum: Discussion
Topic: Number formatting/alignment in numeric fields
Replies: 2
Views: 298

Number formatting/alignment in numeric fields

Hi all, I apology if this has been asked before (I could not find it), but on input in numeric field (like currencies, exchange-rates, prices, amounts), some formatting "on-the-fly" would be useful. For example, default number formatting in application is 2/,/. but in numeric field (for ex...