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 Fr

Re: Running ofbiz using .bat file

2023-03-08 Thread Paul Foxworthy
must 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,

Re: Tutorial for ofbiz structure for further development

2023-03-06 Thread Paul Foxworthy
Hi Amol, The OFBiz data model is inspired by the work of Les Silverston in "The Data Model Resource Book" volumes 1, 2 and 3, especially volume 1. This page on the OFBiz wiki has links to those books and others useful to OFBiz developers: https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Re

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
d add 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 ar

Re: Sales Order without invoice

2023-02-12 Thread Paul Foxworthy
you do give a customer 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 custome

Re: Merging Two Order

2020-09-24 Thread Paul Foxworthy
ality 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

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 202

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: 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 way down my

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
ache/ofbiz/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 car

Re: Ofbiz orders vs invoices

2019-08-22 Thread Paul Foxworthy
being charged fairly. 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

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

Re: Issue with connect localhost

2019-08-20 Thread Paul Foxworthy
u can 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
rom what you've 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.

Re: SEO manual

2019-07-27 Thread Paul Foxworthy
our APIs is a technical implementation detail, and it's just noise for all our users all of the time. It's as bad as .jsp, .php3, .aspx on the end of URLs, which are, thank goodness, becoming much less common . "main" is not much better. Cheers Paul Foxworthy -- Coherent

Re: Apply Tax to digital Product

2019-07-27 Thread Paul Foxworthy
eers Paul Foxworthy On Sat, 27 Jul 2019 at 15:28, Shrilesh Korgaonkar < shrilesh.korgaon...@udyogmandir.in> wrote: > *Hi Guys,* > > *I created tax using TaxAuthority, But it's not applying for **Digital* > * Subscription **Product.* > *How can we apply tax for Di

Re: Update table

