Re: Latitude, Longitude in PostalAdress

2009-01-10 Thread David E Jones


Sounds like it might as well go into a properties file for now, and  
later on as more are migrated when we design a suitable data model for  
a larger number of properties we can move it over with the others.


It's a lot like things in payment.properties and other similar files.

-David


On Jan 7, 2009, at 10:43 PM, Jacques Le Roux wrote:


Sorry it was not supposed to be so unredeable :(

Quick answer : these keys are generated by Google Map and used when  
you want to render a map using Google Map something like


[jira] Updated: (OFBIZ-1923) Add geolocation to data model.

2009-01-10 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-1923:
---

Attachment: GeloLocation.patch

A more complete patch with a 1st demonstration of use in Party Profile. It 
could be yet commited and enhanced later. Please review and test, thanks

> Add geolocation to data model.
> --
>
> Key: OFBIZ-1923
> URL: https://issues.apache.org/jira/browse/OFBIZ-1923
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, framework, party, product
>Affects Versions: SVN trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: GeloLocation.patch, GeopointDataModel.patch, 
> GeopointDataModel.patch, GeopointDataModel.patch, GeopointDataModel.patch, 
> GeopointDataModel.patch
>
>
> The attached patch is enhancing the current data model following last David's 
> suggestion after some exchanges on dev ML. I just added a geoPointId to 
> Container.
> I finally used float for latitude, longitude and elevation, instead of 
> creating a new degree field type (numeric 18,6).
> Any comments are welcome.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2070) New tool to get labels information

2009-01-10 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662726#action_12662726
 ] 

Jacques Le Roux commented on OFBIZ-2070:


I had another idea : it would be great to use the Ajax way to edit fields (cf. 
Ajax Example). 
This would be particularly convenient when dealing with a sole language, which 
is the most common case.

> New tool to get labels information
> --
>
> Key: OFBIZ-2070
> URL: https://issues.apache.org/jira/browse/OFBIZ-2070
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Marco Risaliti
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: LabelsInfo5.png, LabelsInfo9.patch
>
>
> New tool to get labels information used in OFBiz.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2112) Minipol in eCommerce

2009-01-10 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2112.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
 Assignee: Jacques Le Roux

Fixed in r732720, thanks to Karim Rahimpur on user ML


> Minipol in eCommerce
> 
>
> Key: OFBIZ-2112
> URL: https://issues.apache.org/jira/browse/OFBIZ-2112
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: SVN trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk
>
>
> There is something wrong there not sure exactly what yet. For now I commited 
> a workaround in r732296

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2118) Drop-down Applications Bar

2009-01-10 Thread Hans Bakker (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662724#action_12662724
 ] 

Hans Bakker commented on OFBIZ-2118:


looks very good, excellent initiative if you provide a patch i will help to 
test it.

> Drop-down Applications Bar
> --
>
> Key: OFBIZ-2118
> URL: https://issues.apache.org/jira/browse/OFBIZ-2118
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
> Attachments: screenshot1.jpg, screenshot2.jpg, screenshot3.jpg, 
> screenshot4.jpg, screenshot5.jpg
>
>
> Hi all,
> we have discussed several times about a new backoffice layout with drop-down 
> menus to have less crowded screens.
> I am experimenting some solutions and I would like to show you what I came to 
> in order to discuss about it.
> What you can see in the screenshots attached is based on an new visual-theme 
> but also on several changes in the decorators.
> The idea is to have a breadcrumbs that is a drop-down menu also.
> The leftmost Item is always "Home" and when the user hover on it the 
> applications menu is shown up.
> Then the user can select an application and the application name is shown in 
> the second position of the breadcrumbs.
> If the user hovers on it the selected application menu is shown and the user 
> can select an option that is shown in third position on breadcrumbs.
> The idea is to have the breadcrumbs to incorporate both the applications 
> menu, the single application menu and the tab bars.
> At the right ent of the same line of the breadcrumbs (in the white background 
> region) the actual screen name should be visible.
> I think that this way of navigating offers to the user a complete view of all 
> applications as a whole.
> For the moment I only attach screenshots to this jira because I need to clean 
> my code to make a presentable patch. I just want to hear if you think this is 
> a model that we can go through. If the community agrres on this that I will 
> spend more time to clean the code and submit a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2118) Drop-down Applications Bar

