Subject: Help Needed: Unable to Create Commission Run in Accounting Module (OFBiz 18.12.19)

2025-07-04 Thread Ilma masroor
Dear OFBiz Community, I hope this message finds you well. I'm currently working on Apache OFBiz version *18.12.19*, and I'm trying to set up and execute a *Commission Run* in the *Accounting module*. Despite multiple attempts, I’ve been unsuccessful in getting the process to run correctly. Here’

Re: Help with (portuguese) language after upgrading to 18.12.18

2025-04-05 Thread Nicolas Malin
Hello Diego. Did you already check the locale define on the server, you have UTF-8 present  for pt ? Nicolas Le 21/03/2025 à 14:17, Diego a écrit : Hello folks, Since yesterday we have been using Ofbiz 18.12.13 without any issues with pt_BR language. Yesterday we did an upgrade to Ofbiz 18

Help with (portuguese) language after upgrading to 18.12.18

2025-04-05 Thread Diego
Hello folks, Since yesterday we have been using Ofbiz 18.12.13 without any issues with pt_BR language. Yesterday we did an upgrade to Ofbiz 18.12.18 and some characters like "ã", "é" are not being handled properly. For instance, if we try to search for a product that contains "Ã", it turns into "

Re: Help with (portuguese) language after upgrading to 18.12.18

2025-03-21 Thread Diego
Hi Nicolas, The OS locale is set as: diego@hilda:~$ locale LANG=pt_BR.UTF-8 LANGUAGE= LC_CTYPE="pt_BR.UTF-8" LC_NUMERIC="pt_BR.UTF-8" LC_TIME="pt_BR.UTF-8" LC_COLLATE="pt_BR.UTF-8" LC_MONETARY="pt_BR.UTF-8" LC_MESSAGES="pt_BR.UTF-8" LC_PAPER="pt_BR.UTF-8" LC_NAME="pt_BR.UTF-8" LC_ADDRESS="pt_BR.U

Re: Fw: Need Help for detail description and example for OFBiz service calling in screen

2023-02-15 Thread Jacques Le Roux
Hi Zhicheng, You should not have send this message to dev-ow...@ofbiz.apache.org but to user@ofbiz.apache.org Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can a

Re: Help starting ofbiz in docker

2022-06-06 Thread Anton Hughes
Thanks Daniel You're right. That fixed it. On Mon, 6 Jun 2022 at 07:29, Daniel Watford wrote: > Hi Anton, > > Providing a Dockerfile for us to work with is an excellent approach to > requesting help. I was able to spin up a container to reproduce your issue. > > I th

Re: Help starting ofbiz in docker

2022-06-06 Thread Daniel Watford
Pnext > and are receiving alot of emails still from Ofbiz. > > Regards > Reinier > > On 2022-06-06 03:29, Daniel Watford wrote: > > Hi Anton, > > > > Providing a Dockerfile for us to work with is an excellent approach to > > requesting help. I was able to s

Re: Help starting ofbiz in docker

2022-06-06 Thread sales
Hi Daniel, how can i unsubscribe to the ofbiz community. Currently im using ERPnext and are receiving alot of emails still from Ofbiz. Regards Reinier On 2022-06-06 03:29, Daniel Watford wrote: Hi Anton, Providing a Dockerfile for us to work with is an excellent approach to requesting help

Re: Help starting ofbiz in docker

2022-06-06 Thread Daniel Watford
Hi Anton, Providing a Dockerfile for us to work with is an excellent approach to requesting help. I was able to spin up a container to reproduce your issue. I think the problem you are having may be due to the order of the command line arguments.The '-p 8443:8443' argument needs to c

Help starting ofbiz in docker

2022-06-05 Thread Anton Hughes
Hello I'm trying to run ofbiz in a docker container. I have a dockerfile where I'm able to install and run OFBiz It is viewable at https://github.com/magick93/OFBiz-Docker/blob/from_zip/Dockerfile However, when I run this, using the following, but I get not response when requesting https://local

Re: Help needed - Ofbiz Find from list

2022-05-13 Thread Nicolas Malin
-- > > Third: I have a list form as mentioned below. > --- > list-name="listIt" paginate-target="FindDomesticCustomers" > default-entity-name="domesticCustomerList"> > [...]

Help needed - Ofbiz Find from list

