Re: adding payrol

2009-01-09 Thread David E Jones
On Jan 9, 2009, at 8:31 PM, Adrian Crum wrote: --- On Fri, 1/9/09, David E Jones wrote: For some dose of reality, how I see it anyway, is that Payroll companies don't usually do much pay calculation. In many cases they just get the pre-calculated numbers and generate checks, and maybe help wi

Re: Error any amount that is greater than 999.99

2009-01-09 Thread Adrian Crum
That is a bug that is being worked on. -Adrian --- On Fri, 1/9/09, Rafael Rondon wrote: > From: Rafael Rondon > Subject: Error any amount that is greater than 999.99 > To: user@ofbiz.apache.org > Date: Friday, January 9, 2009, 4:37 PM > All, > > Please help me, I am using the accounting modu

Re: adding payrol

2009-01-09 Thread Adrian Crum
--- On Fri, 1/9/09, David E Jones wrote: > For some dose of reality, how I see it anyway, is that > Payroll companies don't usually do much pay calculation. > In many cases they just get the pre-calculated numbers and > generate checks, and maybe help with some simple calculation > of taxes and ot

Re: adding payrol

2009-01-09 Thread Hans Bakker
how we make sure that that only payrolInvoice itemtypes can be selected on input? The InvoiceItemTypeMap entity needs a special invoiceType i also want to add automatically the basic payrolInvoice item types where the user just have to fill in the values... and probably there are more special ope

Re: Error any amount that is greater than 999.99: expr eval?

2009-01-09 Thread Adrian Crum
The cause is more likely to be the Double to BigDecimal refactor. I'll check into it and see if I can find a solution. -Adrian --- On Fri, 1/9/09, Hans Bakker wrote: > From: Hans Bakker > Subject: Re: Error any amount that is greater than 999.99: expr eval? > To: user@ofbiz.apache.org > Date:

Re: adding payrol

2009-01-09 Thread David E Jones
New InvoiceItemType records may be needed for retirement savings deductions, health insurance deductions, and income tax deductions, but I don't think a new InvoiceType would be needed. Remember this is just an invoice from the employee to the company... just like any other payable invoic

Re: adding payrol

2009-01-09 Thread David E Jones
There are lots of complicated things that we handle in different ways in OFBiz. In most cases we have light or medium complexity implementations and touch points where people can customize to their whim... with whatever insane complexity they want to attempt. In this case if we have an in

Re: adding payrol

2009-01-09 Thread Adrian Crum
The best strategy (in my opinion) is to have OFBiz output payroll information in a format that can be accepted by third-party payroll processors (ADP, etc). Trying to write payroll software for OFBiz will be a nightmare, due to constantly changing labor, wage, and tax laws. -Adrian --- On Fri

Re: adding payrol

2009-01-09 Thread Hans Bakker
Hi David, sound like a good idea, my suggestion was just to follow the database design book. This is less work so sure we can do that. we do need however special invoiceItemtypes and therefore a new invoiceType, Please let me know because as usual...my customers want this quick and it would

Re: Error any amount that is greater than 999.99: expr eval?

2009-01-09 Thread Hans Bakker
yes this is a general error i noticed too any larger amount shows this error. It is pretty easy to reproduce, go to an existing invoice and make one item a larger amount (5000) value because a bsh: value is used here for the total value I expect the new expression evaluator? On Fri, 200

Re: OFBiz-LearningCurve has been released

2009-01-09 Thread Hans Bakker
The idea sounds great... however docs in Chinese, no user interface the ofbiz-component file suggests there are entities, services and script files, they are however not included. impossible to check if it is useful or not can you explain to me what your target audience is with this

including of a charting function

2009-01-09 Thread Hans Bakker
browsing the web I saw that Apache forest has included jchart in their distribution (http://jchart.sourceforge.net/) a possible candidate for ofbiz too? If every component gives an overview of its current data in some chart format on the 'main' page would be a nice addition -- Antwebsystems

BillingAccount accountLimit error in latest Trunk

2009-01-09 Thread cjhorton
Hi Everyone, There seems to be an issue with the accountLimit field in the BillingAccount entity. Please see: https://demo.hotwaxmedia.com/accounting/control/FindBillingAccount for an example of this. It produces the following error message: org.ofbiz.widget.screen.ScreenRenderException: E

Error any amount that is greater than 999.99

2009-01-09 Thread Rafael Rondon
All, Please help me, I am using the accounting module, any amount that is greater than 999.99, an amount that is greater than or equal to 1000.00, with the following error: *:ERROR MESSAGE:* org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/Common

Re: adding payrol

2009-01-09 Thread David E Jones
Why not just use Invoice* and Payment? These are used elsewhere for outgoing payments and such, and Invoice has the itemized detail structure that you're looking for. -David On Jan 9, 2009, at 6:21 AM, Hans Bakker wrote: I am looking to add payroll functions. anybody any ideas/concerns

Form Widget question

2009-01-09 Thread Jacek Wagner
All, Is it possible to prepopulate a field with the table content and be able to override it if necessary in the Form Widget? Note that cannot get data thru entry-name mechanizm. Jacek

adding payrol

2009-01-09 Thread Hans Bakker
I am looking to add payroll functions. anybody any ideas/concerns? actions: 1. add entity "PayCheckItem" with key paymentId and paymentItemSeqId and with "PayCheckItemType" and other fields 2. add services, screens ad forms in accounting 3. add automatic calculation using data from HR input app

Re: variables reset

2009-01-09 Thread Jacek Wagner
I buld an apps that has 15 screen widgets and a number of screen forms and ftls. In the third screen widget in the logic sequence, BirthdayPartyConfirmation I from-field="parameters.partyId" to-scope="user"/> see below screen to-sco

Re: Currency Formatting/Rounding

2009-01-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ofbiz is currently going to a double to big decimal conversion there should be some major changes with the branch is folded back in suggest you monitor the ofbiz-dev and/or the commits ML for when that will happen masionas sent the following on 1/9/20

OFBiz-LearningCurve has been released

2009-01-09 Thread Shi Jinghai
Hi list, I'm glad to announce the release of Langhua LearningCurve component for OFBiz. License: The LearningCurve component is in LGPL 3.0 license. Develop Environment: The LearningCurve component is developed and tested with OFBiz trunk on Fedora 10 x86_64, OpenJDK 1.6. Background: The Learn

Currency Formatting/Rounding

2009-01-09 Thread masionas
HI Guys, I have quite strange behaviour with the way currency is rouonded. Here is what I have in the properties: 1) .../common/config/general.properties # -- the default currency to use for prices, etc currency.uom.id.default=USD # -- the default decimal format for currency currency.decimal.fo