2009-01-10 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662719#action_12662719
 ] 

Jacques Le Roux commented on OFBIZ-2118:


What about Scott's idea of the current bottom SpecialPurpose application as a 
top dropdown menu also ?

> Drop-down Applications Bar
> --
>
> Key: OFBIZ-2118
> URL: https://issues.apache.org/jira/browse/OFBIZ-2118
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
> Attachments: screenshot1.jpg, screenshot2.jpg, screenshot3.jpg, 
> screenshot4.jpg, screenshot5.jpg
>
>
> Hi all,
> we have discussed several times about a new backoffice layout with drop-down 
> menus to have less crowded screens.
> I am experimenting some solutions and I would like to show you what I came to 
> in order to discuss about it.
> What you can see in the screenshots attached is based on an new visual-theme 
> but also on several changes in the decorators.
> The idea is to have a breadcrumbs that is a drop-down menu also.
> The leftmost Item is always "Home" and when the user hover on it the 
> applications menu is shown up.
> Then the user can select an application and the application name is shown in 
> the second position of the breadcrumbs.
> If the user hovers on it the selected application menu is shown and the user 
> can select an option that is shown in third position on breadcrumbs.
> The idea is to have the breadcrumbs to incorporate both the applications 
> menu, the single application menu and the tab bars.
> At the right ent of the same line of the breadcrumbs (in the white background 
> region) the actual screen name should be visible.
> I think that this way of navigating offers to the user a complete view of all 
> applications as a whole.
> For the moment I only attach screenshots to this jira because I need to clean 
> my code to make a presentable patch. I just want to hear if you think this is 
> a model that we can go through. If the community agrres on this that I will 
> spend more time to clean the code and submit a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2118) Drop-down Applications Bar

2009-01-10 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662718#action_12662718
 ] 

Jacques Le Roux commented on OFBIZ-2118:


This looks like very promising indeed,  +1 !

> Drop-down Applications Bar
> --
>
> Key: OFBIZ-2118
> URL: https://issues.apache.org/jira/browse/OFBIZ-2118
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
> Attachments: screenshot1.jpg, screenshot2.jpg, screenshot3.jpg, 
> screenshot4.jpg, screenshot5.jpg
>
>
> Hi all,
> we have discussed several times about a new backoffice layout with drop-down 
> menus to have less crowded screens.
> I am experimenting some solutions and I would like to show you what I came to 
> in order to discuss about it.
> What you can see in the screenshots attached is based on an new visual-theme 
> but also on several changes in the decorators.
> The idea is to have a breadcrumbs that is a drop-down menu also.
> The leftmost Item is always "Home" and when the user hover on it the 
> applications menu is shown up.
> Then the user can select an application and the application name is shown in 
> the second position of the breadcrumbs.
> If the user hovers on it the selected application menu is shown and the user 
> can select an option that is shown in third position on breadcrumbs.
> The idea is to have the breadcrumbs to incorporate both the applications 
> menu, the single application menu and the tab bars.
> At the right ent of the same line of the breadcrumbs (in the white background 
> region) the actual screen name should be visible.
> I think that this way of navigating offers to the user a complete view of all 
> applications as a whole.
> For the moment I only attach screenshots to this jira because I need to clean 
> my code to make a presentable patch. I just want to hear if you think this is 
> a model that we can go through. If the community agrres on this that I will 
> spend more time to clean the code and submit a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



What is happening with OrderItemShipGroup.productStoreShipMethId?

2009-01-10 Thread David E Jones


It appears that there used to be a  
OrderItemShipGroup.productStoreShipMethId field, but there is no  
longer one, and when an order is saved the productStoreShipMethId in  
the ShoppingCart object is no longer saved.


If anyone knows anything about this... Is that correct? If so, why was  
this change made?


