Invoice Item Type

2019-10-14 Thread james
Good Day. We are trying to determine if Invoice Item Type can be used for processing Amazon orders in Ofbiz. Here is the scenario Customer purchases product on amazon.com for a total of $100. We process the order from amazon but we have to account for amazon fees of $15 So we want to show the

Re: Improve use of EntityAuditLog

2019-10-14 Thread Jacques Le Roux
Hi Pierre, Nicolas, I totally agree: +1 Jacques Le 14/10/2019 à 09:41, Nicolas Malin a écrit : Hi Pierre, On 07/10/2019 10:15, pierre.gaudin wrote: Hi all, OFBiz has an EntityAuditLog entity log system, which allows all changes to be recorded in a specific field of a table. This allows you

Re: Representing transport jobs in Ofbiz

2019-10-14 Thread Daniel Watford
Thanks Nicolas, I hadn't looked much at WorkEffort yet as I had thought it mainly related to manufacturing tasks. After your prompting I see it will likely help in estimating the various costs for a Job (vehicle, fuel, ferry crossings, tolls, etc) and I like the idea of building a service to

Re: OFBiz upgrade guidelines : Post 16.11

2019-10-14 Thread Nicolas Malin
Hello, If you respect the separation framework / plugins the migration is easy, you can the data model modification here https://cwiki.apache.org/confluence/display/OFBIZ/Data+Migration+by+releases Nicolas On 07/10/2019 10:38, Sandeep Singh wrote: Hi All, Is there any

Re: Live Shipping Rates

2019-10-14 Thread Nicolas Malin
On 01/10/2019 19:51, ja...@productive1.com wrote: The only thing that is added when an invoice generates is the live estimate on the sales order as well as the estimate generated on the pack. However the actual charges are not added to the invoice. Hi James, I never use this process, but if

Re: Improve use of EntityAuditLog

2019-10-14 Thread Nicolas Malin
Hi Pierre, On 07/10/2019 10:15, pierre.gaudin wrote: Hi all, OFBiz has an EntityAuditLog entity log system, which allows all changes to be recorded in a specific field of a table. This allows you to have a technical follow-up on what is recorded in a field. Following monitoring needs on a

Re: Representing transport jobs in Ofbiz

2019-10-14 Thread Nicolas Malin
Hello Daniel, As you describe your jobs, I would tend to use WorkEffort entity with sub workEffort for each sub invoicing part. When your functional schema is operational, detect what element trigger the invoicing and peraphs create your own service to convert your workEffort to invoice

Re: Installing on Windows 7

2019-10-14 Thread Jacques Le Roux
Hi Ethan, OK, we will make it simpler. Just open https://svn.apache.org/repos/asf/ofbiz/branches/release16.11/gradle/init-gradle-wrapper.ps1 And copy it (replace all text) in your own init-gradle-wrapper.ps1. Then run "c:\Ofbiz>init-gradle-wrapper" I have tested the same on my machine and