iOS

Colin Law clanlaw at gmail.com
Mon Feb 23 10:46:12 EST 2015


On 23 February 2015 at 15:24, Andy Pastuszak <apastuszak at gmail.com> wrote:
> Would be possible to have web view that just writes transactions right into
> the MySQL database (if you're using that as a backend) and then the next
> time you launch the desktop client, the transactions are just there?

Yes, but someone would have to develop the web application to run on
the server and you would have to run a web server on your pc
accessible from the internet.  Or keep the database in the cloud and
run a server there.

Colin

>
> Andy
>
> On Mon, Feb 23, 2015 at 10:22 AM, John Ralls <jralls at ceridwen.us> wrote:
>
>>
>> > On Feb 23, 2015, at 7:08 AM, Andy Pastuszak <apastuszak at gmail.com>
>> wrote:
>> >
>> > What is the MVC pattern?
>>
>> It stands for Model-View-Controller, the names of three independent bodies
>> of code. The “real work” is done in the Model section, the View section
>> gets input from the user and displays the results, and the Controller
>> section provides a channel between the two. When the pattern is used it’s
>> feasible to have multiple View sections for different user interfaces like
>> the desktop GUI we have and the www interface you proposed. When there’s
>> Model code mixed in with the View code, as is the case with GnuCash now,
>> it’s much more difficult because all of that Model code must be duplicated
>> in the new View.
>>
>> Regards,
>> John Ralls
>>
>>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.



More information about the gnucash-user mailing list