If no one knows anything about this then I think some investigation is  
needed... :(


There is still some code that tries to use it that flares up when  
trying to edit an order item (orderdetail page in the Order Manager,  
Edit Items link, change quantity on any item):


2009-01-10 15:35:14,759 (http-0.0.0.0-8443-2)  
[  ServiceDispatcher.java:500:ERROR]
 exception report  
--

Service [recalcShippingTotal] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service [recalcShippingTotal] target threw an unexpected  
exception ([GenericEntity.get] "productStoreShipMethId" is not a field  
of OrderItemShipGroup)
 cause  
-

Exception: java.lang.IllegalArgumentException
Message: [GenericEntity.get] "productStoreShipMethId" is not a field  
of OrderItemShipGroup
 stack trace  
---
java.lang.IllegalArgumentException: [GenericEntity.get]  
"productStoreShipMethId" is not a field of OrderItemShipGroup

org.ofbiz.entity.GenericEntity.get(GenericEntity.java:308)
org.ofbiz.entity.GenericEntity.getString(GenericEntity.java:585)
org 
.ofbiz 
.order 
.shoppingcart 
.shipping.ShippingEvents.getShipEstimate(ShippingEvents.java:121)
org 
.ofbiz 
.order.order.OrderServices.recalcOrderShipping(OrderServices.java:1602)


-David



[jira] Updated: (OFBIZ-2118) Drop-down Applications Bar

2009-01-10 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-2118:
---

Attachment: screenshot5.jpg
screenshot4.jpg

> Drop-down Applications Bar
> --
>
> Key: OFBIZ-2118
> URL: https://issues.apache.org/jira/browse/OFBIZ-2118
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
> Attachments: screenshot1.jpg, screenshot2.jpg, screenshot3.jpg, 
> screenshot4.jpg, screenshot5.jpg
>
>
> Hi all,
> we have discussed several times about a new backoffice layout with drop-down 
> menus to have less crowded screens.
> I am experimenting some solutions and I would like to show you what I came to 
> in order to discuss about it.
> What you can see in the screenshots attached is based on an new visual-theme 
> but also on several changes in the decorators.
> The idea is to have a breadcrumbs that is a drop-down menu also.
> The leftmost Item is always "Home" and when the user hover on it the 
> applications menu is shown up.
> Then the user can select an application and the application name is shown in 
> the second position of the breadcrumbs.
> If the user hovers on it the selected application menu is shown and the user 
> can select an option that is shown in third position on breadcrumbs.
> The idea is to have the breadcrumbs to incorporate both the applications 
> menu, the single application menu and the tab bars.
> At the right ent of the same line of the breadcrumbs (in the white background 
> region) the actual screen name should be visible.
> I think that this way of navigating offers to the user a complete view of all 
> applications as a whole.
> For the moment I only attach screenshots to this jira because I need to clean 
> my code to make a presentable patch. I just want to hear if you think this is 
> a model that we can go through. If the community agrres on this that I will 
> spend more time to clean the code and submit a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2118) Drop-down Applications Bar

2009-01-10 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-2118:
---

Attachment: screenshot3.jpg
screenshot2.jpg
screenshot1.jpg

> Drop-down Applications Bar
> --
>
> Key: OFBIZ-2118
> URL: https://issues.apache.org/jira/browse/OFBIZ-2118
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
> Attachments: screenshot1.jpg, screenshot2.jpg, screenshot3.jpg
>
>
> Hi all,
> we have discussed several times about a new backoffice layout with drop-down 
> menus to have less crowded screens.
> I am experimenting some solutions and I would like to show you what I came to 
> in order to discuss about it.
> What you can see in the screenshots attached is based on an new visual-theme 
> but also on several changes in the decorators.
> The idea is to have a breadcrumbs that is a drop-down menu also.
> The leftmost Item is always "Home" and when the user hover on it the 
> applications menu is shown up.
> Then the user can select an application and the application name is shown in 
> the second position of the breadcrumbs.
> If the user hovers on it the selected application menu is shown and the user 
> can select an option that is shown in third position on breadcrumbs.
> The idea is to have the breadcrumbs to incorporate both the applications 
> menu, the single application menu and the tab bars.
> At the right ent of the same line of the breadcrumbs (in the white background 
> region) the actual screen name should be visible.
> I think that this way of navigating offers to the user a complete view of all 
> applications as a whole.
> For the moment I only attach screenshots to this jira because I need to clean 
> my code to make a presentable patch. I just want to hear if you think this is 
> a model that we can go through. If the community agrres on this that I will 
> spend more time to clean the code and submit a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2118) Drop-down Applications Bar

