Search found 161 matches

by Paullm
25 Mar 2024, 07:42
Forum: Discussion
Topic: Making Purchase order with printable format
Replies: 2
Views: 129

Re: Making Purchase order with printable format

Ruko is a data management system, using data tables/entities, etc. to create a web-based application.

For what you are needing ... a simple manual-entry form that adds a few columns ... an Excel spreadsheet or Word document would be your best option.

You are in the wrong place.
by Paullm
18 Mar 2024, 07:23
Forum: Discussion
Topic: Import option values in global lists
Replies: 2
Views: 79

Re: Import option values in global lists

It is not possible to import external data into a Global list. Global lists can be handy, but I don't use them. I actually just use my own separate master lookup table that is segmented by a Type field ... one Type value for each set of lookups ... e.g. "COUNTRY" (country code), "STAT...
by Paullm
21 Feb 2024, 06:35
Forum: Discussion
Topic: Position from Textfield or Enter Text in Detailview
Replies: 7
Views: 401

Re: Position from Textfield or Enter Text in Detailview

It would be ideal if the item page format/layout was identical to the entry/update page.
by Paullm
20 Nov 2023, 17:09
Forum: Discussion
Topic: Linking entities using the "entity" field type
Replies: 4
Views: 370

Re: Linking entities using the "entity" field type

That's actually what I ended up doing. The only issue is that it does use storage space.
Thanks.
by Paullm
14 Oct 2023, 17:46
Forum: Suggestions
Topic: Global Lists as filter in Report Designer
Replies: 3
Views: 1017

Re: Global Lists as filter in Report Designer

By inactive, I assume you mean unused? I think that would be "expensive" (in terms of processing resources) to implement, as you would need to parse the entity, in order to establish what unused global list choices should not appear in the report designer filter.
by Paullm
25 Sep 2023, 22:10
Forum: Discussion
Topic: Changing Fonts, thanks, invoices, media playback
Replies: 4
Views: 1944

Re: Changing Fonts, thanks, invoices, media playback

font choices? invoices? what are you referring to?
by Paullm
16 Jun 2023, 18:07
Forum: Bug Report version 3.4.4
Topic: [solved] PHP field max characters lenght ?
Replies: 5
Views: 131

Re: [solved] PHP field max characters lenght ?

Hi Sergey. Would there be much of a performance penalty by just changing the field type to TEXT, in the official release?
by Paullm
12 Feb 2023, 16:12
Forum: Suggestions
Topic: Re-designed Dashboard Theme
Replies: 2
Views: 315

Re: Re-designed Dashboard Theme

Some nice designs at the links you gave, but what makes a "nice" or suitable dashboard is mostly subjective. It's often a trade-off between pretty and functional/efficient, particularly when there is a lot of information to handle. I always change my Ruko CSS settings to pack in as much in...
by Paullm
12 Feb 2023, 05:37
Forum: Discussion
Topic: Get value of global list
Replies: 3
Views: 264

Re: Get value of global list

Can you post what you did? Thanks.