2019-07-24 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 On

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,* > > *

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
ered any transactions, you could change the setting in the Web Tools ( https://demo-trunk.ofbiz.apache.org/webtools/control/ViewGeneric?entityName=PartyAcctgPreference&partyId=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&user=102820&i=60 I hope some of that is useful to you. Cheers Paul Foxworthy On Wed, 3

Re: Reg: PayRoll Functionalities in OfBiz

2019-07-03 Thread Paul Foxworthy
has a salary The demo application 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 a

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: https://stackoverflow.com/questions/38856853/a-href-javasc

Re: Reg Ofbiz inventory valuation

2019-04-18 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 chec

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: 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: how to fix this :ofbiz --load-data FAILED in windows 10 (URGENT)

2019-02-18 Thread Paul Foxworthy
many 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: 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: OFBiz Sanity Test Automation

2018-08-26 Thread Paul Foxworthy
Hi Sanjay, When we discussed this last year ( http://ofbiz.135035.n4.nabble.com/OFBiz-Sanity-Test-Document-td4707889.html) you said you would check out Geb and Spock. I really think there are major productivity gains in writing tests that use logical page components. Selenium is much more low-lev

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 Foxw

Re: Error messages when uploading xml files

2018-05-28 Thread Paul Foxworthy
accounts may be more significant. If you check the OFBiz log (/webtools/control/LogView), you should see which records are failing. Cheers Paul Foxworthy On 29 May 2018 at 05:38, wp.rauchh...@gmail.com wrote: > I am trying to upload xml data that I had exported previously form ofbiz. > Some

Re: How to resolve CSRF attack

2018-04-16 Thread Paul Foxworthy
n Web Application Security Project, owasp.org) classes. They also have a library for CSRF prevention: https://www.owasp.org/index.php/Category:OWASP_CSRFGuard_Project . Would this be useful? Cheers Paul Foxworthy On 16 April 2018 at 19:22, Michael Brohl wrote: > Hi Sonali, > > this is not a

Re: A bug in 16.11.04

2018-03-29 Thread Paul Foxworthy
Hi all, Is the fix to add translations to zh_CN for the four messages here: https://github.com/apache/ofbiz-framework/blob/trunk/framework/service/config/ServiceUiLabels.xml ? Thanks Paul Foxworthy On 28 March 2018 at 16:03, Deepak Dixit wrote: > Hi Schumann, > > Could you please cr

Re: Financial transaction - accounting transactions

2018-03-21 Thread Paul Foxworthy
we you the money and you may ask for it back in future. If they ever take out a bank fee, the transaction would have a credit to the bank account (an asset) and a debit to your bank fees account (an expense). Cheers Paul Foxworthy On 21 March 2018 at 21:33, Ingo Wolfmayr wrote: > Hi, > >

Re: Financials ->Month End Close Procedures

2018-03-20 Thread Paul Foxworthy
Hi James, Sharan Foga's book https://www.lulu.com/au/en/shop/sharan-foga/getting-started-with-apache-ofbiz-accounting/paperback/product-21841766.html might help. Cheers Paul Foxworthy On 21 March 2018 at 00:17, wrote: > > Can someone point me in the right direction for Mont

Re: About OFBiz Email Passwords Sending

2018-03-19 Thread Paul Foxworthy
Hi all, Please, please do not use a string value, any string value, to communicate a null value in XML. It is extremely fragile and dangerous. There is a canonical way to represent nulls in XML: the *attribute* xsi:nil. See https://docstore.mik.ua/orelly/xml/schema/ch11_03.htm . Cheers Paul

Re: OFBIZ is a joke

2018-03-19 Thread Paul Foxworthy
Thanks Jacques. It's not my meme. I've seen it credited to Eric Lease Morgan, who works with open source software for libraries and wrote this in 2004: http://infomotions.com/musings/biblioacid/ . Cheers Paul Foxworthy On 19 March 2018 at 19:52, Jacques Le Roux wrote: > Le 19/03

Re: OFBIZ is a joke

2018-03-18 Thread Paul Foxworthy
ox experience can probably be improved. If you do encounter problems, the more specific you are about them, the better the chance they can be addressed. Thanks Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788

Re: OFBIZ is a joke

2018-03-18 Thread Paul Foxworthy
Rebecca Johnson wrote: > Can you please share the install notes, that you mentioned ? > Hi Rebecca, There is information here: https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide Regards Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Chel

Re: [MODERATE EMAIL] Four days installation issue - Sample output from terminal

2018-03-18 Thread Paul Foxworthy
ually running. If you start a web browser on the same computer, the URL https://localhost:8443/ordermgr/control/main should work and take you to the order manager component in OFBiz. Hope that helps. 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: Shippable Weight - r1720900 - OFBIZ-6777

2018-03-06 Thread Paul Foxworthy
ed to factor in the weight of the cans and the box as well. Cheers Paul Foxworthy On 7 March 2018 at 13:11, Vikas Mayur wrote: > Hi, > > I see this commit was done to fix the inconsistencies with the weight > column on the product. The product_weight is now used instead so if

Re: Difficulty with Fresh 16.11 Release Install

2018-03-01 Thread Paul Foxworthy
On 2 March 2018 at 11:21, Sean Turner wrote: > That solved it, thank you Paul! > > Is there something I need to do to enable the default admin user with > password ofbiz? > I'd expect it to work. You can explicitly set the admin password with gradlew loadAdminUserLogin -PuserLoginId=*UserName*

Re: Difficulty with Fresh 16.11 Release Install

2018-03-01 Thread Paul Foxworthy
ng error page [/error/error.jsp] Hi Sean, Have you imported the seed data? If you're starting on a production system, you don't need the demo data, but you will need seed. Try this: gradlew "ofbiz --load-data readers=seed,seed-initial" Cheers Paul Foxworthy -- Coherent

Re: ofbiz framework component in trunk is misleading?

2018-02-19 Thread Paul Foxworthy
t; advantage of doing it? > Hi Jim, For many years there was only one OFBiz project. When plugins were split out into a separate repository, the remaining code was named ofbiz-framework. Really it's applications plus framework, but that's a bit long winded. Cheers Paul Foxworthy --

Re: ofbiz framework component in trunk is misleading?

2018-02-19 Thread Paul Foxworthy
ersion and GitHub does imply OFBiz is a framework. The confusion didn't occur to me at the time we split out the plugins, because I'm too close to it and already know what OFBiz is. But it is a valid point. It may be too late to change, but should we consider "OFBiz Core" or

Re: Ofbiz

2018-02-15 Thread Paul Foxworthy
Hi Mohamed, There is some information here: https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-storeSetup Cheers Paul Foxworthy On 12 February 2018 at 16:16, Hi Mohamed wrote: > hi > I have some doubts > ab

Re: Country-Currency mapping in OFBiz

2018-02-07 Thread Paul Foxworthy
numeric code doesn't map directly to a currency, is there a way in OFBiz to discover which currency is relevant? Thanks Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.coherentsoftware

Re: Changing per-install categories in production deployment.

2018-01-29 Thread Paul Foxworthy
t a value or values using the XML Import tool: https://demo-trunk.ofbiz.apache.org/webtools/control/EntityImport This question is probably better on the user mailing list, dev is more for the development of the internals of OFBiz. Cheers Paul Foxworthy On 29 January 2018 at 08:15, Julian Smi

Re: Data Import/Export Procedure

2018-01-27 Thread Paul Foxworthy
/EntityImport . You'll get a better error message describing the problem. Cheers Paul Foxworthy On 27 January 2018 at 14:57, Craig Parker wrote: > I tried tonight, and it's still failing. I reinstated the 16.11.03 install > I had, with the corresponding databases, and this t

Re: loadDefault Source Code

2018-01-27 Thread Paul Foxworthy
o you need to load parents before children within the data for one entity. Cheers Paul Foxworthy On 24 January 2018 at 11:37, wrote: > Hi, > > Thanks, I think this is what I need. I wrote an application which diagrams > PostgreSQL databases and creates SVG maps of table pk and fk &g

Re: Inventory - Moving Average

2018-01-27 Thread Paul Foxworthy
/accounting/control/InventoryValuation?organizationPartyId=Company ). Cheers Paul Foxworthy On 28 January 2018 at 11:39, Paul Foxworthy wrote: > Hi James, > > https://issues.apache.org/jira/browse/OFBIZ-9500 and the thread at > http://ofbiz.135035.n4.nabble.com/AccountingQuantity- &