Error formatting currency value, in transaction entrie

2009-01-09 Thread Rafael Rondon
Good morning, I just installed the version OFBIZ_Trunk of 732,756. And I'm starting to install the modules, but using the database DERBY, as initial test, when a transaction log and if the amount does not have decimal values, if I happen to say it was more successful, but does not show the Entries

Re: Ofbiz & Web Services

2009-01-09 Thread Jacques Le Roux
You may be interested by the FAQ http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Soap Jacques From: "Gisgreat" Hi all, Is it possible with Ofbiz to implement Webservices and access it using mobile device such as PDA? Thanks. -- View t

Re: Ofbiz & Web Services

2009-01-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you might look at specialpurpose/hhfacility it has not been maintained thru the current core revisiions so needs so work on it, to view it. This was to use a Hand-held directly and no need for webservice just a built in web browser. Gisgreat sent the

Re: Ofbiz & Web Services

2009-01-09 Thread Sven Wesley
...or make a PDA application that uses the webservice as data carrier. Regards, Sven 2009/1/9 Nikita Shinde > Hi, > >Yes it's possible to implement Webservices in OFBiz. Every service > in OFBiz has a potentially be a Webservice and this is easily done by > setting export="true" in the

RE: Ofbiz & Web Services

2009-01-09 Thread Nikita Shinde
Hi, Yes it's possible to implement Webservices in OFBiz. Every service in OFBiz has a potentially be a Webservice and this is easily done by setting export="true" in the service definition of the OFBiz service. Example : Blocking Test service Also you can ex

Ofbiz & Web Services

2009-01-09 Thread Gisgreat
Hi all, Is it possible with Ofbiz to implement Webservices and access it using mobile device such as PDA? Thanks. -- View this message in context: http://www.nabble.com/Ofbiz---Web-Services-tp21370608p21370608.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Ofbiz Training in India

2009-01-09 Thread Jacques Le Roux
There is also a book available http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books Jacques From: "Tushar Abhyankar" Hi Seema, You can go through the following links to experience the ofbiz environment 1) Basic Ofbiz setup http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+G

Re: Ofbiz Training in India

2009-01-09 Thread Awdesh Parihar
Hello Seema Go through link http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application I think this will more help you to understand OFBiz. -- Awdesh Parihar Enterprize Software Developer Hotwax Media Inc. Indore (M.P.) +91 9893351789

RE: Ofbiz Training in India

2009-01-09 Thread Tushar Abhyankar
Hi Seema, You can go through the following links to experience the ofbiz environment 1) Basic Ofbiz setup http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide 2) ofbiz-conference videos http://ofbiz.apache.org/VideosConf.html 3) Framework introduction and videos http:

Re: How to use OFBiz to provide room reservation

2009-01-09 Thread Amine AZZI
did you look into http://opentravelsystem.org ? Regards Amine. 2009/1/9 X Gylee > I'm currently exploring the possibility of using OFBiz for a hotel room > reservation system. The system will have several types of rooms, each with > its own number of available rooms for a date period. > > For e

How to use OFBiz to provide room reservation

2009-01-09 Thread X Gylee
I'm currently exploring the possibility of using OFBiz for a hotel room reservation system. The system will have several types of rooms, each with its own number of available rooms for a date period. For example: Room 1 => Jan 1 - Jan 10 => 3 rooms. Room 1 => Jan 11 - Jan 17 => 2 rooms. Room 1 =>

Re: Do we any option to give flate shipment cost to a product for a specific carrier party

2009-01-09 Thread Pranay Pandey
Thank you so much David it helps a lot. Kind Regards -- Pranay Pandey On Jan 9, 2009, at 7:09 AM, David E Jones wrote: Based on your description what you need is an entity that defines something (a shipping rate) that describes the relationship between a Product and a Carrier (or CarrierS