[jira] [Updated] (OFBIZ-8897) When we pass only pks in "updateCommEventContentAssoc" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8897:
---
Attachment: OFBIZ-8897.patch

Attaching patch for this bug.

> When we pass only pks in "updateCommEventContentAssoc" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8897
> URL: https://issues.apache.org/jira/browse/OFBIZ-8897
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8897.patch
>
>
> When we pass only pks in "updateCommEventContentAssoc" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8899) Unit test case for service - createInvoiceRole

2016-11-04 Thread Deepak Nigam (JIRA)
Deepak Nigam created OFBIZ-8899:
---

 Summary: Unit test case for service -  createInvoiceRole
 Key: OFBIZ-8899
 URL: https://issues.apache.org/jira/browse/OFBIZ-8899
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Deepak Nigam
Priority: Minor


Unit test case for service -  createInvoiceRole



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8898) Unit test case for service - createInvoiceStatus

2016-11-04 Thread Deepak Nigam (JIRA)
Deepak Nigam created OFBIZ-8898:
---

 Summary: Unit test case for service -  createInvoiceStatus
 Key: OFBIZ-8898
 URL: https://issues.apache.org/jira/browse/OFBIZ-8898
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Deepak Nigam
Priority: Minor


Unit test case for service -  createInvoiceStatus



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8897) When we pass only pks in "updateCommEventContentAssoc" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8897:
--

 Summary: When we pass only pks in "updateCommEventContentAssoc" 
service.All non-pk values are getting null.
 Key: OFBIZ-8897
 URL: https://issues.apache.org/jira/browse/OFBIZ-8897
 Project: OFBiz
  Issue Type: Sub-task
  Components: content
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateCommEventContentAssoc" service.All non-pk 
values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8896) Unit test case for service - createInvoiceItem

2016-11-04 Thread Deepak Nigam (JIRA)
Deepak Nigam created OFBIZ-8896:
---

 Summary: Unit test case for service -  createInvoiceItem
 Key: OFBIZ-8896
 URL: https://issues.apache.org/jira/browse/OFBIZ-8896
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Deepak Nigam
Priority: Minor


Unit test case for service -  createInvoiceItem



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8785) Improvements in TestingSubtype entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley reassigned OFBIZ-8785:
---

Assignee: Amit Gadaley

> Improvements in TestingSubtype entity definition and services
> -
>
> Key: OFBIZ-8785
> URL: https://issues.apache.org/jira/browse/OFBIZ-8785
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8786) Improvements in TestingType entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley updated OFBIZ-8786:

Attachment: OFBIZ-8786.patch

Provided patch. Thanks [~rishisolankii] and [~arunpati] for the guidance.

> Improvements in TestingType entity definition and services
> --
>
> Key: OFBIZ-8786
> URL: https://issues.apache.org/jira/browse/OFBIZ-8786
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8786.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8805) Improvements in FinAccountRole entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638718#comment-15638718
 ] 

Rahul Singh commented on OFBIZ-8805:


Added the patch to fix this issue. Thanks, [~rishisolankii] for the detailed 
description. Also, verify the same from entity engine.

> Improvements in FinAccountRole entity definition and services
> -
>
> Key: OFBIZ-8805
> URL: https://issues.apache.org/jira/browse/OFBIZ-8805
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8805.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto (services_finaccount.xml). Also remove 
> the existing services from FinAccountServices.xml. 
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Only need to convert Update and Delete services. Keep the Create service as 
> is.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8805) Improvements in FinAccountRole entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8805:
---
Attachment: OFBIZ-8805.patch

> Improvements in FinAccountRole entity definition and services
> -
>
> Key: OFBIZ-8805
> URL: https://issues.apache.org/jira/browse/OFBIZ-8805
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8805.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto (services_finaccount.xml). Also remove 
> the existing services from FinAccountServices.xml. 
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Only need to convert Update and Delete services. Keep the Create service as 
> is.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8895) Convert ShipmentContactMech entity CRUD service to entity-auto

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8895:
---
Attachment: OFBIZ-8895.patch

Attaching patch for this improvement.I have converted service from simple to 
entity-auto.

> Convert ShipmentContactMech entity CRUD service to entity-auto
> --
>
> Key: OFBIZ-8895
> URL: https://issues.apache.org/jira/browse/OFBIZ-8895
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8895.patch
>
>
> Convert ShipmentContactMech entity CRUD service to entity-auto



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8787) Improvements in Uom entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley updated OFBIZ-8787:

Attachment: OFBIZ-8787.patch

Provided patch. Thanks [~rishisolankii] and [~arunpati] for the guidance.

> Improvements in Uom entity definition and services
> --
>
> Key: OFBIZ-8787
> URL: https://issues.apache.org/jira/browse/OFBIZ-8787
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8787.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8887) When we pass only pks in "updateShipmentContactMech" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8887:
---
Attachment: OFBIZ-8887.patch

Attaching patch for this issue.I have converted service from simple to 
entity-auto.

> When we pass only pks in "updateShipmentContactMech" service.All non-pk 
> values are getting null.
> 
>
> Key: OFBIZ-8887
> URL: https://issues.apache.org/jira/browse/OFBIZ-8887
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8887.patch
>
>
> When we pass only pks in "updateShipmentContactMech" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8889) When we pass only pks in "updateQuantityBreak" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8889:
---
Attachment: OFBIZ-8889.patch

Attaching modified patch.

