From: Dale S. <dal...@sh...> - 2024-10-24 20:10:45
|
Tim, are we to use the "v5.0" branch? Like this? dale@whizzer:/usr/local/www $ sudo -u www git clone https://github.com/timschofield/webERP.git weberp Cloning into 'weberp'... remote: Enumerating objects: 81735, done. remote: Counting objects: 100% (9996/9996), done. remote: Compressing objects: 100% (6222/6222), done. remote: Total 81735 (delta 3671), reused 9746 (delta 3504), pack-reused 71739 (from 1) Receiving objects: 100% (81735/81735), 564.31 MiB | 20.04 MiB/s, done. Resolving deltas: 100% (56706/56706), done. Updating files: 100% (7518/7518), done. dale@whizzer:/usr/local/www $ cd weberp dale@whizzer:/usr/local/www/weberp $ git branch * master dale@whizzer:/usr/local/www/weberp $ sudo -u www git checkout v5.0 branch 'v5.0' set up to track 'origin/v5.0'. Switched to a new branch 'v5.0' dale@whizzer:/usr/local/www/weberp $ ----- Original Message ----- > From: "Dale Scott (dalescott@shaw)" <dal...@sh...> > To: "For the general discussion of webERP project" <web...@li...> > Cc: "webERP Developers" <web...@li...> > Sent: Thursday, October 24, 2024 2:03:16 PM > Subject: Re: [WebERP-developers] [webERP-users] Project status > Hi Tim, I'm a little more pragmatic - use what works - and this is what works. > > I found a backup of tutorial database that was dumped from a working system > 2018-10-01. I will clone your repo head to the server, and see what breaks when > I login (hopefully I have written down my old password somewhere....) > > Fwiw, my (current) app stack is PHP 8.1.29, Apache 2.4.62 and MariaDb 10.6.18. > > I'll update probably in a few days... > > Dale > > > ----- Original Message ----- >> From: "Tim Schofield" <tim...@gm...> >> To: "For the general discussion of webERP project" >> <web...@li...> >> Cc: "webERP Developers" <web...@li...> >> Sent: Monday, October 21, 2024 2:28:43 PM >> Subject: Re: [webERP-users] [WebERP-developers] Project status > >> Thanks Dale, I have nearly completed a total rewrite of the installer. >> Hopefully done by tomorrow, Wednesday at latest. >> >> No problem reporting stuff here, I actually prefer maining lists but I >> am told they are old fashioned. >> >> Tim >> >> On Mon, 21 Oct 2024 at 20:21, Dale Scott <dal...@sh...> wrote: >>> >>> OK, I will install head from the master branch on my server and work through my >>> old tutorials. >>> >>> I will describe any issues I encounter here first and based on discussion create >>> a Github issue if needed. >>> >>> Dale >>> >>> >>> ----- Original Message ----- >>> > From: "Tim Schofield" <tim...@gm...> >>> > To: "webERP Developers" <web...@li...> >>> > Cc: "For the general discussion of webERP project" >>> > <web...@li...> >>> > Sent: Monday, October 21, 2024 12:58:56 PM >>> > Subject: Re: [WebERP-developers] Project status >>> >>> > Hi Dale, Thanks for this. The demo is the latest code, and it _mostly_ >>> > works. I am aiming for the end of the year for a v5.0 release. Any >>> > help in testing the demo, and reporting any issues to here - >>> > https://github.com/timschofield/webERP/discussions - would be greatly >>> > appreciated. >>> > >>> > I am porting all the improvements I did to KwaMoja into webERP. >>> > >>> > Thanks >>> > Tim >>> > >>> > On Mon, 21 Oct 2024 at 17:56, Dale Scott <dal...@sh...> wrote: >>> >> >>> >> That's FANTASTIC! >>> >> >>> >> The webpage _says_ the demo is available, so I clicked and logged in. Visually >>> >> looks very nice! Is the code ready now for testing? (if not, do you have a >>> >> hopeful date? e.g. before Christmas?) >>> >> >>> >> domPDF seems very good replacement for tcpdf >>> >> >>> >> What is the future for KwaMoja? >>> >> >>> >> Cheers, >>> >> Dale >>> >> >>> >> ----- Original Message ----- >>> >> > From: "Tim Schofield" <tim...@gm...> >>> >> > To: "webERP Developers" <web...@li...>, "For the >>> >> > general discussion of webERP project" >>> >> > <web...@li...> >>> >> > Sent: Friday, October 18, 2024 8:46:16 AM >>> >> > Subject: [WebERP-developers] Project status >>> >> >>> >> > Dear all, >>> >> > >>> >> > The website at weberp.org had been deleted and so I have now created a >>> >> > new one at https://weberp.org. The code for this site is at >>> >> > https://github.com/timschofield/weberp.org if anybody has any ideas >>> >> > for improvements/fixes, please create pull requests. In the deletion >>> >> > the forum was lost, and with it 12 years of community contributed >>> >> > wisdom. I am doing my best to scrape this info back, and put it up on >>> >> > the website. >>> >> > >>> >> > The demo doesn't work at the moment. I have been working hard at many >>> >> > changes to webERP (https://github.com/timschofield/webERP/wiki/V5) in >>> >> > order to release a version 5.0 in the near future, and it is my >>> >> > intention to create a release candidate for v5, and when I have it, I >>> >> > will put it up on the site as a demo for wny interested people to >>> >> > check. The current code for v5.0 can be found at >>> >> > https://github.com/timschofield/webERP >>> >> > >>> >> > Thanks >>> >> > Tim >>> >> > >>> >> > >>> >> > _______________________________________________ >>> >> > Web-erp-developers mailing list >>> >> > Web...@li... >>> >> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers >>> >> >>> >> >>> >> _______________________________________________ >>> >> Web-erp-developers mailing list >>> >> Web...@li... >>> >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >>> > >>> > >>> > >>> > -- >>> > www.weberpafrica.com >>> > @TimSchofield2 >>> > Blog: https://kwamoja.home.blog/ >>> > >>> > >>> > _______________________________________________ >>> > Web-erp-developers mailing list >>> > Web...@li... >>> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers >>> >>> >>> _______________________________________________ >>> web-ERP-users mailing list >>> web...@li... >>> https://lists.sourceforge.net/lists/listinfo/web-erp-users >> >> >> >> -- >> www.weberpafrica.com >> @TimSchofield2 >> Blog: https://kwamoja.home.blog/ >> >> >> _______________________________________________ >> web-ERP-users mailing list >> web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-users > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |