Re: Accounting Qty not reduced

2023-10-02 Thread Paul Foxworthy
Hi Mandar, You are correct. See this thread from 2017: https://lists.apache.org/thread/ygd3x5mtpmthfg2tx0mvwg9od6s3ckz8 and issue OFBIZ-9500 https://issues.apache.org/jira/browse/OFBIZ-9500 . I haven't been able to work on this but it does need addressing. Cheers Paul Foxworthy On Fri, 29

Re: Running ofbiz using .bat file

2023-03-08 Thread Paul Foxworthy
first unarchive them with tar xf or unzip and then from that directory you can run either bin/ofbiz shell script or bin/ofbiz.bat batch script with the appropriate ofbiz options. The README at https://github.com/apache/ofbiz-framework has more detail. Hope that helps. Paul Foxworthy On Wed, 8 Feb

Re: Tutorial for ofbiz structure for further development

2023-03-06 Thread Paul Foxworthy
y valuable. OFbiz uses a built-in Tomcat, so there is little to do with the Apache web server, just configure AJP. There are some details at https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide . Hope that helps. Paul On Tue, 7 Mar 2023 at 03:44,

Re: Error Closing a Time Period

2023-03-05 Thread Paul Foxworthy
OFBiz. If you use the link above you will see the class where the service is implemented, and I presume the web tools in OpenTAPS will also tell you. Hope that helps. Paul Foxworthy On Mon, 6 Mar 2023 at 15:34, Paul Foxworthy wrote: > Hi James, > > You can use the web tools t

Re: Error Closing a Time Period

2023-03-05 Thread Paul Foxworthy
additional logging to work out which period is failing, and then run a trial balance report to try and identify why the trial balance doesn't total zero as it should. Hope that helps. Paul Foxworthy On Tue, 21 Feb 2023 at 07:39, wrote: > We are trying to close a time period and we are gett

Re: Sales Order without invoice

2023-02-12 Thread Paul Foxworthy
a receipt if they pay as they order, one way to think about it is that the receipt is an invoice with a status of "Paid in full". Hope that helps. Paul Foxworthy On Sun, 12 Feb 2023 at 20:11, Emad Radwan wrote: > Hello Community, > > If the customer is exempted from tax, is the

Re: OFbiz/Tomcat vs Ofbiz/Tomcat/Apache to serve static resources

2023-01-25 Thread Paul Mandeltort
The modern solution here use an edge caching/CDN solution like Cloudflare images or AWS Cloudfront. —Paul, Marco Specialties Inc. > On Jan 24, 2023, at 4:38 AM, Giulio Speri - MpStyle Srl > wrote: > > Hello everyone, > > I hope I found you all well! > >

Re: Merging Two Order

2020-09-24 Thread Paul Foxworthy
in OFBiz, that might do what you want. Cheers Paul Foxworthy On Thu, 24 Sep 2020 at 19:11, Madhi Krishnan wrote: > Hii Community.. > Hope you all are well. > I'am looking for order merge functionality in ofbiz, > Let's say if a user places two different orders with the same shippi

Re: Rental

2020-05-19 Thread Paul Mandeltort
https://demo-trunk.ofbiz.apache.org/accounting/control/ListFixedAssetProducts?fixedAssetId=RentalShip <https://demo-trunk.ofbiz.apache.org/accounting/control/ListFixedAssetProducts?fixedAssetId=RentalShip> --Paul > On May 19, 2020, at 3:23 PM, ja...@productive1.com wrote: > > Is

Re: Ofbiz on Ubuntu 19.10