> When we pass only pks in "updateQuantityBreak" service.All non-pk values are 
> getting null.
> --
>
> Key: OFBIZ-8889
> URL: https://issues.apache.org/jira/browse/OFBIZ-8889
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8889.patch, OFBIZ-8889.patch
>
>
> When we pass only pks in "updateQuantityBreak" service.All non-pk values are 
> getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8787) Improvements in Uom entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley reassigned OFBIZ-8787:
---

Assignee: Amit Gadaley

> Improvements in Uom entity definition and services
> --
>
> Key: OFBIZ-8787
> URL: https://issues.apache.org/jira/browse/OFBIZ-8787
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8791) Improvements in UserAgentMethodType entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley updated OFBIZ-8791:

Attachment: OFBIZ-8791.patch

Provided patch. Thanks [~rishisolankii] and [~arunpati] for the guidance.

> Improvements in UserAgentMethodType  entity definition and services
> ---
>
> Key: OFBIZ-8791
> URL: https://issues.apache.org/jira/browse/OFBIZ-8791
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8791.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8889) When we pass only pks in "updateQuantityBreak" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8889:
---
Attachment: OFBIZ-8889.patch

Attaching patch for this issue. I have converted service from simple to 
entity-auto.

> When we pass only pks in "updateQuantityBreak" service.All non-pk values are 
> getting null.
> --
>
> Key: OFBIZ-8889
> URL: https://issues.apache.org/jira/browse/OFBIZ-8889
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8889.patch
>
>
> When we pass only pks in "updateQuantityBreak" service.All non-pk values are 
> getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8894) Improvements in FixedAssetTypeGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-8894:
-
Attachment: OFBIZ-8894.patch

Here is the patch.

> Improvements in FixedAssetTypeGlAccount entity definition and services
> --
>
> Key: OFBIZ-8894
> URL: https://issues.apache.org/jira/browse/OFBIZ-8894
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
> Attachments: OFBIZ-8894.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> -Remove unused create service implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8894) Improvements in FixedAssetTypeGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)
Rohit Koushal created OFBIZ-8894:


 Summary: Improvements in FixedAssetTypeGlAccount entity definition 
and services
 Key: OFBIZ-8894
 URL: https://issues.apache.org/jira/browse/OFBIZ-8894
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rohit Koushal
Assignee: Rohit Koushal


Required improvements;
- All is good with entity definition .
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.
-Remove unused create service implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8893) When we pass only pks in "updateShipmentGatewayConfigType" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8893:
---
Attachment: OFBIZ-8893.patch

Attaching patch for this issue. I have converted service from simple to 
entity-auto.

> When we pass only pks in "updateShipmentGatewayConfigType" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8893
> URL: https://issues.apache.org/jira/browse/OFBIZ-8893
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8893.patch
>
>
> When we pass only pks in "updateShipmentGatewayConfigType" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8890) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8890:
---
Attachment: OFBIZ-8890.patch

Attaching patch for this issue.I have converted service from simple to 
entity-auto.

> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8890
> URL: https://issues.apache.org/jira/browse/OFBIZ-8890
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8890.patch
>
>
> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8882) Unit test case for service - copyInvoiceToTemplate

2016-11-04 Thread Deepak Nigam (JIRA)

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

Deepak Nigam updated OFBIZ-8882:

Attachment: OFBIZ-8882.patch

Attaching the patch of test case.

> Unit test case for service -  copyInvoiceToTemplate
> ---
>
> Key: OFBIZ-8882
> URL: https://issues.apache.org/jira/browse/OFBIZ-8882
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Priority: Minor
> Attachments: OFBIZ-8882.patch
>
>
> Unit test case for service -  copyInvoiceToTemplate



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8892) Improvements in VarianceReasonGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-8892:
-
Attachment: OFBIZ-8892.patch

Here is the patch

> Improvements in VarianceReasonGlAccount entity definition and services
> --
>
> Key: OFBIZ-8892
> URL: https://issues.apache.org/jira/browse/OFBIZ-8892
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
> Attachments: OFBIZ-8892.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Delete , Create and Update services in entity-auto.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (OFBIZ-8891) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma reopened OFBIZ-8891:


> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8891
> URL: https://issues.apache.org/jira/browse/OFBIZ-8891
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
>
> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8791) Improvements in UserAgentMethodType entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley reassigned OFBIZ-8791:
---

Assignee: Amit Gadaley

> Improvements in UserAgentMethodType  entity definition and services
> ---
>
> Key: OFBIZ-8791
> URL: https://issues.apache.org/jira/browse/OFBIZ-8791
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8891) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma closed OFBIZ-8891.
--
Resolution: Duplicate

> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8891
> URL: https://issues.apache.org/jira/browse/OFBIZ-8891
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
>
> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8891) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma closed OFBIZ-8891.
--
Resolution: Fixed

> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8891
> URL: https://issues.apache.org/jira/browse/OFBIZ-8891
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
>
> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8880) Unit test case for service - setInvoiceStatus

2016-11-04 Thread Deepak Nigam (JIRA)

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

Deepak Nigam updated OFBIZ-8880:

Attachment: (was: OFBIZ-8882.patch)

> Unit test case for service -  setInvoiceStatus
> --
>
> Key: OFBIZ-8880
> URL: https://issues.apache.org/jira/browse/OFBIZ-8880
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Priority: Minor
> Attachments: OFBIZ-8880.patch
>
>
> Unit test case for service -  setInvoiceStatus



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8880) Unit test case for service - setInvoiceStatus

