[jira] [Commented] (OFBIZ-10391) Make accounting entry configurable

2018-07-13 Thread Deepak Dixit (JIRA)


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

Deepak Dixit commented on OFBIZ-10391:
--

Found console warning related to Invalid content was found starting with 
element 'field', Fixed at r#1835870.
This was due to an invalid position on enableAccounting field in entity 
definition. 

> Make accounting entry configurable
> --
>
> Key: OFBIZ-10391
> URL: https://issues.apache.org/jira/browse/OFBIZ-10391
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aman Agrawal
>Assignee: Arun Patidar
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10391.patch
>
>
> In current flow, if we want to disable the accounting then we need to disable 
> the set of seca's. We don't have any configurable setting to disable 
> accounting.
> We can manage this by adding a new field 'enableAccounting' in the 
> 'PartyAcctgPreference' entity. Accounting transaction entries will be 
> entertained accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10391) Make accounting entry configurable

2018-05-26 Thread Aman Agrawal (JIRA)

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

Aman Agrawal commented on OFBIZ-10391:
--

Thanks Arun for reviewing.
I have updated the patch in which default accounting is enabled. Accounting 
gets disabled when flag is set to 'N'.

> Make accounting entry configurable
> --
>
> Key: OFBIZ-10391
> URL: https://issues.apache.org/jira/browse/OFBIZ-10391
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Aman Agrawal
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-10391.patch
>
>
> In current flow, if we want to disable the accounting then we need to disable 
> the set of seca's. We don't have any configurable setting to disable 
> accounting.
> We can manage this by adding a new field 'enableAccounting' in the 
> 'PartyAcctgPreference' entity. Accounting transaction entries will be 
> entertained accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10391) Make accounting entry configurable

2018-05-23 Thread Rishi Solanki (JIRA)

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

Rishi Solanki commented on OFBIZ-10391:
---

+1 [~arunpati]

> Make accounting entry configurable
> --
>
> Key: OFBIZ-10391
> URL: https://issues.apache.org/jira/browse/OFBIZ-10391
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Aman Agrawal
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-10391.patch
>
>
> In current flow, if we want to disable the accounting then we need to disable 
> the set of seca's. We don't have any configurable setting to disable 
> accounting.
> We can manage this by adding a new field 'enableAccounting' in the 
> 'PartyAcctgPreference' entity. Accounting transaction entries will be 
> entertained accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10391) Make accounting entry configurable

2018-05-22 Thread Arun Patidar (JIRA)

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

Arun Patidar commented on OFBIZ-10391:
--

[~aman.agrawal] your patch looks good. But it would be good if the default 
accounting set to enabled. So for disable accounting, the user should set 'N' 
in flag field.

> Make accounting entry configurable
> --
>
> Key: OFBIZ-10391
> URL: https://issues.apache.org/jira/browse/OFBIZ-10391
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Aman Agrawal
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-10391.patch
>
>
> In current flow, if we want to disable the accounting then we need to disable 
> the set of seca's. We don't have any configurable setting to disable 
> accounting.
> We can manage this by adding a new field 'enableAccounting' in the 
> 'PartyAcctgPreference' entity. Accounting transaction entries will be 
> entertained accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10391) Make accounting entry configurable

2018-05-08 Thread Aman Agrawal (JIRA)

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

Aman Agrawal commented on OFBIZ-10391:
--

Hello,

In this, I have added one field 'enableAccounting' in the PartyAcctgPreference 
entity. By this field added a check whether accounting is enable or not in the 
services used to create accounting transaction entries.
I have uploaded the patch for the same.

> Make accounting entry configurable
> --
>
> Key: OFBIZ-10391
> URL: https://issues.apache.org/jira/browse/OFBIZ-10391
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Aman Agrawal
>Assignee: Aman Agrawal
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-10391.patch
>
>
> In current flow, if we want to disable the accounting then we need to disable 
> the set of seca's. We don't have any configurable setting to disable 
> accounting.
> We can manage this by adding a new field 'enableAccounting' in the 
> 'PartyAcctgPreference' entity. Accounting transaction entries will be 
> entertained accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)