Search found 235 matches

by karahan
12 Aug 2023, 16:11
Forum: Discussion
Topic: XML format date / number
Replies: 11
Views: 860

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 408 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: 315

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: 315

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: 315

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: 77

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: 77

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: 375

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.
by karahan
16 Jun 2023, 13:44
Forum: Discussion
Topic: Xslx export template - blank page
Replies: 16
Views: 375

Re: Xslx export template - blank page

It was my mistake. I deleted some of entites due to data sensitivity. I restored database again and deleted data from tables (not entites) so now it works. I also tried your approach - download excel report. This way it works. But it does not work if I choose to show and directly print report. It pr...
by karahan
16 Jun 2023, 12:48
Forum: Discussion
Topic: Xslx export template - blank page
Replies: 16
Views: 375

Re: Xslx export template - blank page

I checked once again, and this library is available under PHP 8.2. So I assume the issue is not due to this, it must be something else. I already have a running demo: https://pdemo.rukovoditel.pro/3.4/index.php?module=dashboard/&demo_id=2246 username/password for demo: admin / admin Under the de...