2016-11-04 Thread Deepak Nigam (JIRA)

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

Deepak Nigam updated OFBIZ-8880:

Attachment: OFBIZ-8882.patch

Attaching the patch of test case.

> Unit test case for service -  setInvoiceStatus
> --
>
> Key: OFBIZ-8880
> URL: https://issues.apache.org/jira/browse/OFBIZ-8880
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Priority: Minor
> Attachments: OFBIZ-8880.patch
>
>
> Unit test case for service -  setInvoiceStatus



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8790) Improvements in UserAgentType entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley updated OFBIZ-8790:

Attachment: OFBIZ-8790.patch

Provided patch. Thanks [~rishisolankii] and [~arunpati] for the guidance.

> Improvements in UserAgentType entity definition and services
> 
>
> Key: OFBIZ-8790
> URL: https://issues.apache.org/jira/browse/OFBIZ-8790
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8790.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8880) Unit test case for service - setInvoiceStatus

2016-11-04 Thread Deepak Nigam (JIRA)

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

Deepak Nigam updated OFBIZ-8880:

Attachment: OFBIZ-8880.patch

Attaching the patch of test case.

> Unit test case for service -  setInvoiceStatus
> --
>
> Key: OFBIZ-8880
> URL: https://issues.apache.org/jira/browse/OFBIZ-8880
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Priority: Minor
> Attachments: OFBIZ-8880.patch
>
>
> Unit test case for service -  setInvoiceStatus



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8879) Unit test case for service - getInvoice

2016-11-04 Thread Deepak Nigam (JIRA)

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

Deepak Nigam updated OFBIZ-8879:

Attachment: OFBIZ-8879.patch

Attaching the patch of test case.

> Unit test case for service -  getInvoice
> 
>
> Key: OFBIZ-8879
> URL: https://issues.apache.org/jira/browse/OFBIZ-8879
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Priority: Minor
> Attachments: OFBIZ-8879.patch
>
>
> Unit test case for service -  getInvoice



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8877) Unit test case for service - createInvoice

2016-11-04 Thread Deepak Nigam (JIRA)

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

Deepak Nigam updated OFBIZ-8877:

Attachment: OFBIZ-8877.patch

Attaching the patch of test case.

> Unit test case for service -  createInvoice
> ---
>
> Key: OFBIZ-8877
> URL: https://issues.apache.org/jira/browse/OFBIZ-8877
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Priority: Minor
> Attachments: OFBIZ-8877.patch
>
>
> Unit test case for service -  createInvoice



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8893) When we pass only pks in "updateShipmentGatewayConfigType" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8893:
--

 Summary: When we pass only pks in 
"updateShipmentGatewayConfigType" service.All non-pk values are getting null.
 Key: OFBIZ-8893
 URL: https://issues.apache.org/jira/browse/OFBIZ-8893
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateShipmentGatewayConfigType" service.All non-pk 
values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8892) Improvements in VarianceReasonGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal reassigned OFBIZ-8892:


Assignee: Rohit Koushal

> Improvements in VarianceReasonGlAccount entity definition and services
> --
>
> Key: OFBIZ-8892
> URL: https://issues.apache.org/jira/browse/OFBIZ-8892
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Delete , Create and Update services in entity-auto.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8892) Improvements in VarianceReasonGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-8892:
-
Affects Version/s: Trunk
  Component/s: (was: ALL COMPONENTS)
   accounting

> Improvements in VarianceReasonGlAccount entity definition and services
> --
>
> Key: OFBIZ-8892
> URL: https://issues.apache.org/jira/browse/OFBIZ-8892
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Delete , Create and Update services in entity-auto.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8892) Improvements in VarianceReasonGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)
Rohit Koushal created OFBIZ-8892:


 Summary: Improvements in VarianceReasonGlAccount entity definition 
and services
 Key: OFBIZ-8892
 URL: https://issues.apache.org/jira/browse/OFBIZ-8892
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Rohit Koushal


Required improvements;
- All is good with entity definition .
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.
- Need to convert Delete , Create and Update services in entity-auto.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8891) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638659#comment-15638659
 ] 

Pawan Verma commented on OFBIZ-8891:


Mistakenly created duplicate.

> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.
> --
>
> Key: OFBIZ-8891
> URL: https://issues.apache.org/jira/browse/OFBIZ-8891
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
>
> When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
> values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8890) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8890:
--

 Summary: When we pass only pks in "updateShipmentGatewayConfig" 
service.All non-pk values are getting null.
 Key: OFBIZ-8890
 URL: https://issues.apache.org/jira/browse/OFBIZ-8890
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8891) When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8891:
--

 Summary: When we pass only pks in "updateShipmentGatewayConfig" 
service.All non-pk values are getting null.
 Key: OFBIZ-8891
 URL: https://issues.apache.org/jira/browse/OFBIZ-8891
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateShipmentGatewayConfig" service.All non-pk 
values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8790) Improvements in UserAgentType entity definition and services

2016-11-04 Thread Amit Gadaley (JIRA)

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

Amit Gadaley reassigned OFBIZ-8790:
---

Assignee: Amit Gadaley

> Improvements in UserAgentType entity definition and services
> 
>
> Key: OFBIZ-8790
> URL: https://issues.apache.org/jira/browse/OFBIZ-8790
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8889) When we pass only pks in "updateQuantityBreak" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8889:
--

 Summary: When we pass only pks in "updateQuantityBreak" 