2009-01-10 Thread Bruno Busco (JIRA)
Drop-down Applications Bar
--

 Key: OFBIZ-2118
 URL: https://issues.apache.org/jira/browse/OFBIZ-2118
 Project: OFBiz
  Issue Type: New Feature
  Components: ALL COMPONENTS
Reporter: Bruno Busco


Hi all,
we have discussed several times about a new backoffice layout with drop-down 
menus to have less crowded screens.
I am experimenting some solutions and I would like to show you what I came to 
in order to discuss about it.

What you can see in the screenshots attached is based on an new visual-theme 
but also on several changes in the decorators.

The idea is to have a breadcrumbs that is a drop-down menu also.

The leftmost Item is always "Home" and when the user hover on it the 
applications menu is shown up.
Then the user can select an application and the application name is shown in 
the second position of the breadcrumbs.
If the user hovers on it the selected application menu is shown and the user 
can select an option that is shown in third position on breadcrumbs.
The idea is to have the breadcrumbs to incorporate both the applications menu, 
the single application menu and the tab bars.
At the right ent of the same line of the breadcrumbs (in the white background 
region) the actual screen name should be visible.

I think that this way of navigating offers to the user a complete view of all 
applications as a whole.

For the moment I only attach screenshots to this jira because I need to clean 
my code to make a presentable patch. I just want to hear if you think this is a 
model that we can go through. If the community agrres on this that I will spend 
more time to clean the code and submit a patch.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1780) Clean up labels between components

2009-01-10 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662671#action_12662671
 ] 

Jacques Le Roux commented on OFBIZ-1780:


Hi Marco,

Please could you reformat  CommonUiLabels.xml, CommonEntityLabels.xml and 
CommonHelpUiLabels.xml (tabs in place of 4 spaces and some bad indentations) ?

Thanks

> Clean up labels between components
> --
>
> Key: OFBIZ-1780
> URL: https://issues.apache.org/jira/browse/OFBIZ-1780
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Marco Risaliti
>Assignee: Marco Risaliti
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: cleanup_labels.patch, cleanup_labels10.patch, 
> cleanup_labels11.patch, cleanup_labels12.patch, cleanup_labels13.patch, 
> cleanup_labels14.patch, cleanup_labels15.patch, cleanup_labels16.patch, 
> cleanup_labels17.patch, cleanup_labels17.patch, cleanup_labels18.patch, 
> cleanup_labels19.patch, cleanup_labels2.patch, cleanup_labels20.patch, 
> cleanup_labels20.patch, cleanup_labels21.patch, cleanup_labels22.patch, 
> cleanup_labels23.patch, cleanup_labels24.patch, cleanup_labels25.patch, 
> cleanup_labels26.patch, cleanup_labels27.patch, cleanup_labels28.patch, 
> cleanup_labels29.patch, cleanup_labels3.patch, cleanup_labels30.patch, 
> cleanup_labels4.patch, cleanup_labels5.patch, cleanup_labels6.patch, 
> cleanup_labels7.patch, cleanup_labels7.patch, cleanup_labels8.patch, 
> cleanup_labels9.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> Clean up labels between order and ecommerce application.
> If a label has been used between order and ecommerce application it will be 
> converted to OrderXXX style and instead if they has been used by a specific 
> application they will be converted to that specific style (OrderXXX or 
> EcommerceXXX).
> This is the first patch and some more work is needed.
> Let me know what did you think of it ?
> Thanks
> Marco
> Extended to deal with ALL COMPONENTS

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2117) Add payrol functions to ofbiz