Re: Inventory - Moving Average

2018-01-27 Thread Paul Foxworthy
Hi James, https://issues.apache.org/jira/browse/OFBIZ-9500 and the thread at http://ofbiz.135035.n4.nabble.com/AccountingQuantity-COGS-method-and-inventory-valuation-td4700867.html that preceded the Jira might be relevant here. Cheers Paul Foxworthy On 27 January 2018 at 16:37, Vaibhav Jain

Re: Multi-Company

2018-01-17 Thread Paul Foxworthy
Hi James, This discussion from 2013 might be relevant: http://ofbiz.135035.n4.nabble.com/operating-a-single-OFBiz-with-multiple-companies-td4641488.html#a4642124 Cheers Paul Foxworthy On 18 January 2018 at 08:46, wrote: > > Has anyone configured a true multicompany with Ofbiz in whi

Re: Users and Passwords

2018-01-12 Thread Paul Foxworthy
here: https://demo-trunk.ofbiz.apache.org/partymgr/control/editlogin?userLoginId=demoemployee Cheers Paul Foxworthy On 13 January 2018 at 13:47, wrote: > I don't see a simple way in the software to list users or reset passwords. > I will admit, again, that perhaps I'm num

Re: Help with generating QR code in pdf using Apache FO

2018-01-09 Thread Paul Foxworthy
Hi Arun, I think you're close. Try adding content-height, content-width and scaling elements to your ( http://www.zeali.net/mirrors/w3cshool/xslfo/obj_instream-foreign-object.asp.html ). Cheers Paul Foxworthy On 10 January 2018 at 00:22, Arun Sankar wrote: > Hi Shi, > > &g

Re: Add Product Supplier broken - similar to Edit Facility bug

2018-01-09 Thread Paul Foxworthy
the implications of this. When an order or invoice currency amount is being calculated, rounding might be different if the unit price is not itself a currency. A change would need some investigation and testing. Cheers Paul Foxworthy -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenha

Re: Help with Starting OFBiz automatically on Startup [OSX 10.13.2]

2018-01-04 Thread Paul Foxworthy
Hi Sean, Is "my_user_name" literally present in that file? If so, change the WorkingDirectory setting to the location of your ofbiz.16.11 folder. Cheers Paul Foxworthy On 5 January 2018 at 16:09, Sean Turner wrote: > Hi, > > I'm trying to get OFBiz to launch on log