service.All non-pk values are getting null.
 Key: OFBIZ-8889
 URL: https://issues.apache.org/jira/browse/OFBIZ-8889
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateQuantityBreak" service.All non-pk values are 
getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8888) Improvements in FinAccountTypeGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-:
-
Attachment: OFBIZ-.patch

Here is the patch.

> Improvements in FinAccountTypeGlAccount entity definition and services
> --
>
> Key: OFBIZ-
> URL: https://issues.apache.org/jira/browse/OFBIZ-
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
> Attachments: OFBIZ-.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Create, Update and Delete services in entity-auto.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8888) Improvements in FinAccountTypeGlAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)
Rohit Koushal created OFBIZ-:


 Summary: Improvements in FinAccountTypeGlAccount entity definition 
and services
 Key: OFBIZ-
 URL: https://issues.apache.org/jira/browse/OFBIZ-
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rohit Koushal
Assignee: Rohit Koushal


Required improvements;
- All is good with entity definition .
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.
- Need to convert Create, Update and Delete services in entity-auto.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8839) Improvements in UserAgent entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8839:
---
Attachment: OFBIZ-8839.patch

> Improvements in UserAgent entity definition and services
> 
>
> Key: OFBIZ-8839
> URL: https://issues.apache.org/jira/browse/OFBIZ-8839
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8839.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8839) Improvements in UserAgent entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638642#comment-15638642
 ] 

Rahul Singh commented on OFBIZ-8839:


Added the patch to fix this issue. Thanks, [~rishisolankii] for the detailed 
description. Also, verify the same from entity engine.


> Improvements in UserAgent entity definition and services
> 
>
> Key: OFBIZ-8839
> URL: https://issues.apache.org/jira/browse/OFBIZ-8839
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8839.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8887) When we pass only pks in "updateShipmentContactMech" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8887:
--

 Summary: When we pass only pks in "updateShipmentContactMech" 
service.All non-pk values are getting null.
 Key: OFBIZ-8887
 URL: https://issues.apache.org/jira/browse/OFBIZ-8887
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateShipmentContactMech" service.All non-pk values 
are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7648) Page bottom navigation problem with grid and include-grid

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-7648.
---
   Resolution: Done
 Assignee: Arun Patidar  (was: Rohit Koushal)
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev:1768150

Thanks [~rohit.koushal] and [~rishisolankii] for the contribution.

> Page bottom navigation problem with grid and include-grid
> -
>
> Key: OFBIZ-7648
> URL: https://issues.apache.org/jira/browse/OFBIZ-7648
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Arun Patidar
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7648.patch
>
>
> This ticket is in reference of issue OFBIZ-7020. In the fix we need to 
> manually specify the "NO_PAGINATOR" in golbalContext to stop inner grid 
> pagination. Under this ticket we looking for a framework level fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8886) When we pass only pks in "updateShipmentPackageRouteSeg" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8886:
--

 Summary: When we pass only pks in "updateShipmentPackageRouteSeg" 
service.All non-pk values are getting null.
 Key: OFBIZ-8886
 URL: https://issues.apache.org/jira/browse/OFBIZ-8886
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateShipmentPackageRouteSeg" service.All non-pk 
values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8885) When we pass only pks in "updateContent" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8885:
--

 Summary: When we pass only pks in "updateContent" service.All 
non-pk values are getting null.
 Key: OFBIZ-8885
 URL: https://issues.apache.org/jira/browse/OFBIZ-8885
 Project: OFBiz
  Issue Type: Sub-task
  Components: content
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateContent" service.All non-pk values are getting 
null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8884) When we pass only pks in "updateWorkEffortFixedAssetStd" service.All non-pk values are getting null.

2016-11-04 Thread Pawan Verma (JIRA)
Pawan Verma created OFBIZ-8884:
--

 Summary: When we pass only pks in "updateWorkEffortFixedAssetStd" 
service.All non-pk values are getting null.
 Key: OFBIZ-8884
 URL: https://issues.apache.org/jira/browse/OFBIZ-8884
 Project: OFBiz
  Issue Type: Sub-task
  Components: workeffort
Affects Versions: Trunk
Reporter: Pawan Verma
Priority: Minor


When we pass only pks in "updateWorkEffortFixedAssetStd" service.All non-pk 
values are getting null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8837) Improvements in ServerHitType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638622#comment-15638622
 ] 

Rahul Singh commented on OFBIZ-8837:


Added the patch to fix this issue. Thanks, [~rishisolankii] for the detailed 
description. Also, verify the same from entity engine.


> Improvements in ServerHitType entity definition and services
> 
>
> Key: OFBIZ-8837
> URL: https://issues.apache.org/jira/browse/OFBIZ-8837
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8837.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8837) Improvements in ServerHitType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8837:
---
Attachment: OFBIZ-8837.patch

> Improvements in ServerHitType entity definition and services
> 
>
> Key: OFBIZ-8837
> URL: https://issues.apache.org/jira/browse/OFBIZ-8837
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8837.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8837) Improvements in ServerHitType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638623#comment-15638623
 ] 

Rahul Singh commented on OFBIZ-8837:


Added the patch to fix this issue. Thanks, [~rishisolankii] for the detailed 
description. Also, verify the same from entity engine.