2009-01-10 Thread Adrian Crum (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662665#action_12662665
 ] 

Adrian Crum commented on OFBIZ-2117:


...and employees paid by commission, and piece work workers...

The rest of it sounds fine to me.


> Add payrol functions to ofbiz
> -
>
> Key: OFBIZ-2117
> URL: https://issues.apache.org/jira/browse/OFBIZ-2117
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, humanres
>Affects Versions: SVN trunk
>Reporter: Hans Bakker
>Assignee: Hans Bakker
> Fix For: SVN trunk
>
>
> Add payrol functions, in other words be able to enter and calculate the 
> payslip for the employees

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2117) Add payrol functions to ofbiz

2009-01-10 Thread Vince Clark (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662655#action_12662655
 ] 

Vince Clark commented on OFBIZ-2117:


I would call the new invoiceType "Payroll" instead of "Employee Salary" to 
cover hourly and salaried staff.

> Add payrol functions to ofbiz
> -
>
> Key: OFBIZ-2117
> URL: https://issues.apache.org/jira/browse/OFBIZ-2117
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, humanres
>Affects Versions: SVN trunk
>Reporter: Hans Bakker
>Assignee: Hans Bakker
> Fix For: SVN trunk
>
>
> Add payrol functions, in other words be able to enter and calculate the 
> payslip for the employees

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2117) Add payrol functions to ofbiz

2009-01-10 Thread Hans Bakker (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662638#action_12662638
 ] 

Hans Bakker commented on OFBIZ-2117:


Ok we have now 2 routes:

1. be able to enter payroll info but calculate outside of the system (either 
third party or by hand.)
2. calculate within the system

Can i propose the following to suite both routes?

1. Add a new invoiceType "Employee Salary" which belongs to the purchase 
invoice type group.
2. Add sevaral invoiceItemTypes for the new invoice type normally depending on 
the country where it is used.
3. Add a new field to InvoiceItemType called 'calculation Service" where an 
optional service name can be specified which enables the calculation of that 
invoiceItem.

later we can add invoiceItemtypes for countries supported.

Is this acceptable?

> Add payrol functions to ofbiz
> -
>
> Key: OFBIZ-2117
> URL: https://issues.apache.org/jira/browse/OFBIZ-2117
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, humanres
>Affects Versions: SVN trunk
>Reporter: Hans Bakker
>Assignee: Hans Bakker
> Fix For: SVN trunk
>
>
> Add payrol functions, in other words be able to enter and calculate the 
> payslip for the employees

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2117) Add payrol functions to ofbiz

2009-01-10 Thread Hans Bakker (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662636#action_12662636
 ] 

Hans Bakker commented on OFBIZ-2117:


compressed opinions from the mailing list (can be found under the subject; 
"adding payrol")

Hans: add payCheckitems to the payment entity according the databse design book.

David: lets use as much as possible of the Invoice functions, do not really see 
a need for a new invoice type

Hans: is fine with me but need new invoiceItemTypes and invoiceType to do 
special processing

Adrian: 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.



> Add payrol functions to ofbiz
> -
>
> Key: OFBIZ-2117
> URL: https://issues.apache.org/jira/browse/OFBIZ-2117
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, humanres
>Affects Versions: SVN trunk
>Reporter: Hans Bakker
>Assignee: Hans Bakker
> Fix For: SVN trunk
>
>
> Add payrol functions, in other words be able to enter and calculate the 
> payslip for the employees

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2117) Add payrol functions to ofbiz

2009-01-10 Thread Hans Bakker (JIRA)
Add payrol functions to ofbiz
-

 Key: OFBIZ-2117
 URL: https://issues.apache.org/jira/browse/OFBIZ-2117
 Project: OFBiz
  Issue Type: New Feature
  Components: accounting, humanres
Affects Versions: SVN trunk
Reporter: Hans Bakker
Assignee: Hans Bakker
 Fix For: SVN trunk


Add payrol functions, in other words be able to enter and calculate the payslip 
for the employees

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.