Re: Add Product Supplier broken - similar to Edit Facility bug

2018-01-04 Thread Paul Foxworthy
order small and cheap items like your washers in bulk, never one at a time. Cheers Paul Foxworthy On 4 January 2018 at 23:20, Boyden, Timothy wrote: > Based on my reading of the comments in arithmetic.properties, it only > controls the display (rounding/format) of decimals, not the

Re: Add Product Supplier broken - similar to Edit Facility bug

2018-01-03 Thread Paul Foxworthy
ption for product pricing sufficient? - If enforcement is needed, should it be more fine-grained than one rule for all products? Should the number of DPs be an attribute of some entity, perhaps ProductCategory or SupplierProduct? Cheers Paul Foxworthy On 4 January 2018 at 11:57, Paul Foxworthy

Re: Add Product Supplier broken - similar to Edit Facility bug

2018-01-03 Thread Paul Foxworthy
Thanks, that makes sense. Maybe further discussion should move to https://issues.apache.org/jira/browse/OFBIZ-6436 . I will put a comment there with your link to the NCES standard. Cheers Paul Foxworthy P.S. I buy my gasxxx petrol in litres and one place suffices :-). On 3 January 2018 at 23

Re: Add Product Supplier broken - similar to Edit Facility bug

2018-01-02 Thread Paul Foxworthy
cost price for a manufactured product, the prices for washers might be imprecise but that's unlikely to be most significant contributor to the cost price. What am I missing? Thanks Paul Foxworthy On 24 December 2017 at 22:42, Boyden, Timothy wrote: > The issue that I had was

Re: Add Product Supplier broken - similar to Edit Facility bug

2017-12-23 Thread Paul Foxworthy
m more interested in improving the framework and less the demo application, and I suspect I'm not alone in this. So the demo may be somewhat messy and incomplete. Cheers Paul Foxworthy On 24 December 2017 at 07:55, Boyden, Timothy wrote: > Having all kinds of fun with Release 16.11.03 t

Re: Add Product Supplier broken - similar to Edit Facility bug

2017-12-23 Thread Paul Foxworthy
Wolfmayer was proposing adding a similar thing for prices. Cheers Paul Foxworthy On 24 December 2017 at 08:02, Boyden, Timothy wrote: > Also, it looks like the Last Purchase Price field doesn't accept 5 digit > decimal places. Major bad for a manufacturing system. A steel washer, &

Re: Java SDK version 8 for Ofbiz version 12

2017-12-10 Thread Paul Foxworthy
Hi Skip, Check out https://issues.apache.org/jira/browse/OFBIZ-4749 and https://issues.apache.org/jira/browse/OFBIZ-5835. With the patches from these two in place, OFBiz 10 and 11 compile with OpenJDK 8. Cheers Paul Foxworthy On 9 December 2017 at 18:29, Oleg Andreyev wrote: > Hi S

Re: inheriting COA from other accounting package(s)

2017-11-21 Thread Paul Foxworthy
mpany offers free example IFRS and GAAP charts for download: https://www.ifrs-gaap.com/accounting-examples . You could base yours on these examples and "fill in the blanks" if there's something you see in another accounting package that might be relevant. Cheers Paul Foxworthy On 7

Re: Privacy laws

2017-11-20 Thread Paul Foxworthy
expert, but from what I've seen I think you need to call encryption functions as you store data, so it's not transparent. 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: Eclipse on mac virtual machine

2017-10-25 Thread Paul Foxworthy
Hi Harry, The Mac won't launch software from an unknown source. Is this your problem: https://www.eclipse.org/forums/index.php/t/1066277/ ? Cheers Paul Foxworthy On 24 October 2017 at 00:46, harry mead wrote: > Hi, > > > Eclipse wont even open on my Mac for some reason it al

Re: [MODERATE EMAIL] Installing Apache OFB - MacOS Sierra

2017-09-04 Thread Paul Foxworthy
; > Jacques > Hi Aishwary and Jacques, There might be no need for a plugin. OFBiz supports many currencies, and you could add one more for Bitcoin. Do you have any functionality in mind that is unique to Bitcoin, or is it just one more currency? Cheers Paul Foxworthy -- Coherent So