> Improvements in ServerHitType entity definition and services
> 
>
> Key: OFBIZ-8837
> URL: https://issues.apache.org/jira/browse/OFBIZ-8837
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8837.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (OFBIZ-8837) Improvements in ServerHitType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8837:
---
Comment: was deleted

(was: Added the patch to fix this issue. Thanks, [~rishisolankii] for the 
detailed description. Also, verify the same from entity engine.
)

> Improvements in ServerHitType entity definition and services
> 
>
> Key: OFBIZ-8837
> URL: https://issues.apache.org/jira/browse/OFBIZ-8837
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8837.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8883) Improvements in FinAccountRole entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-8883:
-
Attachment: OFBIZ-8883.patch

Here is the patch.

> Improvements in FinAccountRole entity definition and services
> -
>
> Key: OFBIZ-8883
> URL: https://issues.apache.org/jira/browse/OFBIZ-8883
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
> Attachments: OFBIZ-8883.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Update and Delete services in entity-auto.  Create 
> conversion is not possible due to condition checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8836) Improvements in ProtocolType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638613#comment-15638613
 ] 

Rahul Singh commented on OFBIZ-8836:


Added the patch to fix this issue. Thanks, [~rishisolankii] for the detailed 
description. Also, verify the same from entity engine.


> Improvements in ProtocolType entity definition and services
> ---
>
> Key: OFBIZ-8836
> URL: https://issues.apache.org/jira/browse/OFBIZ-8836
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8836.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8836) Improvements in ProtocolType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8836:
---
Attachment: OFBIZ-8836.patch

> Improvements in ProtocolType entity definition and services
> ---
>
> Key: OFBIZ-8836
> URL: https://issues.apache.org/jira/browse/OFBIZ-8836
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8836.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7312) Order BIRT report is not working properly

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-7312.
---
   Resolution: Done
Fix Version/s: Release Branch 14.12
   Release Branch 15.12
   Upcoming Branch

Closing this ticket as all sub-tasks has been closed.

Thanks [~rohit.koushal] and [~jacques.le.roux] for the contribution.

Put fix version as per fix version of most sub tickets

> Order BIRT report is not working properly
> -
>
> Key: OFBIZ-7312
> URL: https://issues.apache.org/jira/browse/OFBIZ-7312
> Project: OFBiz
>  Issue Type: Bug
>  Components: order, specialpurpose/birt
>Reporter: Rohit Koushal
>Assignee: Arun Patidar
> Fix For: Upcoming Branch, Release Branch 15.12, Release Branch 
> 14.12
>
>
> Order BIRT reports are not working it is either broken or not populating data 
> correctly(specially in case of a single order).
> 1. Coupon Sales Report
> 2. Last 3Months Sales Report
> 3. Order Discount Code Report
> 4. Product Demand Report
> 5. Sales Report
> 6. Net Before Overhead Report
> 7. Sale Orders By Channel
> 8. Order By Referrer



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8834) Improvements in BrowserType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8834:
---
Attachment: (was: OFBIZ-8834.patch)

> Improvements in BrowserType entity definition and services
> --
>
> Key: OFBIZ-8834
> URL: https://issues.apache.org/jira/browse/OFBIZ-8834
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8834.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8834) Improvements in BrowserType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

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

Rahul Singh updated OFBIZ-8834:
---
Attachment: OFBIZ-8834.patch

> Improvements in BrowserType entity definition and services
> --
>
> Key: OFBIZ-8834
> URL: https://issues.apache.org/jira/browse/OFBIZ-8834
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8834.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8834) Improvements in BrowserType entity definition and services

2016-11-04 Thread Rahul Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638593#comment-15638593
 ] 

Rahul Singh commented on OFBIZ-8834:


Added the patch to fix this issue. Thanks, [~rishisolankii] for the detailed 
description. Also, verify the same from entity engine.


> Improvements in BrowserType entity definition and services
> --
>
> Key: OFBIZ-8834
> URL: https://issues.apache.org/jira/browse/OFBIZ-8834
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8834.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8883) Improvements in FinAccountRole entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)
Rohit Koushal created OFBIZ-8883:


 Summary: Improvements in FinAccountRole entity definition and 
services
 Key: OFBIZ-8883
 URL: https://issues.apache.org/jira/browse/OFBIZ-8883
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rohit Koushal
Assignee: Rohit Koushal


Required improvements;
- All is good with entity definition .
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.
- Need to convert Update and Delete services in entity-auto.  Create conversion 
is not possible due to condition checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8881) Improvements in FinAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-8881:
-
Attachment: OFBIZ-8881.patch

Here is the patch for the issue.

> Improvements in FinAccount entity definition and services
> -
>
> Key: OFBIZ-8881
> URL: https://issues.apache.org/jira/browse/OFBIZ-8881
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
> Attachments: OFBIZ-8881.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Delete services in entity-auto.  Create and Update is not 
> required due to condition checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8881) Improvements in FinAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)

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

Rohit Koushal reassigned OFBIZ-8881:


Assignee: Rohit Koushal

> Improvements in FinAccount entity definition and services
> -
>
> Key: OFBIZ-8881
> URL: https://issues.apache.org/jira/browse/OFBIZ-8881
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rohit Koushal
>Assignee: Rohit Koushal
>
> Required improvements;
> - All is good with entity definition .
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Delete services in entity-auto.  Create and Update is not 
> required due to condition checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8882) Unit test case for service - copyInvoiceToTemplate

