Re: What IDE for Ofbiz

2016-07-26 Thread Forrest Rae
IntelliJ IDEA, hands down. The Java/Groovy debugging support is superior. The IntelliJ Platform SDK is amazing, though not for the faint of heart. There is a learning curve, but it's worth it. There is a reason Google picked it to be the base for Android Studio. On 07/19/2016 12:13 AM, Pranay

Re: What am I missing? /etc/init.d type of start

2016-07-26 Thread Chris Clark
The real question is why you aren't on systemd by now Chris On Jul 26, 2016 9:33 PM, "Craig Parker" wrote: > Pierre -- it's up and running. Thanks a bunch. I need to get POS running > too, but I'll take a break and just learn what I've got for the moment > > On 07/22/2016

Unable to load a resource file, no error is given

2016-07-26 Thread user
Hello. I'm doing an excercies from the tutorial: https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginnersDevelopmentGuide-Nowitsthetimetoshowpracticeapplicationintheappbar The problem is: 1) Labels resource

Re: ofbiz version 14 webpos

2016-07-26 Thread Heidi Dehaes - Olagos
Hello Pierre, Jacques, I set up also the "categories" "product" "price" page with the tax fields. For the "standard" price and the "list" price , i added information for Belgium in "tax percentage" field, in the "tax authority party" field and in the "tax auth geo id" field and the "tax in

Re: Add tax to billed hours

2016-07-26 Thread gil portenseigne
Hi Taher, Thanks for your advice and indeed this has been think through, to be a global improvement in invoice creation, based on time entries billing. This would apply for both (project and Scrum), and this could be the good way to refactor both invoice creation process (two different

Re: ofbiz version 14 webpos

2016-07-26 Thread Heidi Dehaes - Olagos
Hello Jacques, Pierre, I used until now only module "accounting" with menu "TaxAuthority" for setting up VAT Taxes which works fine until now. But not for the webpos. There is no tax used apparently. I will now investigate with your documentation what to set up under the "categories" "product"

Re: ofbiz version 14 webpos

2016-07-26 Thread Jacques Le Roux
This may also complete Pierre's answer and helps you Eric https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz's+Tax+Authority+Data+Model VAT and other type of taxes are handled at https://localhost:8443/accounting/control/EditTaxAuthority?taxAuthPartyId=BEL_FOD=BEL Not sure if you knew

Re: ofbiz version 14 webpos

2016-07-26 Thread Pierre Smits
Hi Eric, Prices (and whether or not to include taxes - e.g. VAT) are defined in the product component. I trust the above helps. Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Tue,

Re: Add tax to billed hours

2016-07-26 Thread Taher Alkhateeb
Hi Florian, Thank you for taking the time to think about this. Have you considered unifying the solutions by making the links and all the business logic between the WorkEffort and Product? Then maybe just build the whole solution for any upper components (project, scrum, etc ..) around that, and

Re: Add tax to billed hours

2016-07-26 Thread Montalbano Florian
Thank you for your answer. I understand what you mean for the link between Scrum and invoicing. It's just that I saw the functionality allowing to create an invoice from Scrum hours in the Scrum component, I didn't think about the fundamental use of the Scrum. I talked over this subject

ofbiz version 14 webpos

2016-07-26 Thread Heidi Dehaes - Olagos
Hello, I start the "webpos" application from ofbiz 14.2. The "webpos" has already a lot of functionality but how to add VAT taxes to the prices which are shown? Can someone help me? I don't find it. Is the code therefore already implemented? Regards, Eric Olagos bvba Heidi Dehaes Kerkstraat

Re: Why create transaction in Event?

2016-07-26 Thread 叶双明
Sorry, my code is base on newest in branch release13.07, after release 13.07.03. 2016-07-26 15:02 GMT+08:00 叶双明 : > Hi all: > > After update ofbiz to 13.07.03, our system was Unstable. At last, I found > the cause was The transaction created in Event, introduced in

Re: Why create transaction in Event?

2016-07-26 Thread Scott Gray
You can leave your code mostly the same, but just require a new transaction for createOrder, you'll see the option available in the runSync overloaded methods. I've been working with an older version of OFBiz for the last few years so I wasn't aware of this change, but I believe it is better than

Why create transaction in Event?

2016-07-26 Thread 叶双明
Hi all: After update ofbiz to 13.07.03, our system was Unstable. At last, I found the cause was The transaction created in Event, introduced in revision 1,740,632. And found https://issues.apache.org/jira/browse/OFBIZ-6808. But I doubt whether it is good to do this. In my opinion: 1. It would