On Thu, 23 May 2019, Frank Alberto Rodriguez wrote:
If you have the database modeled, the most quickly think I can thinks is
with python framework Django. Configure the connection to the DB and make
reverse engineer with Django, this create the entities class, then
activate the administration fo
If you have the database modeled, the most quickly think I can thinks
is with python framework Django. Configure the connection to the DB and
make reverse engineer with Django, this create the entities class,
then activate the administration forms and configure each form for the
entities (few line
From: Tony Shelver Date:
5/23/19 2:52 AM (GMT-08:00) To: Stefan Keller Cc:
pgsql-general Subject: Re: Data entry / data
editing tools (more end-user focus).
I looked at quite a few options. Some constraints on my side that our
direction is open source, with Linux development and
I looked at quite a few options. Some constraints on my side that our
direction is open source, with Linux development and servers.
Radzen is .NET: I could just as well use MS Access to cobble together a
front end.
CUBA and OpenXava are Java based and seem to require writing Java for
logic: I l
Dear all
What about following „Rapid App Development Tools"?
* OpenXava (Java): https://www.openxava.org/ate/visual-studio-lightswitch
* Radzen (.NET): https://www.radzen.com/visual-studio-lightswitch-alternative/
* Other: https://aurelia.io/ (JS) or CUBA https://www.cuba-platform.com/ (Java)
:St
On 3/27/19 11:49 PM, Tony Shelver wrote:
Please reply to list also, more eyes on the the problem.
Ccing list
My take on below is since you are feeding a Website why not use Web
technologies for your data entry. My language of choice is Python. I
have done something similar to this(on small sca
On 3/27/19 3:48 AM, Tony Shelver wrote:
Looking for a good tool that I can give to users to enter data (for
example, products, categories, brands, price tables and so on).
Preferably it should also allow images to be copied into a bytea field
but I know I can't have everything.
Been battling w