2016-11-04 Thread Deepak Nigam (JIRA)
Deepak Nigam created OFBIZ-8882:
---

 Summary: Unit test case for service -  copyInvoiceToTemplate
 Key: OFBIZ-8882
 URL: https://issues.apache.org/jira/browse/OFBIZ-8882
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Deepak Nigam
Priority: Minor


Unit test case for service -  copyInvoiceToTemplate



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8881) Improvements in FinAccount entity definition and services

2016-11-04 Thread Rohit Koushal (JIRA)
Rohit Koushal created OFBIZ-8881:


 Summary: Improvements in FinAccount entity definition and services
 Key: OFBIZ-8881
 URL: https://issues.apache.org/jira/browse/OFBIZ-8881
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rohit Koushal


Required improvements;
- All is good with entity definition .
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.
- Need to convert Delete services in entity-auto.  Create and Update is not 
required due to condition checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8880) Unit test case for service - setInvoiceStatus

2016-11-04 Thread Deepak Nigam (JIRA)
Deepak Nigam created OFBIZ-8880:
---

 Summary: Unit test case for service -  setInvoiceStatus
 Key: OFBIZ-8880
 URL: https://issues.apache.org/jira/browse/OFBIZ-8880
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Deepak Nigam
Priority: Minor


Unit test case for service -  setInvoiceStatus



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8878) Unit test case for service - copyInvoice

2016-11-04 Thread Deepak Nigam (JIRA)
Deepak Nigam created OFBIZ-8878:
---

 Summary: Unit test case for service -  copyInvoice
 Key: OFBIZ-8878
 URL: https://issues.apache.org/jira/browse/OFBIZ-8878
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Deepak Nigam
Priority: Minor


Unit test case for service -  copyInvoice



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8807) Improvements in ContactMechLink entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8807.
---
   Resolution: Done
 Assignee: Arun Patidar  (was: Rohit Koushal)
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~rohit.koushal] and [~rishisolankii] for the contribution.

> Improvements in ContactMechLink entity definition and services
> --
>
> Key: OFBIZ-8807
> URL: https://issues.apache.org/jira/browse/OFBIZ-8807
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8807.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto (party/servicedef/services.xml). Also 
> remove the existing services from ContactMechServices.xml. 
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.
> - Need to convert Create and Delete services.  Update is not required.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8774) Improvements in StatusType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8774.
---
   Resolution: Done
 Assignee: Arun Patidar  (was: Chinmay Patidar)
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~chinmay.patidar]i and [~rishisolankii] for the contribution.

> Improvements in StatusType entity definition and services
> -
>
> Key: OFBIZ-8774
> URL: https://issues.apache.org/jira/browse/OFBIZ-8774
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8774.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8773) Improvements in ProductTypeAttr entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8773.
---
   Resolution: Done
 Assignee: Arun Patidar  (was: Chinmay Patidar)
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~chinmay.patidar]i and [~rishisolankii] for the contribution.

> Improvements in ProductTypeAttr entity definition and services
> --
>
> Key: OFBIZ-8773
> URL: https://issues.apache.org/jira/browse/OFBIZ-8773
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8773.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8772) Improvements in ProductType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8772.
---
   Resolution: Done
 Assignee: Arun Patidar  (was: Chinmay Patidar)
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~rahul.kushwah] and [~rishisolankii] for the contribution.

> Improvements in ProductType entity definition and services
> --
>
> Key: OFBIZ-8772
> URL: https://issues.apache.org/jira/browse/OFBIZ-8772
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8772.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8771) Improvements in ProductStoreGroupType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8771.
---
   Resolution: Done
 Assignee: Arun Patidar  (was: Chinmay Patidar)
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~chinmay.patidar] and [~rishisolankii] for the contribution.

> Improvements in ProductStoreGroupType entity definition and services
> 
>
> Key: OFBIZ-8771
> URL: https://issues.apache.org/jira/browse/OFBIZ-8771
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8771.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8736) Improvements in ProductFeatureApplType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8736.
---
   Resolution: Done
 Assignee: Arun Patidar
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~rahul.kushwah] and [~rishisolankii] for the contribution.

> Improvements in ProductFeatureApplType entity definition and services
> -
>
> Key: OFBIZ-8736
> URL: https://issues.apache.org/jira/browse/OFBIZ-8736
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8736.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8735) Improvements in ProductContentType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8735.
---
   Resolution: Done
 Assignee: Arun Patidar
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~rahul.kushwah] and [~rishisolankii] for the contribution.

> Improvements in ProductContentType entity definition and services
> -
>
> Key: OFBIZ-8735
> URL: https://issues.apache.org/jira/browse/OFBIZ-8735
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8735.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8734) Improvements in ProductCategoryTypeAttr entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8734.
---
   Resolution: Done
 Assignee: Arun Patidar
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.
Thanks Rahul Singh and Rishi Solanki for the contribution.

> Improvements in ProductCategoryTypeAttr  entity definition and services
> ---
>
> Key: OFBIZ-8734
> URL: https://issues.apache.org/jira/browse/OFBIZ-8734
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8734.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8733) Improvements in ProductCategoryType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15638551#comment-15638551
 ] 

Arun Patidar commented on OFBIZ-8733:
-

Committed changes in trunk at rev: 1768080.

Thanks [~rahul.kushwah] and [~rishisolankii] for the contribution.

> Improvements in ProductCategoryType entity definition and services
> --
>
> Key: OFBIZ-8733
> URL: https://issues.apache.org/jira/browse/OFBIZ-8733
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8733.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8733) Improvements in ProductCategoryType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8733:
---