2020-03-03 Thread Paul Foxworthy
Hi, I'm glad that fixed it. You don't need to remove Java 11 altogether, just use update-java-alternatives ( http://manpages.ubuntu.com/manpages/trusty/man8/update-java-alternatives.8.html) to specify which version you want to use. Cheers Paul Foxworthy On Tue, 18 Feb 2020 at 03:23

Re: Ofbiz on Ubuntu 19.10

2020-02-12 Thread Paul Foxworthy
Hi, I use XFCE and have no problem with OFBiz or development environments like IntelliJ IDEA and Eclipse. I doubt the problem is your window manager. I agree with Pierre, most likely you have Java 11. For the moment OFBiz requires Java 8. Cheers Paul Foxworthy On Wed, 12 Feb 2020 at 22:12

Re: Installing on Windows 7

2019-10-15 Thread Paul Mandeltort
system. —Paul > On Oct 15, 2019, at 4:27 PM, Bill Harder wrote: > > Hi Jacques, > > Happy Tuesday... > > I have spent the last 2 days trying to get ofbiz running on Windows 10 and > finally found the problem. If you user login name has a space, it will not > work.(ie Bil

Re: OFBiz Sanity Test Automation

2019-10-07 Thread Paul Foxworthy
Hi all, (Re using Geb and Spock for functional testing) On Fri, 27 Sep 2019 at 14:23, Jacques Le Roux wrote: > Hi Sanjay, Paul, > > What is the situation? > Nothing new from me. As you know I'm in favour of using Geb and Spock over and above Selenium, but doing any work on this is

Re: Issue with connect localhost

2019-10-06 Thread Paul Foxworthy
Hi Tarek, I have tried it out on Windows myself. I got a warning from Windows Firewall when I started OFBiz, and had to approve it. After that it worked fine. Check your firewall settings for port 8443. Cheers Paul Foxworthy On Fri, 23 Aug 2019 at 06:24, Hello all wrote: > Hi Paul, > &

Re: addCartItem - Unable to find the method in Ofbiz services

2019-10-06 Thread Paul Foxworthy
/order/shoppingcart/ShoppingCartEvents.java?view=markup#l173 . Is that what you're looking for? Cheers Paul Foxworthy On Sat, 5 Oct 2019 at 23:27, Venu Yatagiri wrote: > Hi, > I am new to the Ofbiz, i am exploring the POS. > I am able to find delete/modify cartItem but unabl

Re: Ofbiz orders vs invoices

2019-08-23 Thread Paul Foxworthy
. All the work to obtain and ship goods and to schedule people's work is done based on an order. Remember, often we can only invoice *after* all that has been done, so we have a result that a customer is willing to pay for. Hope that helps Paul Foxworthy On Thu, 22 Aug 2019 at 22:21, raja singh

Re: Issue with connect localhost

2019-08-21 Thread Paul Foxworthy
Hi Tarek, Did you run gradlew ofbiz before you tried again? The message you are seeing this time implies OFBiz isn't running. What did netstat say? Cheers Paul Foxworthy On Thu, 22 Aug 2019 at 02:28, Hello all wrote: > Hi Paul, > > Thanks for your reply I did the actions you s

Re: Issue with connect localhost

2019-08-21 Thread Paul Foxworthy
verify OFBiz is listening on port 8443 with the netstat command: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat . Cheers Paul Foxworthy On Wed, 21 Aug 2019 at 14:54, Aditya Sharma wrote: > Moving to the user mailing list. > > Hi Tarek Ali, >

Re: Apply Tax to digital Product

2019-08-01 Thread Paul Foxworthy
said, it seems you can configure a tax rule and it all seems fine, but that rule is not being applied to an order for the downloadable or subscription product. Is that right? Cheers Paul Foxworthy On Mon, 29 Jul 2019 at 17:48, Shrilesh Korgaonkar < shrilesh.korgaon...@udyogmandir.in>

Re: SEO manual

2019-07-27 Thread Paul Foxworthy
On Fri, 26 Jul 2019 at 21:58, Wolfgang Paul Rauchholz < wp.rauchh...@gmail.com> wrote: Search Engine Optimisation > <http://en.wikipedia.org/wiki/Search_engine_optimization> has no interest > on the backend side, because the backend is most often used in an > intranet

Re: Apply Tax to digital Product

2019-07-27 Thread Paul Foxworthy
Hi Shrilesh, Have you added a TaxAuthorityRateProduct for these products? On the demo site, look at https://demo-trunk.ofbiz.apache.org/accounting/control/EditTaxAuthorityRateProducts?taxAuthPartyId=AUT_BMF=AUT . Of course you would substitute your tax authority and geo. Cheers Paul Foxworthy

Re: SEO manual

2019-07-26 Thread Wolfgang Paul Rauchholz
26, 2019 at 1:48 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Wolfgang, > > Did you check ecomseo? > > > https://cwiki.apache.org/confluence/display/OFBIZ/Search+Engine+Optimisation%2C+SEO+in+ecommerce > > Jacques > > Le 17/07/2019 à 13:41,

Re: Update table

2019-07-25 Thread Paul Foxworthy
Hi Ranjith, Yes, you can run a service that makes changes to any number of tables. While this book is quite old, it still might be useful to help you learn OFBiz concepts: https://www.packtpub.com/application-development/apache-ofbiz-development-beginners-tutorial . Cheers Paul Foxworthy

Re: Entity table not able to find

2019-07-18 Thread Paul Foxworthy
Hi Ranjith, The entity guide in the Web Tools will give you the name of the tables in the database. For the current trunk version, see here: https://demo-trunk.ofbiz.apache.org/webtools/control/entityref . Cheers Paul Foxworthy On Thu, 18 Jul 2019 at 17:35, Yashwant Dhakad < yashwant.

Re: Hr-Salary Processing/Ofbiz Apache

2019-07-17 Thread Paul Foxworthy
Paul Foxworthy On Mon, 15 Jul 2019 at 15:25, Ranjith KR wrote: > Hi EveryOne, > > need to check how to process the salary and is there any available option > to add salary components and process salary for all employees same time, > > *Thanks & Regards,* > > *

Re: SEO manual

2019-07-17 Thread Wolfgang Paul Rauchholz
Mane, > ofbiz.apache.org > > > > On Wed, Jul 17, 2019 at 12:20 PM Wolfgang Paul Rauchholz < > wp.rauchh...@gmail.com> wrote: > >> Thank you Swapnil. >> >> I went through the document 'Search Engine Optiomization, SEO in >> ecommerce' and also t

SEO manual

2019-07-16 Thread Wolfgang Paul Rauchholz
Good day, I was looking for a manual that explains how to do SEO with Ofbiz. I was not able to find one and would like to create a manual myself and publish it for all to use. Manual would include a short introduction as to what SEO is, elements of it (meta descriptions, URLs, page speed, quality

Fwd: COGS costing method is not supported

2019-07-08 Thread Paul Foxworthy
-- Forwarded message - From: Paul Foxworthy Date: Tue, 9 Jul 2019 at 10:44 Subject: Re: COGS costing method is not supported To: cappa_feng Hi Cappa, I believe the error is coming from here: https://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting

Re: COGS costing method is not supported

2019-07-04 Thread Paul Foxworthy
any transactions, you could change the setting in the Web Tools ( https://demo-trunk.ofbiz.apache.org/webtools/control/ViewGeneric?entityName=PartyAcctgPreference=Company ). Cheers Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.coherentsoftware.com.au/ Email: i...@coherentsoftware.com.au

Re: Help - Migration from OFBiz 3.0 to 16.11

2019-07-03 Thread Paul Foxworthy
Hi Lokesh, Skip Dever had a lot to say about issues he encountered during an upgrade from OFBiz 9 to 12 back in 2013: http://ofbiz.135035.n4.nabble.com/template/NamlServlet.jtp?macro=user_nodes=102820=60 I hope some of that is useful to you. Cheers Paul Foxworthy On Wed, 3 Jul 2019 at 23:32

Re: Reg: PayRoll Functionalities in OfBiz

2019-07-03 Thread Paul Foxworthy
is demonstrating the data model, so may be more sophisticated than you need. You can customise OFBiz to hide anything you don't need. Cheers Paul Foxworthy On Wed, 3 Jul 2019 at 16:42, Sreekanth S wrote: > Hi, > We were try to do an OfBiz setup for an HR Module - but not able to find > th

Re: Two same type of promotion applying on the cart

2019-06-20 Thread Paul Foxworthy
I often see "excludes all other discounts" in the terms and conditions for a special offer. It would be good for OFBiz to support that. Cheers Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.c

Re:

2019-06-19 Thread Paul Foxworthy
Hi Thanh, If you press the F12 key in FireFox, you should see the developer tools. In the console, is there an error message when you try the link? Thanks Paul Foxworthy On Wed, 19 Jun 2019 at 21:59, thanhnguyen020...@gmail.com < thanhnguyen020...@gmail.com> wrote: > Hi all, > &

Re: Two same type of promotion applying on the cart

2019-06-18 Thread Paul Foxworthy
Hi Suraj, Why would you want the $3 promotion if it will never be applied? If they have different data ranges, I think two separate $3 promotions for date ranges before and after the $5 one is a much clearer way to express it. What do you think? Cheers Paul On Tue, 18 Jun 2019 at 23:16, Suraj

Re:

2019-06-18 Thread Paul Foxworthy
Hi Thanh, On the demo website I went to https://demo-stable.ofbiz.apache.org/ordermgr/control/ViewQuote?quoteId=CQ0001 and clicked the PDF button, and it worked in Firefox 60. Is there an error message on your Firefox developer console? Cheers Paul Foxworthy On Wed, 19 Jun 2019 at 12:44

Re:

2019-06-18 Thread Paul Foxworthy
> > Le 18/06/2019 à 16:06, thanhnguyen020...@gmail.com a écrit : > > > Today I see one problem is Firefox browser does not support this command > " > So have anyone have solution for this issue. > Stack Overflow discusses the issue here:

Re: Legacy Data

2019-05-03 Thread Paul Mandeltort
thing to keep in mind is that OFBiz is - for most - intended as a >>> transactional solution. With legacy data one should distinguish between >>> what is needed for operations and what is intended for historical >> insights >>> through the business intelligence

Re: Legacy Data

2019-05-03 Thread Paul Mandeltort
mber* > Apache Incubator <https://incubator.apache.org>, committer > *Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges) > since 2008* > Apache Steve <https://steve.apache.org>, committer > > > On Thu, May 2, 2019 at 5:48 PM Paul Mandeltort

Re: Legacy Data

2019-05-02 Thread Paul Mandeltort
Using Excel XML features: -In Web tools: -Export the entity you want to work with, one at a time - open it in Excel Windows - Last I checked, Mac excel XML support sucks. But Mac Excel sucks in general. - Excel will figure out the schema and embed it so

Re: Reg Ofbiz inventory valuation

2019-04-19 Thread Paul Foxworthy
Hi Pavan, Check the Inventory Valuation report at https://demo-trunk.ofbiz.apache.org/accounting/control/InventoryValuation?organizationPartyId=Company . You can choose a date for the valuation. Cheers Paul Foxworthy On Wed, 27 Mar 2019 at 23:05, devendrapavanku...@gmail.com < devendrapava

Re: Different VAT product / transportation

2019-04-16 Thread Paul Foxworthy
/VAT-is-not-applied-for-the-shipping-td3234699.html http://ofbiz.135035.n4.nabble.com/Shipping-Adjustments-vs-Products-td4639135.html Cheers Paul Foxworthy On Sat, 30 Mar 2019 at 22:09, Ankush Upadhyay < ankush.upadh...@hotwaxsystems.com> wrote: > Hello, > I tried to c

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

2019-04-16 Thread Paul Foxworthy
Another resource that might be helpful : https://www.ifrs-gaap.com/examples-and-charts provides free example charts of accounts for both GAAP and IFRS accounting standards. Cheers Paul Foxworthy On Sun, 7 Apr 2019 at 02:31, Pierre Smits wrote: > Hi Wolfgang, > > Great initiative! I

Re: VAT setup in ofbiz

2019-04-14 Thread Wolfgang Paul Rauchholz
t; I'll check anyway > > > > Le 12/04/2019 à 13:20, Jacques Le Roux a écrit : > >> Thanks, > >> > >> Mmm, as I suspected this is a very old advice (more than 10 years). > I'll have a look... > >> > >> Jacques > >> > &

Re: VAT setup in ofbiz

2019-04-11 Thread Wolfgang Paul Rauchholz
Here is the link: https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-PricesWithVAT On Thu, Apr 11, 2019 at 19:50 Jacques Le Roux wrote: > Le 11/04/2019 à 15:19, wp.rauchh...@gmail.com a écrit : > > Show prices with VAT

Re: Error adding Carrier Ship Method Type ID

2019-04-01 Thread Wolfgang Paul Rauchholz
Please add error message Sent from my iPad > On 1 Apr 2019, at 21:12, > wrote: > > When trying to add carrier ship method ID we are getting the attached > error. Has anyone seen this or can point me in the right direction to > fix it? > > Thanks, > > James

Re: Translating UOMs

2019-03-28 Thread Wolfgang Paul Rauchholz
Thank you. Wolfgang On Thu, Mar 28, 2019 at 6:58 PM Michael Brohl wrote: > Yes, see > https://cwiki.apache.org/confluence/display/OFBIZ/Text+Translation > (*EntityLabels.xml) > > Regards, > > Michael > > Am 28.03.19 um 18:10 schrieb wp.rauchh...@gmail.com: > > Is there a possibility to

Re: Product Manager > Rate > Rating Type Enum and Rate > Rating

2019-03-23 Thread Wolfgang Paul Rauchholz
Thank you very much for explanation. That was very helpful On Sat, Mar 23, 2019 at 07:39 Ankush Upadhyay < ankush.upadh...@hotwaxsystems.com> wrote: > Hi Wolfgang, > This is about to show *Average Rating* on customer's review section over > Product detail section. > Regarding Rating Type Enum: >

Re: myportal config.

2019-03-14 Thread Wolfgang Paul Rauchholz
meters at the portlet level, not PortletPage level _NA_ 0 2019-03-09 12:20:10.0 2019-03-09 12:20:10.0 2019-03-09 12:20:10.0 2019-03-09 12:20:10.0 On Thu, Mar 14, 2019 at 9:56 AM Arun Patidar wrote: > Looks like portalPageId is empty value in screen > component://common/widget/PortalPag

Re: Error message price list

2019-03-14 Thread Wolfgang Paul Rauchholz
a chance... > > > > Jacques > > > > Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit : > >> Thank you Jacques. > >> How to apply a patch in ofbiz. > >> The Howto is not yet dome. > >> > https://cwiki.apache.org/confluence/display

Re: Error message price list

2019-03-14 Thread Wolfgang Paul Rauchholz
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11 On Thu, Mar 14, 2019 at 9:41 AM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > You maybe not need to, how did you download the version you use? > > Jacques > > Le 14/03/2019 à 09:36, Wo

Re: Error message price list

2019-03-14 Thread Wolfgang Paul Rauchholz
ctually you did not use the last stable release but the R16 branch. > > I have fixed the issue with > https://issues.apache.org/jira/browse/OFBIZ-10837 > > Please update and try again > > Thanks > > Jacques > > Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit

Re: myportal config.

2019-03-14 Thread Wolfgang Paul Rauchholz
Good day Arun. Here we go org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://common/widget/PortalPageScreens.xml#showPortalPage]: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen

Re: Error message price list

2019-03-14 Thread Wolfgang Paul Rauchholz
I re-produced the error: 1. Go to Catalog > Product> 2. Select a Product 3. Got to tab 'Prices': 1. Price Type: Promotional Price or Defasul Price 2. Price 3. termUOMId: Other: Each 4. Tax Percentage: 10% 5. Tax in Price This generates the error as

Re: problems accounting -16.11

2019-03-13 Thread Paul Foxworthy
at https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide . Cheers Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.coherentsoftware.com.au/ Email: i...@coherentsoftware.com.au

Re: Ofbiz accounting / ecomseo vs ecommerce

2019-03-06 Thread Wolfgang Paul Rauchholz
use it, you'll have to put the plugin(s) into the /plugins directory. > > There are also Gradle tasks to pull plugin(s) into the framework > > automatically, see README.adoc. > > > > Regards, > > > > Michael > > > > Am 06.03.19 um 09:42 schrieb Wolfgang Pau

Re: Ofbiz accounting / ecomseo vs ecommerce

2019-03-06 Thread Wolfgang Paul Rauchholz
Thank you Arun, when will this feature get rolled out into standard? I see it on the demo trunk, but it believe it is not yet included in latest stable? Disabling accounting will have any impact onthe payment gateway? Wolfgang On Wed, 2019-03-06 at 10:54 +0530, Arun Patidar wrote: > Hello

Re: Web analytics

2019-02-28 Thread Wolfgang Paul Rauchholz
I installed Matomo. Would you please tell me which files I have to add the JavaScript Tracking Code to track the traffic on the ecommercie pages? Thank you, Wolfgang On Thu, 2019-02-28 at 10:46 +0530, Aditya Sharma wrote: > Hi Wolfgang, > > For OFBiz OOTB tracking. You can enable server

Re: Web analytics

2019-02-28 Thread Wolfgang Paul Rauchholz
Thank you for responses. Wolfgang On Thu, 2019-02-28 at 10:46 +0530, Aditya Sharma wrote: > Hi Wolfgang, > > For OFBiz OOTB tracking. You can enable server stats in OFBiz from > serverstats.properties file. Refer to this [1] document > Refer Visit and ServerHit entities. These visits can be

Re: Food nutrition database

2019-02-20 Thread Wolfgang Paul Rauchholz
Thanks for pointing me to this solution. That works really great! Quesiton I still have; what is the best usage of the tab 'Attributes'? Wolfgang On Mon, 2019-02-18 at 09:39 -0600, Paul Mandeltort wrote: > You’ll want to use Features which already has units support built > in. &g

Re: ofbiz and SSL & apache

2019-02-20 Thread Wolfgang Paul Rauchholz
, Michael Brohl wrote: > You will need to store a certificate for the domain you want to use. > > Maybe you should create your own keystore containing only your > certificate and point to this file instead of the original. > > Regards, > > Michael > > > Am 19.02.

Re: ofbiz and SSL & apache

2019-02-19 Thread Wolfgang Paul Rauchholz
keystore containing only your > certificate and point to this file instead of the original. > > Regards, > > Michael > > > Am 19.02.19 um 12:22 schrieb Wolfgang Paul Rauchholz: > > I am trying to get SSL working w/o apache for the time being. > > I followed your

Re: ofbiz and SSL & apache

2019-02-19 Thread Wolfgang Paul Rauchholz
ame alias "ssl". > > Just import your certificate with another alias and you should be > fine. > > Remember: if you use an Apache Webserver before your OFBiz instance, > you > do not need to import the certificate in the keystore! > > Regards, > > Michael Brohl

Re: ofbiz and SSL & apache

2019-02-19 Thread Wolfgang Paul Rauchholz
How does this procedure work in case of an existing letsencrypt certificate? Because I have an existing certificate, can I skip steps 3? I continued directly with step 4, uploading and conveting cert.pem to cert.der. But importe step 5 throws out an error: keytool error: java.lang.Exception:

Re: how to fix this :ofbiz --load-data FAILED in windows 10 (URGENT)

2019-02-18 Thread Paul Foxworthy
dependencies. If that seems to work, try your gradlew cleanAll loadDefault again. Hope that helps. Paul Foxworthy On Tue, 19 Feb 2019 at 16:17, chhokershaab@gmail.com < chhokershaab@gmail.com> wrote: > > > On 2019/02/18 10:20:20, Michael Brohl wrote: > > Fix what? &

Re: Food nutrition database

2019-02-18 Thread Paul Mandeltort
z.apache.org/catalog/control/EditProductFeatures?productId=WG-9943 <https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductFeatures?productId=WG-9943> --P -- Paul Mandeltort, Marco Specialties, Inc. +1(512)394-8119 p...@marcospec.com > On Feb 18, 2019, at 3:51 AM, w

Re: How to configure two different BOMs for same product?

2019-02-04 Thread Wolfgang Paul Rauchholz
As you speak about recipe I assume we sre talking process industry? What is the difference between B and C. Are you using the same or different process when using B and/or C to produce a? Wolfgang On Mon, Feb 4, 2019 at 3:33 PM Yashwant Dhakad < yashwant.dha...@hotwaxsystems.com> wrote: > Hi,

Re: BOM With Multiple Levels

2019-01-28 Thread Wolfgang Paul Rauchholz
Are the intermediate products in your production run stockable items or do they move directly to the next production step? In that case, you could maybe define these items as phantom items and blow demand through them (in case Ofbiz offers this functionality). Like that you build-up your BOM as

Re: Expense Purchase Order (PO)

2019-01-09 Thread Paul Foxworthy
in accounting but not as stock in your warehouse. Cheers Paul Foxworthy On Thu, 10 Jan 2019 at 16:03, Yashwant Dhakad < yashwant.dha...@hotwaxsystems.com> wrote: > Hi Mandar K, > You can create new CAPEX type product and do some customization in > receiving workflow. It will wo

Re: GL Account Mapping by Store

2019-01-06 Thread Paul Foxworthy
://fisheye.apache.org/browse/~br=trunk/ofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml . Cheers Paul Foxworthy On Thu, 29 Nov 2018 at 06:44, wrote: > Is it possible to control the revenue and bank account of Ofbiz by > Store? > > Thanks, > > Quincy >

Re: Request Sql script to build ofbiz database?

2018-12-06 Thread Paul Foxworthy
instead of Derby. The second says how to create a database with only seed data within it. Cheers Paul Foxworthy On Sat, 1 Dec 2018 at 08:39, Naveen Metta wrote: > Sorry i missed ofbiz release. I need ofbiz database sql compatible with > Ofbiz 16.11 and Mysql 5.7 and above. > > Tha

Re: Wikipedia update

2018-11-27 Thread Wolfgang Paul Rauchholz
I can contribute to the Spanish pages. I am not a Wilipedia talent, but I gues in a team we can get his one solved Saludos, Wolfgang On Tue, Nov 27, 2018 at 11:16 AM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi, > > Today I spent some time to update the latest released version

Re: VAT

2018-10-25 Thread Wolfgang Paul Rauchholz
Go to their web page. I contacted with Paul Piper: p...@ilscipio.com On Thu, Oct 25, 2018 at 3:29 PM wrote: > is there a contact at Scipio ERP > > > Original Message > Subject: Re: VAT > From: Wolfgang Paul Rauchholz > Date: Thu, October 25, 20

Re: VAT

2018-10-25 Thread Wolfgang Paul Rauchholz
ific gl accounts > > Vat posting on gl accounts can be configured > > Vat reports that calculate the vat return. > > Thanks, > > James > > Original Message > Subject: Re: VAT > From: Wolfgang Paul Rauchholz > Date: Wed, October 24, 2018 11:

Re: VAT

2018-10-25 Thread Wolfgang Paul Rauchholz
Here some reads about treatment of VAT in ofbiz. https://cwiki.apache.org/confluence/display/OFBENDUSER/08+Tax+Authorities https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-PricesWithVAT

Re: Delivery schedules for product categories

2018-10-24 Thread Wolfgang Paul Rauchholz
t. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > > On Wed, Oct 17, 2018 at 6:54 PM Wolfgang Paul Rauchholz < > wp.rauchh...@gmail.com> wrote: > > > Thank you Rishi, > > > > I tried t Catalog option too, but it poses

Re: Delivery schedules for product categories

2018-10-17 Thread Wolfgang Paul Rauchholz
Thank you Rishi, I tried t Catalog option too, but it poses the same challenges I cannot overcome which is to define a delivery schedule (from...to) for each category (or catalog) Products from Category 1 can only be delivered in week from Oct 22 - 28 Products from Category 2 can only be

Re: Credit Card payment service

2018-10-17 Thread Wolfgang Paul Rauchholz
Thank you Wolfgang On Wed, Oct 17, 2018 at 10:26 AM Pierre Smits wrote: > Hi Wolfgang, > > There are many more 3rd party fintech integrations. You can find a overview > of what is available OOTB at [1]. Please be aware that some are not > working. > > I have also created a 3rd party fintech

Re: Make-to-Order / Drop-ship only

2018-10-14 Thread Wolfgang Paul Rauchholz
Thank you Pierre. I will test this different scenarios which we could face: (1) Customer places order, we place PO on supplier and from there it ships directly (2) Customer places order, we replenish components, a job shop completes to create the fingood and supplier ships directly to customer (3)

Re: Error when receiving purchase order

2018-10-13 Thread Wolfgang Paul Rauchholz
Hi Rishi, I revised setup of accounting. There was setup missing in Invoive Item Type. This is fixed now. Thanks. Wolfgang On Sat, Oct 13, 2018 at 2:05 PM Rishi Solanki wrote: > Hi Wolfgang, > Could you please share the default gl account setup data set in the > InvoiceItemType and GlAccount

Re: Error when receiving purchase order

2018-10-10 Thread Wolfgang Paul Rauchholz
#postAcctgTrans]]: ; [Gl account id is not set for 2 or mapping not found for account type , Gl account id is not set for 3 or mapping not found for account type TAX_ACCOUNT] On Wed, Oct 10, 2018 at 12:48 PM Wolfgang Paul Rauchholz < wp.rauchh...@gmail.com> wrote: > Please disrega

Re: Error when receiving purchase order

2018-10-10 Thread Wolfgang Paul Rauchholz
Please disregard. I had forgotten to set GL ACCOUNT DEFAULTS. Wolfgang On Wed, Oct 10, 2018 at 12:35 PM wp.rauchh...@gmail.com < wp.rauchh...@gmail.com> wrote: > I started a fresh ofbiz install (no demo data). > I also setup GL chart of Account and reporting periods. I did not setup > any

Re: OFbiz on LAMP server

2018-10-08 Thread Wolfgang Paul Rauchholz
I do a have several services on my home server (CRM, personal finance. etc..), that all run through apache server. I do have a domain and a certificate from letsencrypt. I want to have the possibility to test ofibz (planning a startup and travelling a lot) accessing through www I want to leverage

Re: Missing State/Province

2018-10-08 Thread Wolfgang Paul Rauchholz
I am happy to help. But, being a non-technical person, I need explanations in layman terms. 'CommonWorker.getAssociatedStateList' does not tell me anything. Also. the list should be exended into other languages like Cataln, Fren, etc... Wolfgang On Mon, Oct 8, 2018 at 8:12 AM Deepak Dixit

Re: OFbiz on LAMP server

2018-10-07 Thread Wolfgang Paul Rauchholz
Do you refer to this link? https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD Asking, because it creates conflicts with other services on this server/domain Wolfgang On Sun, Oct 7, 2018 at 10:15 AM Jacques Le Roux <

Re: Creating product packs

2018-10-05 Thread Wolfgang Paul Rauchholz
ed a little bit of customization in the code for > displaying those components on the product details page. > > Thanks and Regards > -- > Pritam Kute > > > On Thu, Oct 4, 2018 at 8:48 PM Wolfgang Paul Rauchholz < > wp.rauchh...@gmail.com> wrote: > > > I don

Re: Creating product packs

2018-10-04 Thread Wolfgang Paul Rauchholz
-- > Pritam Kute > > > On Thu, Oct 4, 2018 at 3:17 PM Wolfgang Paul Rauchholz < > wp.rauchh...@gmail.com> wrote: > > > Thanks for responses. > > To you question what do you mean by "open the pack and see what is > inside". > > On the e-Com

Re: Creating product packs

2018-10-04 Thread Wolfgang Paul Rauchholz
Thanks for responses. To you question what do you mean by "open the pack and see what is inside". On the e-Commerce page the Customer will pick the product pack that is composed of 7 servings, from Monday to Sunday. The Customer wants to see the individual servings inside the pack. In other word,

Re: How to manage recepies through content functionality

2018-10-01 Thread Wolfgang Paul Rauchholz
Thank you for picking up my question Deepak. UOM defining on component level. I miss the field, I went through the complete item master and BOM screen. On which is the standard UOM for a part defined? Content manager; I am not a very technical person ContentMapFacade and *ContentWrapper: into

Re: OFBiz Sanity Test Automation

2018-08-26 Thread Paul Foxworthy
-level, and the tests will be much more fragile and will need continuous maintenance. Is there a reason you decided to use Selenium? There's a discussion of one person's experience at https://allegro.tech/2015/05/automated-tests-with-geb-spock-and-groovy.html . Cheers Paul On Thu, 23 Aug 2018 at 22

Re: Inventory Allocation Planning

2018-07-31 Thread Paul Mandeltort
Where is this screen located? Or are you referring to the order priority field in ordermgr? —P > On Jul 31, 2018, at 1:48 PM, > wrote: > > > There is a way to reallocate using the order priority screen. You can > bump backorders up and give them a higher priority. > > Thanks, > > James >

Re: Question about product costing

2018-06-25 Thread Wolfgang Paul Rauchholz
Thanks, that helped a lot. Wolfgang On Sat, Jun 23, 2018 at 7:49 AM Arun Patidar wrote: > Hi, > > In the code, value of 'taskCost' depends on fields 'estimatedTaskTime', > 'usageCost.amount', 'setupTime' and 'setupCost.amount'. You can add log > messages in 'getTaskCost' service to see the

Re: ofbizsetup procedure

2018-06-08 Thread Wolfgang Paul Rauchholz
butor since 2008 > Apache Steve <https://steve.apache.org>, committer > > On Fri, Jun 8, 2018 at 1:07 PM, Wolfgang Paul Rauchholz < > wp.rauchh...@gmail.com> wrote: > > > Please disregard ' Problem: eCommerce page does not show prices in BRL. > It > > Shows ‘Y

Re: ofbizsetup procedure

2018-06-08 Thread Wolfgang Paul Rauchholz
Please disregard ' Problem: eCommerce page does not show prices in BRL. It Shows ‘Your Price: $0.00’' After a while it shows now in BRL. As if updates would take some time to take effect? But still, how can I change the ‘Internal Accounting Organizations’, via 'Entity Data Maintenance'? On Fri,

Re: Error message when trying to enter 'FIN ACCTS' in Stores

2018-06-07 Thread Paul Foxworthy
Hi Wolfgang, It's saying the PurchaseSurveyId in your ProductStore refers to a non-existent Survey with an ID of 1100. Either create a Survey first, or correct the 1100 to a valid ID for a Survey, or change the data for the ProductStore so there is no mention of a Survey. Cheers Paul Foxworthy

Re: A Product Store has not been defined for this ecommerce site.

2018-06-07 Thread Wolfgang Paul Rauchholz
Thx to both! That helped to solve my issue. On Thu, 7 Jun 2018 at 13:34, Rishi Solanki wrote: > Forgot to share the related link; > > 1) > > https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+Install+OFBiz+without+the+Demo+Data > > Rishi Solanki > Sr Manager, Enterprise Software

Re: Payment Gateway Config Error

2018-06-06 Thread Wolfgang Paul Rauchholz
ine. With the space line it would not. On Wed, Jun 6, 2018 at 11:37 AM, Wolfgang Paul Rauchholz < wp.rauchh...@gmail.com> wrote: > Hi Jacques, I tried with a fresh DB again and got the same problem. Right > now I am setting up a data model in ofbiz that would represent what we pla

Re: Payment Gateway Config Error

2018-06-06 Thread Wolfgang Paul Rauchholz
your DB differs from the data > loaded. You might try to begin with a fresh DB again if you have still > issues. Else you can live with it, though I'd no recommend that in > production. > > Jacques > > > > Le 05/06/2018 à 16:59, Wolfgang Paul Rauchholz a écrit : > >&g

Re: Payment Gateway Config Error

2018-06-05 Thread Wolfgang Paul Rauchholz
ixes. > > So for me (only, not as an official PMC member) no, svn is stabler than a > package. > > This said I have still no ideas why you get issues ;) > > Jacques > > > > Le 05/06/2018 à 12:06, Wolfgang Paul Rauchholz a écrit : > >> I run OfBiz on Cento

Re: Payment Gateway Config Error

2018-06-05 Thread Wolfgang Paul Rauchholz
is 4.0 Install sources. Is zip file a better (stabler0 version than svn? On Sun, Jun 3, 2018 at 2:39 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > > Le 01/06/2018 à 15:23, Wolfgang Paul Rauchholz a écrit : > >> Not sure what happend, but I really did not chang

Re: Payment Gateway Config Error

2018-06-01 Thread Wolfgang Paul Rauchholz
Not sure what happend, but I really did not change anything. I do also have problems with uploading XML files I had created before by exporting from ofbiz into the empye db. Did I do something wrong with setting up the installation? This is what I did: (1) Install sources: svn co

  1   2   3   4   5   >