Re: decimal places

2019-05-07 Thread Deepak Dixit
Hi James,

You need to update the database field type, as right now most of the
mentioned fields are suing the currency-precise as field type and as per
configuration, it's having only 3 decimal places.

Please update the filedtype*.xml file as needed, you need to run alter the
query to update existing table field type.
Kind Regards,


Deepak Dixit
DIRECTOR OF PRODUCT ENGINEERING
mobile: +91 9826754548
email: deepak.di...@hotwax.co
*www.hotwax.co *


On Tue, Apr 30, 2019 at 5:33 PM  wrote:

> I looked at the both of the areas below but we are still not getting 5
> decimal places on the catalog price list, purchase order unit
> price/total price, sales order unit price/total price , inventory item
> ID unit price, vendor invoice unit price/total price and sales invoice
> unit price/total price.  I would have to imagine several companies would
> have this requirement as the decimal places can make a major
> differences.  Is there anywhere else in the system where I can update
> the decimal places?  Any help is much appreciated
>
> Thanks,
>
> James
>
>  Original Message 
> Subject: Re: decimal places
> From: Ankush Upadhyay 
> Date: Thu, April 11, 2019 8:15 pm
> To: user@ofbiz.apache.org
>
> Hello James,
> Please check arithmatic.properties and UtilNumber.java.
> Thanks
> --
> Ankush Upadhyay
>
>
> On Fri, Apr 12, 2019 at 7:00 AM  wrote:
>
> > Is there a setting in Ofbiz to increase the decimal points on all prices
> > in Ofbiz? We need at least 4-5 decimal points. Any help is much
> > appreciated.
> >
> > Thanks,
> >
> > James
> >
>


Re: Plugin development with pure java

2019-05-07 Thread Michael Brohl
Just an addon to Rishi's summary: you will find services and event logic 
programmed in mini/simple lang (XML). This is deprecated and will be 
replaced by Groovy over time.


Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 07.05.19 um 13:52 schrieb Rishi Solanki:

Dear OFBiz User,
All configurations under config folder, ofbiz-component.xml, entitydef,
servicedef folders, widgets and webapp requires xml which should not be
replace, as it helps us to easily achieve complex architecture. But you can
replace all forms using any UI technologies or free market template
directly supported by OFBiz.
For business logic development there is no need to go for XML instead you
can use the complete Java or Java like scripting language groovy. Please
revert back in case you are looking for something else with more details.

HTH!

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems 
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*

Direct: +91-9893287847


On Tue, May 7, 2019 at 4:23 PM Илья Михайлов 
wrote:


Hallo!

Is it possible plugin or app development with pure java without xml?

Can you provide some examples please?

Regards, Ilya





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Plugin development with pure java

2019-05-07 Thread Rishi Solanki
Dear OFBiz User,
All configurations under config folder, ofbiz-component.xml, entitydef,
servicedef folders, widgets and webapp requires xml which should not be
replace, as it helps us to easily achieve complex architecture. But you can
replace all forms using any UI technologies or free market template
directly supported by OFBiz.
For business logic development there is no need to go for XML instead you
can use the complete Java or Java like scripting language groovy. Please
revert back in case you are looking for something else with more details.

HTH!

Best Regards,
--
*Rishi Solanki* | Sr Manager, Enterprise Software Development
HotWax Systems 
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P 452010
Linkedin: *Rishi Solanki*

Direct: +91-9893287847


On Tue, May 7, 2019 at 4:23 PM Илья Михайлов 
wrote:

> Hallo!
>
> Is it possible plugin or app development with pure java without xml?
>
> Can you provide some examples please?
>
> Regards, Ilya
>


Plugin development with pure java

2019-05-07 Thread Илья Михайлов
Hallo!

Is it possible plugin or app development with pure java without xml?

Can you provide some examples please?

Regards, Ilya