r3
r3 copied to clipboard
REI3 - Free and open low code
HI, I find REI3 a very interesting project, very flexible open-source low-code platform. I think to accelerate application production some sort of CRUD base forms generator (list, record edit) is...
Hi @r3-gabriel , nice work, congrats. My question is simple: once I have created my application may I upload data with a batch script? Are Rest API available for REI3?...
As you see e.g. in the ticket app, the column name is "Erzeugt von", but the filter criteria is "Anzeigename", "Durchgeführte Operationen" is "Anmerkung Änderungsgrund", which is confusing for the...
Provide a download link (relative url) to uploaded files by using function get_field_file_link or get_field_file_link_version in a frontend function. They links could be used during pdf creation as dynamic content...
Is it possible to check if there are any unsaved changes in a form? I am using a custom frontend function that shouldn't be invokable if there are any unsaved...
Is it possible to open a specific record by clicking a menu entry? I linked a relation to the user login. So now every user can have a record assigned...
When I use app.block_inputs(true) on a form it doesn't disable the new button of list fields. Is this a bug or am I using the function for the wrong purpose?...
Is it possible to manipulate form fields with frontend functions? I would like to change the color of the draw field when the form got loaded. As the default value...
Hi, just a proposal: When one starts making rather complex projects it becomes kind of hard to keep the relations, forms, frontend and backend pages in order. Do you think...