Assignee: Arun Patidar

> Improvements in ProductCategoryType entity definition and services
> --
>
> Key: OFBIZ-8733
> URL: https://issues.apache.org/jira/browse/OFBIZ-8733
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8733.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8733) Improvements in ProductCategoryType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8733.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Improvements in ProductCategoryType entity definition and services
> --
>
> Key: OFBIZ-8733
> URL: https://issues.apache.org/jira/browse/OFBIZ-8733
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8733.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8731) Improvements in ProductAverageCostType entity definition and services

2016-11-04 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8731.
---
   Resolution: Done
 Assignee: Arun Patidar
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1768080.

Thanks [~rahul.kushwah] and [~rishisolankii] for the contribution.

> Improvements in ProductAverageCostType entity definition and services
> -
>
> Key: OFBIZ-8731
> URL: https://issues.apache.org/jira/browse/OFBIZ-8731
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8731.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8876) Improve the entity sync CRUD services by checking 'entitySyncPermissionCheck' permission at definition

2016-11-04 Thread Nameet Jain (JIRA)

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

Nameet Jain updated OFBIZ-8876:
---
Attachment: OFBIZ-8876.patch

> Improve the entity sync CRUD services by checking 'entitySyncPermissionCheck' 
> permission at definition
> --
>
> Key: OFBIZ-8876
> URL: https://issues.apache.org/jira/browse/OFBIZ-8876
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Nameet Jain
>Priority: Minor
> Attachments: OFBIZ-8876.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8876) Improve the entity sync CRUD services by checking 'entitySyncPermissionCheck' permission at definition

2016-11-04 Thread Nameet Jain (JIRA)
Nameet Jain created OFBIZ-8876:
--

 Summary: Improve the entity sync CRUD services by checking 
'entitySyncPermissionCheck' permission at definition
 Key: OFBIZ-8876
 URL: https://issues.apache.org/jira/browse/OFBIZ-8876
 Project: OFBiz
  Issue Type: Sub-task
Affects Versions: Trunk
Reporter: Nameet Jain
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8875) Add entity sync permission service used when Entity Sync CRUD services

2016-11-04 Thread Nameet Jain (JIRA)

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

Nameet Jain updated OFBIZ-8875:
---
Attachment: OFBIZ-8875.patch

> Add entity sync permission service used when Entity Sync CRUD services
> --
>
> Key: OFBIZ-8875
> URL: https://issues.apache.org/jira/browse/OFBIZ-8875
> Project: OFBiz
>  Issue Type: Task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Nameet Jain
>Priority: Minor
> Attachments: OFBIZ-8875.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8875) Add entity sync permission service used when Entity Sync CRUD services

2016-11-04 Thread Nameet Jain (JIRA)
Nameet Jain created OFBIZ-8875:
--

 Summary: Add entity sync permission service used when Entity Sync 
CRUD services
 Key: OFBIZ-8875
 URL: https://issues.apache.org/jira/browse/OFBIZ-8875
 Project: OFBiz
  Issue Type: Task
  Components: framework
Affects Versions: Trunk
Reporter: Nameet Jain
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8759) Unit test case for service - updatePartyRate

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8759:
---
Attachment: OFBIZ-8759.patch

Attaching patch for this test case.

> Unit test case for service - updatePartyRate
> 
>
> Key: OFBIZ-8759
> URL: https://issues.apache.org/jira/browse/OFBIZ-8759
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8759.patch
>
>
> Unit test case for service - updatePartyRate



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8760) Unit test case for service - deletePartyRate

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8760:
---
Attachment: OFBIZ-8760.patch

Attaching patch for this test case.

> Unit test case for service - deletePartyRate
> 
>
> Key: OFBIZ-8760
> URL: https://issues.apache.org/jira/browse/OFBIZ-8760
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8760.patch
>
>
> Unit test case for service - deletePartyRate



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8754) Unit test case for service - deleteRateAmount

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8754:
---
Attachment: OFBIZ-8754.patch

Attaching patch for this test case.

> Unit test case for service - deleteRateAmount
> -
>
> Key: OFBIZ-8754
> URL: https://issues.apache.org/jira/browse/OFBIZ-8754
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8754.patch
>
>
> Unit test case for service - deleteRateAmount



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8755) Unit test case for service - updateRateAmount

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8755:
---
Attachment: OFBIZ-8755.patch

Attaching patch for this test case.

> Unit test case for service - updateRateAmount
> -
>
> Key: OFBIZ-8755
> URL: https://issues.apache.org/jira/browse/OFBIZ-8755
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8755.patch
>
>
> Unit test case for service - updateRateAmount



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8872) Unit test case for service - ProcessSubscriptionReturn

2016-11-04 Thread Avnindra Sharma (JIRA)

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

Avnindra Sharma updated OFBIZ-8872:
---
Attachment: OFBIZ-8872.patch

> Unit test case for service - ProcessSubscriptionReturn
> --
>
> Key: OFBIZ-8872
> URL: https://issues.apache.org/jira/browse/OFBIZ-8872
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Avnindra Sharma
>Priority: Minor
> Attachments: OFBIZ-8872.patch
>
>
> Unit test case for service - ProcessSubscriptionReturn



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8761) Unit test case for service - filterRateAmountList

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8761:
---
Attachment: OFBIZ-8761.patch

Attaching patch for this test case.