Re: New Implementation - OfBiz - redgrape.tech - Indian context

2017-08-23 Thread Paul Foxworthy
iz.apache.org/accounting/control/AddCompany , did you choose a PartyGroup for which you want to performa accounting, and which is not already an internal accounting organization? 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: New Implementation - OfBiz - redgrape.tech - Indian context

2017-08-22 Thread Paul Foxworthy
t is separate from categories people might use for searching for a product. Cheers Paul Foxworthy On 23 August 2017 at 02:18, Jacques Le Roux wrote: > Hi Mallah, > > Your message has been moderated. > > Please use and subscribe to the user ML for such questions > see why here

Re: Add Tax in AP invoice

2017-07-26 Thread Paul Foxworthy
Hi Moatasim, The mailing list has filtered out your attachments. Can you add them to the Jira https://issues.apache.org/jira/browse/OFBIZ-6330 ? Thanks Paul Foxworthy On 26 July 2017 at 19:41, Moatasim Al Masri wrote: > Thank you all for your support > After I applied the patch, one

Re: Java 8

2017-07-19 Thread Paul Foxworthy
Hi Ron, It should be JAVA_HOME. See some suggestions here https://stackoverflow.com/questions/24641536/how-to-set-java-home-in-linux-for-all-users . Cheers Paul Foxworthy On 1 June 2017 at 01:04, RKP Atlantic Business Services wrote: > Hi > > No matter what I do. I have followe

Re: Updating 10 year old version of entity engine and service engine.

2017-07-18 Thread Paul Foxworthy
user=102820&i=60 Cheers Paul Foxworthy On 5 July 2017 at 05:52, Mark Gordon wrote: > Hi, > > I have been tasked with updating a 10 year old version of ofbiz > entityengine and service engine to the latest version. > > Would anyone know of a document that outlines the changes

Re: Add Tax in AP invoice

2017-07-11 Thread Paul Foxworthy
Hi Moatasim, The issue https://issues.apache.org/jira/browse/OFBIZ-6330 is probably relevant to this. Cheers Paul Foxworthy On 10 July 2017 at 18:02, Paul Foxworthy wrote: > Hi Moatasim, > > Yes, there's a bug with the accounting transactions for sales tax and VAT. > If yo

Re: [DEMOS] All demos are down

2017-07-10 Thread Paul Foxworthy
em should be fixed with r1801365+6. With the > drawback of letting stable (only for now, ie not old: related with Gradle) > unavailable for 10+ mins each day > > Jacques > > > Le 10/07/2017 à 09:29, Paul Foxworthy a écrit : > >> Hi Jacques, >> >> Shouldn

Re: Add Tax in AP invoice

2017-07-10 Thread Paul Foxworthy
onsai ERP product. I will write up what I've done and create a Jira, probably next weekend. Cheers Paul Foxworthy On 6 July 2017 at 20:58, Moatasim Al Masri wrote: > Dears > > I tried to add sales tax in AP invoice with press Add tax button in > invoice menu, but when I presse

Re: OFBiz Sanity Test Document

2017-07-10 Thread Paul Foxworthy
On 10 July 2017 at 14:59, Taher Alkhateeb wrote: > Interesting. I didn't know about geb but it seems promising and has gradle > integration. It seems to support only JavaScript though right? How does it > compare in performance with Selenium? > Hi Taher, Geb uses WebDriver, so the browser autom

Re: [DEMOS] All demos are down

2017-07-10 Thread Paul Foxworthy
Hi Jacques, Shouldn't there be monitoring so someone gets warned ahead of time that storage space is getting low? Cheers Paul On 8 July 2017 at 02:16, Jacques Le Roux wrote: > It's OK now > > Jacques > > > > Le 07/07/2017 à 16:30, Jacques Le Roux a écrit : > >> Hi, >> >> Caused by: java.io.I

Re: OFBiz Sanity Test Document

2017-07-09 Thread Paul Foxworthy
than Selenium. Cheers Paul Foxworthy On 9 July 2017 at 21:37, Michael Brohl wrote: > Thanks Sanjay, > <https://cwiki.apache.org/confluence/display/%7Esanjay.yadav> > > great work. I think it would be nice to have some automatic tests > (Selenium or else) for these che

Re: Mapping Derby Sample Data Foreign Keys

2017-06-08 Thread Paul Foxworthy
ch of OFBiz's data model, and links to diagrams. The diagrams are a few years old but still substantially correct and relevant. Cheers Paul Foxworthy On 8 June 2017 at 06:43, Taher Alkhateeb wrote: > Hi, > > I might be wrong, but I think you're trying to do this the hard way.

Re: [SURVEY] Name for the task which load demo and all data

2017-05-14 Thread Paul Foxworthy
Hi all, At the risk of bikeshedding... The "data" is redundant. What else would you "load" but "data"? loadAll 1 (best) loadDefault 2 loadAllData 3 loadData 4 (worst) loadData should be infinity. It's meaningless. Cheers Paul Foxworthy On 13 May 20

Re: Problem with description field

2017-05-09 Thread Paul Foxworthy
Hi Skip, Try it with Derby instead of Postgres. Postgres handles large text differently from other databases, arguably better. Maybe OFBiz isn't doing the right thing for Postgres. What's the Postgres data type for the description columns? Cheers Paul Foxworthy On 10 May 2017 at 1

Re: Accounting_quantity_diff <-- Item variance

2017-05-02 Thread Paul Foxworthy
Hi Ingo, See our discussion from January at http://ofbiz.135035.n4.nabble.com/AccountingQuantity-COGS-method-and-inventory-valuation-td4700867.html . I agree tracking of accounting quantity is flawed at present. Cheers Paul Foxworthy On 27 April 2017 at 04:13, Ingo Wolfmayr wrote: >

Re: Problem consuming ofbiz soap services from PHP

2017-02-27 Thread Paul Foxworthy
; value2, key3 => value3, ... ); You could try using something to see the exact SOAP message before OFBiz processes it, perhaps SoapUI (soapui.org). Hope that helps. Paul Foxworthy On 28 February 2017 at 10:52, Alfonso Barreto wrote: > Been trying to find and updated reference for

Re: currency.decimal.format

2017-02-16 Thread Paul Foxworthy
Hi Moatasim, The format in the UtilFormatOut code is a default if the property can't be found, so use the property and don't change the code. In your invoices, is the problem the presentation on the screen or when you create a PDF? Cheers Paul Foxworthy On 16 February 2017 at 20:19

Re: COGS costing method is not supported Error

2017-02-15 Thread Paul Foxworthy
Hi Shweta, Were you able to solve the problem? Cheers Paul Foxworthy On 12 January 2017 at 17:02, Paul Foxworthy wrote: > Hi Shweta, > > OK. Check the owners of the relevant inventory item or items. Are they > Company too, or another party without accounting prefs? > > If

Re: Invoice Reference Number

2017-02-07 Thread Paul Foxworthy
ctises at https://cwiki.apache.org/confluence/display/OFBIZ/Guidelines+for+Using+JIRA+Draft+Proposal+1 . Thanks Paul Foxworthy On 6 February 2017 at 03:22, Moatasim Al Masri wrote: > Dears > I would like to ask for Accounting manager, when I create invoices, there > is a Re

Re: PDF generation with non English charactors

2017-01-13 Thread Paul Foxworthy
Hi Bahaa and Jacques, DejaVu (https://dejavu-fonts.github.io/) is a free and open source font family with a wide range of Unicode characters, including Arabic. Cheers Paul Foxworthy On 14 January 2017 at 06:07, Jacques Le Roux wrote: > Hi Bahaa, > > Sorry the ASF MLs does

Re: COGS costing method is not supported Error

2017-01-11 Thread Paul Foxworthy
Hi Shweta, OK. Check the owners of the relevant inventory item or items. Are they Company too, or another party without accounting prefs? If that doesn't help, I suggest you add some logging to applications/accounting/minilang/ledger/GeneralLedgerServices.xml to discover the value of cogsMethodId

Re: COGS costing method is not supported Error

2017-01-06 Thread Paul Foxworthy
Hi Shweta, Is the PartyAcctgPreference with COGS_FIFO for Company or a different Party? Cheers Paul Foxworthy On 6 January 2017 at 19:01, shwetacf wrote: > Hi Paul, > > Yes, I know that owner should be Company. I did that. But after this also I > am getting same error. > >

  1   2   3   >