2022-05-12 Thread Avijit Bose
items from the ' list-name="domesticCustomerList" ' when clicking the 'Find' button. Please help. regards Avijit

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-05-05 Thread Avijit Bose
Delegator) > > request.getAttribute("delegator"); > > > > String LcReceiveDate = > > request.getParameter("LcReceiveDate").trim(); > > String countDownDays = > > request.getParameter("countDownDays&q

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-05-03 Thread Scott Gray
gt; request.getParameter("remarks").trim(); > > Debug.logInfo("===LcReceiveDate=", > LcReceiveDate); > Debug.logInfo("===countDownDays=", > countDownDays); > Debug.logInfo("===remarks=", remarks); >} > > > “Controller” > > > > invoke="finalizeLCUpdate"/> > > > > > I am passing hidden values from the “finalizeLC.ftl” file and unable > to retrieve data in the java class “UpdateLCServices.java and method > finalizeLCUpdate”. Debug.loginfo showing null values. > > Pls help in how to pass form parameter values to ftl java class in Ofbiz. > > Regards > Avijit Bose >

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-29 Thread Nicolas Malin
Hello Sir, >> >> >> >> Could you pls show me an example of how to use “raw method to resolve >> parameters from the request”? >> >> >> >> regards >> >> >> >> Sent from Mail for Windows >> >> >> >> Fro

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-28 Thread Avijit Bose
Bose wrote: > > Hello Sir, > > > > Could you pls show me an example of how to use “raw method to resolve > parameters from the request”? > > > > regards > > > > Sent from Mail for Windows > > > > From: Nicolas Malin > Sent: 28 April 2

Re: Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-27 Thread Nicolas Malin
String remarks = request.getParameter("remarks").trim(); > > Debug.logInfo("===LcReceiveDate=", > LcReceiveDate); > Debug.logInfo("===countDownDays=", > countDownDays); > Debug.logInfo("===remarks=", remarks); >} > > > “Controller” > > > > invoke="finalizeLCUpdate"/> > > > > > I am passing hidden values from the “finalizeLC.ftl” file and unable > to retrieve data in the java class “UpdateLCServices.java and method > finalizeLCUpdate”. Debug.loginfo showing null values. > > Pls help in how to pass form parameter values to ftl java class in Ofbiz. > > Regards > Avijit Bose

Help required in Ofbiz development - Unable to retrieve parameter using HTTPRequest

2022-04-27 Thread Avijit Bose
==remarks=", remarks); } “Controller” I am passing hidden values from the “finalizeLC.ftl” file and unable to retrieve data in the java class “UpdateLCServices.java and method finalizeLCUpdate”. Debug.loginfo showing null values. Pls help in how to

Re: Rest API - need help in sending attachment

2022-04-15 Thread Rishi Agr
Hi Johan, Thank you for the suggestion. I will try this out. It would be better if there's something at framework level that avoids the extra implementation as the attachments are very much needed in the application. On Thu, Apr 14, 2022, 12:51 Johan Cronje wrote: > Hi Rishi, > > A suggestion t

Re: Rest API - need help in sending attachment

