Re: Forms for entering data into postgresql

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Vincent Veyron <vv(dot)lists(at)wanadoo(dot)fr>
Cc: Chuck Davis <cjgunzel(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Forms for entering data into postgresql
Date: 2013-10-12 20:57:55
Message-ID: 5259B7D3.4030108@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/12/2013 01:14 PM, Vincent Veyron wrote:
> Le samedi 12 octobre 2013 à 12:19 -0700, Chuck Davis a écrit :
>
>> Just for an example: If you have 500 clients placing one order a
>> browser is an "ok" tool -- probably the tool of choice. If you have
>> one accounts payable clerk entering 500 orders a browser is a very
>> mean thing to do the your employee unless the entry is simply making
>> selections from a drop down populated from the database; that scenario
>> is not too real-worldish for AP.
>>
>
> Hi Chuck,
>
> Could you explain the acronym AP?

Accounts Payable.
>
> I understand that there are lots of situations I have not met yet, so
> this might explain my ignorance, but I don't see what you get from using
> a client-side app over a browser for most databases uses; after all,
> from the user's point of view, it's always tabbing from one field to the
> next (providing the web form is correctly designed, of course)

In the text based systems I am familiar with their where keyboard
shortcuts that took you directly to fields and coding conventions that
allowed direct entry of data. For example at a plumbing supply house I
went to the convention was something like:

pv150el90 = PVC 1.5" ell 90 degree
abs150el90 = ABS 1.5" ell 90 degree

It looks cumbersome, but in the hands of someone experienced in the
system, data entry was very fast. Faster then in any of the newer
software that replaced it.

>
> Also, I would think most data in the form _should_ come from dropdowns
> populated from the database, for obvious reasons of data integrity? It
> certainly is the case in my apps.
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Torsten Förtsch 2013-10-12 21:28:06 Re: like & optimization
Previous Message Vincent Veyron 2013-10-12 20:14:33 Re: Forms for entering data into postgresql