> Unit test case for service - filterRateAmountList
> -
>
> Key: OFBIZ-8761
> URL: https://issues.apache.org/jira/browse/OFBIZ-8761
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8761.patch
>
>
> Unit test case for service - filterRateAmountList



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8758) Unit test case for service - getRatesAmountsFromEmplPositionTypeId

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8758:
---
Attachment: OFBIZ-8758.patch

Attaching patch for this test case.

> Unit test case for service - getRatesAmountsFromEmplPositionTypeId
> --
>
> Key: OFBIZ-8758
> URL: https://issues.apache.org/jira/browse/OFBIZ-8758
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8758.patch
>
>
> Unit test case for service - getRatesAmountsFromEmplPositionTypeId



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8757) Unit test case for service - getRatesAmountsFromPartyId

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8757:
---
Attachment: OFBIZ-8757.patch

Attaching patch for this test case.

> Unit test case for service - getRatesAmountsFromPartyId
> ---
>
> Key: OFBIZ-8757
> URL: https://issues.apache.org/jira/browse/OFBIZ-8757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8757.patch
>
>
> Unit test case for service - getRatesAmountsFromPartyId



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8756) Unit test case for service - getRatesAmountsFromWorkEffortId

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8756:
---
Attachment: OFBIZ-8756.patch

Attaching patch for this test case.

> Unit test case for service - getRatesAmountsFromWorkEffortId
> 
>
> Key: OFBIZ-8756
> URL: https://issues.apache.org/jira/browse/OFBIZ-8756
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8756.patch
>
>
> Unit test case for service - getRatesAmountsFromWorkEffortId



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8854) Unit test case for service - CreateOrderDeliverySchedule

2016-11-04 Thread Avnindra Sharma (JIRA)

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

Avnindra Sharma updated OFBIZ-8854:
---
Priority: Minor  (was: Major)

> Unit test case for service - CreateOrderDeliverySchedule
> 
>
> Key: OFBIZ-8854
> URL: https://issues.apache.org/jira/browse/OFBIZ-8854
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Avnindra Sharma
>Priority: Minor
> Attachments: OFBIZ-8854.patch
>
>
> Unit test case for service - CreateOrderDeliverySchedule



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8753) Unit test case for service - getRateAmount

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8753:
---
Attachment: OFBIZ-8753.patch

Attaching patch for this test case.

> Unit test case for service - getRateAmount
> --
>
> Key: OFBIZ-8753
> URL: https://issues.apache.org/jira/browse/OFBIZ-8753
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Akash Jain
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8753.patch
>
>
> Unit test case for service - getRateAmount



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8747) Add Rate Test case data

2016-11-04 Thread Pawan Verma (JIRA)

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

Pawan Verma updated OFBIZ-8747:
---
Attachment: OFBIZ-8747.patch

Attaching patch for test data of rate tests.

> Add Rate Test case data
> ---
>
> Key: OFBIZ-8747
> URL: https://issues.apache.org/jira/browse/OFBIZ-8747
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Attachments: OFBIZ-8747.patch
>
>
> Adding a data file for rate test cases. It will contain complete data for all 
> rate test cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8873) Unit test case for service - ProcessWaitReplacementReservedReturn

2016-11-04 Thread Avnindra Sharma (JIRA)

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

Avnindra Sharma updated OFBIZ-8873:
---
Attachment: OFBIZ-8873.patch

> Unit test case for service - ProcessWaitReplacementReservedReturn
> -
>
> Key: OFBIZ-8873
> URL: https://issues.apache.org/jira/browse/OFBIZ-8873
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Avnindra Sharma
>Priority: Minor
> Attachments: OFBIZ-8873.patch
>
>
> Unit test case for service - ProcessWaitReplacementReservedReturn



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8874) Unit test case for service - ProcessWaitReplacementReturn

2016-11-04 Thread Avnindra Sharma (JIRA)

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

Avnindra Sharma updated OFBIZ-8874:
---
Attachment: OFBIZ-8874.patch

> Unit test case for service - ProcessWaitReplacementReturn
> -
>
> Key: OFBIZ-8874
> URL: https://issues.apache.org/jira/browse/OFBIZ-8874
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Avnindra Sharma
>Priority: Minor
> Attachments: OFBIZ-8874.patch
>
>
> Unit test case for service - ProcessWaitReplacementReturn



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8870) Unit test case for service - ProcessReplaceImmediatelyReturn

2016-11-04 Thread Avnindra Sharma (JIRA)

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

Avnindra Sharma updated OFBIZ-8870:
---
Attachment: OFBIZ-8870.patch

> Unit test case for service - ProcessReplaceImmediatelyReturn
> 
>
> Key: OFBIZ-8870
> URL: https://issues.apache.org/jira/browse/OFBIZ-8870
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Avnindra Sharma
>Priority: Minor
> Attachments: OFBIZ-8870.patch
>
>
> Unit test case for service - ProcessReplaceImmediatelyReturn



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8867) Unit test case for service - ProcessRefundReturn

2016-11-04 Thread Avnindra Sharma (JIRA)

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

Avnindra Sharma updated OFBIZ-8867:
---
Priority: Minor  (was: Major)

> Unit test case for service - ProcessRefundReturn
> 
>
> Key: OFBIZ-8867
> URL: https://issues.apache.org/jira/browse/OFBIZ-8867
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Avnindra Sharma
>Priority: Minor
> Attachments: OFBIZ-8867.patch
>
>
> Unit test case for service - ProcessRefundReturn



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


  1   2   3   >