2022-04-14 Thread Johan Cronje
Hi Rishi, A suggestion that I have used previously was to encode a file as base64, send it as part of the JSON body and rebuild it within a java service, this way multiple files can also be uploaded: { "files": [ { "file_name": "fileName.pdf", "content_type": "application/pdf", "file_content": "ba

Rest API - need help in sending attachment

2022-04-13 Thread Rishi Agr
Hi, I am trying to send attachment in a post request and I am unable to. I've used multipart/* as the consumer content-type and it's not working. I tried to debug and found that post request takes only application/json. The OPTIONS request had all the types supported and I tried that as well. Added

Re: Help with Geo Entities

2022-03-27 Thread Emad Radwan
Hello Ingo, Yes, now makes sense. Many thanks, you’re always a great help. Regards, Emad > On 27 Mar 2022, at 7:30 PM, Ingo Wolfmayr wrote: > > Hello Emad, > > why does GEO_ASSOC not help. This is the table that links them together. > > For example: > > The GEOs

Re: Help with Geo Entities

2022-03-27 Thread Ingo Wolfmayr
Hello Emad, why does GEO_ASSOC not help. This is the table that links them together. For example: The GEOs Austria (AUT), Germany (GER), France (FRA), ... are part of the GEO (EU) european union. EU << AUT, GER, FRA Vienna is the capital city of Austria. AUT << VIE You can

Help with Geo Entities

2022-03-27 Thread Emad Radwan
Hello Community, I understand that with Both Geo and Geo_Type tables I can create - for example - a country and state, however, linking them together isn’t clear, there’s no parent-child relationship in Geo, and demo data in Geo_Assoc table doesn’t help show a clear example. Would you please

Re: Jasper Reports - Need Help (Paid Engagement)

2021-12-13 Thread Max Peak
James, We're you referring to jrxml ? I may be able to assist you. Reply to max.p...@formindata.com Max Peak On Mon, Dec 13, 2021, 8:50 PM wrote: > Good afternoon - My manager has instructed me to find a resource > familiar with JRSML files Jasper Reports that can customize invoices and > othe

Jasper Reports - Need Help (Paid Engagement)

2021-12-13 Thread james
Good afternoon - My manager has instructed me to find a resource familiar with JRSML files Jasper Reports that can customize invoices and other documents in Ofbiz. Please let me know if you have this skill or if you know of anyone please let me know ASAP. We only have a few simple changes. Thank

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-28 Thread Giulio Speri - MpStyle Srl
ctive1.com Could you please share more details about the problem? And could you take a look at the OFBiz issue OFBIZ-12264 <https://issues.apache.org/jira/browse/OFBIZ-12264> and tell us if you are facing a similar problem? That could be very useful to help you out. Thank you, Giulio Il g

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-28 Thread Pierre Smits
facility from this re-reserve process. Is there something OTB > > for this? > > > > > > Original Message > > Subject: Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please > > Help > > From: Giulio Speri - MpStyle Srl > > Date

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-23 Thread Giulio Speri - MpStyle Srl
LUDE a > warehouse/facility from this re-reserve process. Is there something OTB > for this? > > > Original Message > Subject: Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please > Help > From: Giulio Speri - MpStyle Srl > Date: Wed, Oc

RE: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-22 Thread james
Reservation Going Crazy - Please Help From: Giulio Speri - MpStyle Srl Date: Wed, October 20, 2021 1:54 pm To: user@ofbiz.apache.org Hello James, Could you please share some more details on the context of usage of the facilities? Are you using them for an e-commerce site (facilities associated to

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-21 Thread Jacques Le Roux
o reprioritze a > single order at a time. This is causing a HUGE headache. Any help is > greatly appreciatedmy boss is ALL OVER ME with this issue > > Thanks, > > James >

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-21 Thread Wei Zhang
> single order at a time. This is causing a HUGE headache. Any help is > greatly appreciatedmy boss is ALL OVER ME with this issue > > Thanks, > > James >

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-20 Thread Giulio Speri - MpStyle Srl
simply have First Come First Serve unless we want to reprioritze a > single order at a time. This is causing a HUGE headache. Any help is > greatly appreciatedmy boss is ALL OVER ME with this issue > > Thanks, > > James >

Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-20 Thread james
First Come First Serve unless we want to reprioritze a single order at a time. This is causing a HUGE headache. Any help is greatly appreciatedmy boss is ALL OVER ME with this issue Thanks, James

Re: Need help setting up ofbiz

2021-09-02 Thread Jacques Le Roux
Hi, Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can answer you on the ML. Th

Need help setting up ofbiz

2021-09-01 Thread Admin
Hi I am in need of setting up ofbiz on my website. It is an online learning platform, we need ofbiz to manage and schedule courses and webinars and track sales. If interested, please respond to cliff...@hrtrainup.com to discuss and have a deal. Thank you

Re: Help with OfBiz development is needed

2021-08-27 Thread Jacques Le Roux
n Seredyuk a écrit : Hello, My name is Ruslan, VP of Engineering, at ELEKS, a software development company. We have been working on a large project for the retail industry based on OfBiz and looking for an experienced person who can join us (part or full-time) to help for a couple of months.

Help with OfBiz development is needed

2021-08-27 Thread Ruslan Seredyuk
Hello, My name is Ruslan, VP of Engineering, at ELEKS, a software development company. We have been working on a large project for the retail industry based on OfBiz and looking for an experienced person who can join us (part or full-time) to help for a couple of months. If you are interested

Re: Help needed learning and launching OFBiz

2021-08-12 Thread Suraj Khurana
Hello Bryan, You can also explore and learn more about OFBiz by our Apache OFBiz youtube channel [1]. It will help you to have more understanding about the framework. For production, you can surely go with MySQL database, it works really well in our case. To change DB, you need to change the

Help needed learning and launching OFBiz

2021-08-11 Thread Bryan Boone
directions for changing the database for OFBiz? Thanks for any help in advance.

Re: Help need in running a standard web app in OFBiz plugins directory

2021-07-04 Thread Ivan Drinks Sr
Thank you Eugene! In the real world things are not as perfect as it is in a lab environment. New technology have to coexist with existing technology to be effective. And the technologist doesn’t get to demand what is and isn’t used and keep a paycheck. Warm regards, Ivan Sr > On Jul 2, 2021

Re: Help need in running a standard web app in OFBiz plugins directory

2021-07-02 Thread Eugen Stan
I've read this thread and I would like to add my +1 for allowing OFBiz to work (much easier) alongside other web apps. I think this is somewhat related to https://issues.apache.org/jira/browse/OFBIZ-3500 . More specifically to how OGBIz uses gradle - to dynamically add components/plugins as

RE: Could you please help me with Payment Gateway setup

2021-05-26 Thread Katie Qiu
https://softwareengineering.stackexchange.com/questions/376554/why-do-i-need -a-payment-integration-system-like-stripe-splash-braintree-over Thanks Katie -Original Message- From: Katie Qiu [mailto:katie_...@polluniverse.com] Sent: Sunday, May 23, 2021 12:47 AM To: user@ofbiz.apache.org Subject: Could you please he

RE: Could you please help me with Payment Gateway setup

2021-05-23 Thread Katie Qiu
Thank you Wayne! Katie -Original Message- From: Wayne Twine [mailto:kilro...@gmail.com] Sent: Sunday, May 23, 2021 3:47 AM To: user@ofbiz.apache.org Subject: Re: Could you please help me with Payment Gateway setup hi katie i will reply a bit later and explaim everything to u.. On Sun

Re: Could you please help me with Payment Gateway setup

2021-05-23 Thread Wayne Twine
hi katie i will reply a bit later and explaim everything to u.. On Sun, 23 May 2021, 09:53 Katie Qiu, wrote: > Hi, > > > > I've been reading the book Getting Started with Apache Ofbiz by Ruth > Hoffman. It's very helpful. Now I have a question about Payment Gateway > setup. I might be missing s

Could you please help me with Payment Gateway setup

2021-05-23 Thread Katie Qiu
Hi, I've been reading the book Getting Started with Apache Ofbiz by Ruth Hoffman. It's very helpful. Now I have a question about Payment Gateway setup. I might be missing something. I'm not sure how this works. I see the Payment Gateway APIs have been setup in ofbiz program. 1. Do I s

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-13 Thread Jacques Le Roux
Yvan, Actually you need to put your/a web.xml file as it's done for other webapps, I mean in the same location. You may look at the content of the other web.xml files in OFBiz to see if your web.xml file fits... If that does not help, I may review the code and answer to you last que

RE: Help need in running a standard web app in OFBiz plugins directory

2021-05-13 Thread Ivan Drinks Sr
a thought I had before applying the patch suggestion. Thanks Ivan -Original Message- From: Jacques Le Roux Sent: Thursday, May 13, 2021 6:51 AM To: user@ofbiz.apache.org Subject: Re: Help need in running a standard web app in OFBiz plugins directory Ivan, As I proposed in my last

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-13 Thread Jacques Le Roux
From: Jacques Le Roux Sent: Wednesday, May 12, 2021 2:46 PM To: user@ofbiz.apache.org Subject: Re: Help need in running a standard web app in OFBiz plugins directory Hi Yvan, As Vy Do said you can't run "a standard web application in the OFBiz plugins directory". To which doc

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-13 Thread Ivan Drinks Sr
I'm confused? >> >> Ivan >> >> ____ >> From: Jacques Le Roux >> Sent: Wednesday, May 12, 2021 2:46 PM >> To: user@ofbiz.apache.org >> Subject: Re: Help need in running a standard web app in OFBiz plugins

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-12 Thread Jacques Le Roux
dnesday, May 12, 2021 2:46 PM To: user@ofbiz.apache.org Subject: Re: Help need in running a standard web app in OFBiz plugins directory Hi Yvan, As Vy Do said you can't run "a standard web application in the OFBiz plugins directory". To which documentation are you referring to?

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-12 Thread Jacques Le Roux
OIjoN-Y6_qnLR0TLttmWgpOmb9hhrA3GQHZGo6OgTCuK5O5n7aYHUxQvKrQUFs4L66JdrhnqWGts-WtDmJJK I'm confused? Ivan From: Jacques Le Roux Sent: Wednesday, May 12, 2021 2:46 PM To: user@ofbiz.apache.org Subject: Re: Help need in running a standard web app in OFBiz plugins directory Hi Yvan, As Vy D

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-12 Thread Ivan Drinks Sr
-Y6_qnLR0TLttmWgpOmb9hhrA3GQHZGo6OgTCuK5O5n7aYHUxQvKrQUFs4L66JdrhnqWGts-WtDmJJK I'm confused? Ivan From: Jacques Le Roux Sent: Wednesday, May 12, 2021 2:46 PM To: user@ofbiz.apache.org Subject: Re: Help need in running a standard web app in OFBiz plugins directory Hi Yvan, As Vy Do

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-12 Thread Jacques Le Roux
iz plugin structure and convention. Why is this a worse practice? I thought this is the way you run standard apps under OFBiz. Please explain. Thanks Ivan From: Vy Do Sent: Sunday, May 9, 2021 10:31 PM To: user@ofbiz.apache.org Subject: Re: Help need i

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-10 Thread Ivan Drinks Sr
unday, May 9, 2021 10:31 PM To: user@ofbiz.apache.org Subject: Re: Help need in running a standard web app in OFBiz plugins directory Your idea about running a standard Java web-application inside OFBiz is a worse practice. You must follow OFBiz plugin structure and convention. On Mon, May 10, 20

Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-09 Thread Vy Do
Your idea about running a standard Java web-application inside OFBiz is a worse practice. You must follow OFBiz plugin structure and convention. On Mon, May 10, 2021 at 4:54 AM Ivan Drinks Sr < ivan...@reality-technology.com> wrote: > Hello, > > > I have read the documentation available on runnin

Help need in running a standard web app in OFBiz plugins directory

2021-05-09 Thread Ivan Drinks Sr
Hello, I have read the documentation available on running a standard web application in the OFBiz plugins directory, but nothing seems to run for me. They run just fine on standalone tomcat. Can someone please steer me in the right direction on what I need to do or what I am doing wrong? Th

Re: Help needed for Ofbiz version 17.12 Update operation

2020-12-17 Thread jler...@apache.org
== My issue: When 'Update' button is clicked, Database is getting updated but the landing page is going to a new page. I need to get it back to the calling page which is findSuppliers. Pls. help me where I am getting mistaken. Thank you and

Re: Help needed for Ofbiz version 17.12 Update operation

2020-12-17 Thread Deepak Dixit
ategory"> > > > > > widget-style="smallSubmit"> > image-location="/images/favicon.png"/> > > > == > > My issue: When 'Update' button is clicked, Database is getting updated > but the landing page is going to a new page. I need to get it back to > the calling page which is findSuppliers. > > Pls. help me where I am getting mistaken. > > Thank you and regards > Avijit Bose > 9874833933 Kolkata India. >

Help needed for Ofbiz version 17.12 Update operation

2020-12-17 Thread Avijit Bose
is getting updated but the landing page is going to a new page. I need to get it back to the calling page which is findSuppliers. Pls. help me where I am getting mistaken. Thank you and regards Avijit Bose 9874833933 Kolkata India.

Re: Need help/direction getting started with OFBIZ ERP

2020-07-18 Thread Tuck Seng Phoon
would definitely help to speed up and probably lesser > problem on my end. > > Cheers > Phoon > > -Original Message- > From: Joseph Francois > Sent: Friday, 17 July 2020 3:55 pm > To: user@ofbiz.apache.org > Subject: Re: Need help/direction getting starte

Re: Need help/direction getting started with OFBIZ ERP

2020-07-17 Thread Michael Brohl
schrieb phoo...@yahoo.com.INVALID: Thanks Joseph, I'm just asking how you install MariaDB on OFBiz since you did it successfully. It would definitely help to speed up and probably lesser problem on my end. Cheers Phoon -Original Message- From: Joseph Francois Sent: Friday, 17 July

RE: Need help/direction getting started with OFBIZ ERP

2020-07-17 Thread phoonts
Thanks Joseph, I'm just asking how you install MariaDB on OFBiz since you did it successfully. It would definitely help to speed up and probably lesser problem on my end. Cheers Phoon -Original Message- From: Joseph Francois Sent: Friday, 17 July 2020 3:55 pm To:

Re: Need help/direction getting started with OFBIZ ERP

2020-07-17 Thread Joseph Francois
ofbiz > 2. olap > 3 tenant > - In practice, you should just modify the records > for localmysql/ localmysqlolap/localmysql to have them reflect your MySQL > setup. and update the delegators > with localmysql/ localmysqlolap/localmysql respectively. > > > *Conclu

Re: Need help/direction getting started with OFBIZ ERP

2020-07-16 Thread Tuck Seng Phoon
localmysql/ localmysqlolap/localmysql to have them reflect your MySQL setup. and update the delegators with  localmysql/ localmysqlolap/localmysql respectively. *Conclusion* if your ofbiz server has access to the Internet to download the driver and it can connect, authenticate to the da

Re: Need help/direction getting started with OFBIZ ERP

2020-07-13 Thread Joseph Francois
; . > > Thanks again. > > Cheers > Phoon > > -Original Message- > From: Joseph Francois > Sent: Monday, 13 July 2020 9:09 pm > To: user@ofbiz.apache.org > Subject: Re: Need help/direction getting started with OFBIZ ERP > > Hello Phoon, > > Ma

RE: Need help/direction getting started with OFBIZ ERP

2020-07-13 Thread phoonts
www.guru99.com/mariadb-vs-mysql.html#:~:text=MariaDB%20has%20a%20larger%20connection,code%20in%20its%20Enterprise%20Edition. Thanks again. Cheers Phoon -Original Message- From: Joseph Francois Sent: Monday, 13 July 2020 9:09 pm To: user@ofbiz.apache.org Subject: Re: Need help/directi

Re: Need help/direction getting started with OFBIZ ERP

2020-07-13 Thread Joseph Francois
o change so that they point to your > MYSQL records. > 1. Default > 2. default-no-eca > 3. test > - Since there are three databases, you will need to have a configuration > for each of them. The three databases are: > 1. ofbiz > 2. olap >

Re: Need help/direction getting started with OFBIZ ERP

2020-07-12 Thread Tuck Seng Phoon
biz     2. olap     3 tenant - In practice, you should just modify the records for localmysql/ localmysqlolap/localmysql to have them reflect your MySQL setup. and update the delegators with  localmysql/ localmysqlolap/localmysql respectively. *Conclusion* if your ofbiz server has access to the Int

Re: Need help/direction getting started with OFBIZ ERP

2020-07-12 Thread Tuck Seng Phoon
g some problem getting> >> started, from setting up a COA, Bank and credit card accounts, Main Company,> >> etc.. I am not sure how things hands together. All documents I found so far> >> are incomplete, and some are outdated. > >> >> As I said, I

Re: Need help/direction getting started with OFBIZ ERP

2020-07-10 Thread Joseph Francois
pectively. *Conclusion* if your ofbiz server has access to the Internet to download the driver and it can connect, authenticate to the database server and the DB exists, all should work as normal. Hope that was of help. Regards, Josep On Fri, 10 Jul 2020 at 09:06, Jacques Le Roux wrot

Re: Need help/direction getting started with OFBIZ ERP

2020-07-10 Thread Jacques Le Roux
m having some problem getting> started, from setting up a COA, Bank and credit card accounts, Main Company,> etc.. I am not sure how things hands together. All documents I found so far> are incomplete, and some are outdated. > As I said, I am documenting everything I do, to put together a c

Re: Need help/direction getting started with OFBIZ ERP

2020-07-09 Thread Tuck Seng Phoon
up a COA, Bank and credit card accounts, Main Company,> > etc.. I am not sure how things hands together. All documents I found so far> > are incomplete, and some are outdated. > > > As I said, I am documenting everything I do, to put together a complete> > tutorial. I

Re: Need help/direction getting started with OFBIZ ERP

2020-07-02 Thread Jacques Le Roux
e outdated. As I said, I am documenting everything I do, to put together a complete tutorial. I can certainly use some help to come up to speed and would appreciate some help and guidance. Regards, Joseph -- Sent from:http://ofbiz.1

Re: Need help/direction getting started with OFBIZ ERP

2020-07-01 Thread Joseph Francois
start putting in data and >> setup the System for my company. However, I am having some problem getting >> started, from setting up a COA, Bank and credit card accounts, Main Company, >> etc.. I am not sure how things hands together. All documents I found so far >> are incomplete, and some are outdated. >> >> As I said, I am documenting everything I do, to put together a complete >> tutorial. I can certainly use some help to come up to speed and would >> appreciate some help and guidance. >> >> Regards, >> Joseph >> >> >> >> >> -- >> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html >> >>

Re: Need help/direction getting started with OFBIZ ERP

2020-06-30 Thread Jacques Le Roux
gether. All documents I found so far are incomplete, and some are outdated. As I said, I am documenting everything I do, to put together a complete tutorial. I can certainly use some help to come up to speed and would appreciate some help and guidance. Regards,

Re: Need help/direction getting started with OFBIZ ERP

2020-06-30 Thread Pierre Smits
Hi Joe François, Welcome to the project. We have (some) implementation pages in our wiki. Feel free to browse through them and improve where necessary. Your help (contributions) will surely be appreciated. Mvg Pierre Op di 30 jun. 2020 17:55 schreef joefrancois : > Hello, > >

Re: Need help/direction getting started with OFBIZ ERP

2020-06-30 Thread joefrancois
Hello, So far my notes are just on my computer, however, I could clean it up and post what I did to make it work on Ubuntu if you are interested. Regards, Joseph -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: Need help/direction getting started with OFBIZ ERP

2020-06-30 Thread Jacques Le Roux
outdated. As I said, I am documenting everything I do, to put together a complete tutorial. I can certainly use some help to come up to speed and would appreciate some help and guidance. Regards, Joseph -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: Need help/direction getting started with OFBIZ ERP

2020-06-30 Thread Eugen Stan
ny, > etc.. I am not sure how things hands together. All documents I found so far > are incomplete, and some are outdated. > > As I said, I am documenting everything I do, to put together a complete > tutorial. I can certainly use some help to come up to speed and would >

Re: Need help/direction getting started with OFBIZ ERP

2020-06-30 Thread joefrancois
.. I am not sure how things hands together. All documents I found so far are incomplete, and some are outdated. As I said, I am documenting everything I do, to put together a complete tutorial. I can certainly use some help to come up to speed and would appreciate some help and guidance. Regards

Re: Need help/direction getting started with OFBIZ ERP

2020-04-29 Thread Ankush Upadhyay
; > Thanks > > This said there is no plugin to synchronize with Amazon. > > Sorry, I have not more time at the moment to answer you more. Hopefully > you will get some help before I can... > > Jacques > > Le 29/04/2020 à 10:48, joefrancois a écrit : > > Hello All, > >

Re: Need help/direction getting started with OFBIZ ERP

2020-04-29 Thread Jacques Le Roux
onize with Amazon. Sorry, I have not more time at the moment to answer you more. Hopefully you will get some help before I can... Jacques Le 29/04/2020 à 10:48, joefrancois a écrit : Hello All, I am new to OFBIZ and would like to implement the ERP/MRP system for my business. This is a long email

Need help/direction getting started with OFBIZ ERP

2020-04-29 Thread joefrancois
Hello All, I am new to OFBIZ and would like to implement the ERP/MRP system for my business. This is a long email, but I am basically looking for guidance, for examples, document to read, etc.. Here is an overview of our business. - We purchase the retail packaging for the product and send them

Re: New user help

2019-12-19 Thread Jacques Le Roux
Hi Ryan, Your message has been moderated. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can answer you on the ML. The wider the audience the better the answers yo

New user help

2019-12-19 Thread Ryan Melville
So guys I've been working on installing Ofbiz for a friend. Today I planned to take and error off his computer to post here for some input. Surprise! graddle wrapper gradlew loadAll gradlew ofBiz All ran without error. Very excited I went to the webrowser to check for localhost. No luck thou

Re: Need help to locate retail store application in ofbiz

2019-10-31 Thread AnandaVelMurugan Chandra Mohan
Hi, Thank you. I am checking the source code. It looks like it builds the URL based on website ID. I will find the URL based on the logic in the code. On Wed, Oct 30, 2019 at 9:50 PM Deepak Dixit wrote: > Please refer OfbizUrl transform( > OfbizUrlTransform.java) > > Thanks & Regards > — > Deep

Re: Need help to locate retail store application in ofbiz

2019-10-30 Thread Deepak Dixit
Please refer OfbizUrl transform( OfbizUrlTransform.java) Thanks & Regards — Deepak Dixit On Wed, 30 Oct 2019 at 6:03 PM, AnandaVelMurugan Chandra Mohan < ananthu2...@gmail.com> wrote: > Hello, > > I am a new user of Ofbiz. I am looking for the URLof retail store in Ofbiz > I can access the onlin

Need help to locate retail store application in ofbiz

2019-10-30 Thread AnandaVelMurugan Chandra Mohan
Hello, I am a new user of Ofbiz. I am looking for the URLof retail store in Ofbiz I can access the online retail store by appending "ecommerce/control/checkLogin/main" to the base url of my installation. Similarly I need to know how to construct the url of retail store and access it. Any pointers

Re: I am not a developer but I can help with translations

2019-08-24 Thread Jacques Le Roux
IZ/Apache+OFBiz+Contributors Jacques Le 24/08/2019 à 01:42, Jorge Perez Ponce a écrit : I found ofbiz and I want to help to translate its front end to spanish, I have basic knowledge of coding, but I have deep knowledge in finances, bookkeeping, crm, and human resources Regards, Jorge Pérez Ponce

I am not a developer but I can help with translations

2019-08-24 Thread Jorge Perez Ponce
I found ofbiz and I want to help to translate its front end to spanish, I have basic knowledge of coding, but I have deep knowledge in finances, bookkeeping, crm, and human resources Regards, Jorge Pérez Ponce

Re: Need help/guide for a New Begineer

2019-08-02 Thread Swapnil M Mane
in wrote: > >> Hi Everyone >> >> I am very first new user for ofbiz. And I want to create as A Customize >> Business Project. I know ERP nature and environment functions but not a >> developer. Demo has been downloaded and run through and checked. >> >&

Re: Need help/guide for a New Begineer

2019-08-02 Thread Swapnil M Mane
Hi Everyone > > I am very first new user for ofbiz. And I want to create as A Customize > Business Project. I know ERP nature and environment functions but not a > developer. Demo has been downloaded and run through and checked. > > However, I need help to developing a program of ERP ar

Re: Need help/guide for a New Begineer

2019-08-02 Thread Deepak Dixit
s Project. I know ERP nature and environment functions but not a > developer. Demo has been downloaded and run through and checked. > > However, I need help to developing a program of ERP architect for > "adding/removing" new/existing features to get one generic Web Services > P

Need help/guide for a New Begineer

2019-08-02 Thread ko zin
Hi Everyone I am very first new user for ofbiz. And I want to create as A Customize Business Project. I know ERP nature and environment functions but not a developer. Demo has been downloaded and run through and checked. However, I need help to developing a program of ERP architect for

Re: Help - Migration from OFBiz 3.0 to 16.11

2019-07-03 Thread Paul Foxworthy
Jul 2019 at 23:32, Lokesh wrote: > Dear Taher, > > Thank you for the warm welcome to the forum! > > Yes, my idea of last post is to get high level pointers/weblinks and in my > next posts i will goto granular level and seek the forum users and experts > help. Thanks for the ti

Re: Help - Migration from OFBiz 3.0 to 16.11

2019-07-03 Thread Lokesh
Dear Taher, Thank you for the warm welcome to the forum! Yes, my idea of last post is to get high level pointers/weblinks and in my next posts i will goto granular level and seek the forum users and experts help. Thanks for the tips on it. I would like to ask few questions: 1. You said that ZUL

Re: Help - Migration from OFBiz 3.0 to 16.11

2019-07-02 Thread Taher Alkhateeb
Hello Lokesh, There is little information to build upon to help you. Your question is rather high level that I'm not sure I can be helpful. One point to note though is that the ZUL library is deprecated and so I'm not sure how much was invested in writing code with it. Furthermore,

Help - Migration from OFBiz 3.0 to 16.11

2019-07-02 Thread Lokesh
Hey there, I am new to OFBiz and i am tasked to upgrade one of the project having OFBiz 3.0 to 16.11. Below is high level summary of project details: *The application is built using OFBiz V3.0 and ZK ZUL for UI as below: *Apache OFBiz 3.3 ZK ZUL for UI JDK 1.6 Apache Tomcat 6.0 MySQL 5. 5(

Re: Need help: SPANISH GENERAL ACCOUNTING PLAN (SPC)

2019-04-16 Thread Pierre Smits
And if anyone is looking for the GAAP variant, you can find it here: https://github.com/ORRTIZ/ofbiz-CoA-GAAP-example Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator

  1   2   3   4   5   6   7   8   9   10   >