Search found 237 matches

by karahan
15 Aug 2023, 12:30
Forum: Discussion
Topic: XML format date / number
Replies: 11
Views: 871

Re: XML format date / number

Thank you, I tried different approach ("echo", "return" etc) but could not make it working.
I hope Sergey can give some example of how to format numbers in xml template.
Thank you.
by karahan
14 Aug 2023, 22:12
Forum: Discussion
Topic: XML format date / number
Replies: 11
Views: 871

Re: XML format date / number

Dear Sergey, it is really a great feature. Date format from your example was not what I needed. I solved the problem using: <?php return date('Y-m-d'); ?> This is result (ok): 2023-03-31 But, I did not find example how to convert number in format only with decimal dot. Currently in my application nu...
by karahan
12 Aug 2023, 16:11
Forum: Discussion
Topic: XML format date / number
Replies: 11
Views: 871

XML format date / number

Dear Sergey,

is there a php function to re-format date and number in xml export template such as:
- date to yyyy-mm-dd
- number to #####.## (only decimal dot)
cap1.PNG
cap1.PNG (4.31 KiB) Viewed 415 times
cap2.PNG
The current system configuration is different but I need it that way.
Thank you.
by karahan
10 Aug 2023, 14:38
Forum: Bug Report version 3.4.4
Topic: Hide Add button configuration missing
Replies: 4
Views: 316

Re: Hide Add button configuration missing

I understand, thank you.
by karahan
10 Aug 2023, 13:40
Forum: Bug Report version 3.4.4
Topic: Hide Add button configuration missing
Replies: 4
Views: 316

Re: Hide Add button configuration missing

Hi, very well done, it is for subentity only.
But, it is a good option for limiting entry into an entity. That is why I needed it.

I ask Sergey if this option could be enabled for main entity too.

Thanks.
by karahan
09 Aug 2023, 10:44
Forum: Bug Report version 3.4.4
Topic: Hide Add button configuration missing
Replies: 4
Views: 316

Hide Add button configuration missing

Dear Sergey, collegues, it seems the "Hide Add button" configuration is missing under Access -> Access Rules: 1) focus is on "Fields Configuration" 2) "Hide Add button" section is missing hideAddButtonBug.png This is what this should look like: hideAddButton.png Anyone ...
by karahan
28 Jul 2023, 12:45
Forum: Discussion
Topic: Number to words
Replies: 2
Views: 78

Re: Number to words

Thank you, I managed to make it work.
by karahan
26 Jul 2023, 18:31
Forum: Discussion
Topic: Number to words
Replies: 2
Views: 78

Number to words

Dear collegues,

I want to display number in words in my templates. There is a RUKO function num2str, but it seems not to be working.
Inside my template (html) I put this:

num2str_usd({#1702:Iznos (valuta)})

It yields no result...
Anyone knows what I am doing wrong?
by karahan
17 Jun 2023, 18:21
Forum: Discussion
Topic: Xslx export template - blank page
Replies: 16
Views: 384

Re: Xslx export template - blank page

Dear Sergey, I think I understand the concept now. This template is meant to download in excel form - not for displaying (like docx template). I would prefer to also display it directly for print - if possible? Now I have another question. I asked previously if this template would allow for direct c...
by karahan
16 Jun 2023, 13:48
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Attachments error after upgrade to Ruko 3.4
Replies: 4
Views: 218

Re: Attachments error after upgrade to Ruko 3.4

Clear cache works for me.
I can successfully upload attachments.