You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sumit Pandit (JIRA)" <ji...@apache.org> on 2009/12/17 21:52:18 UTC

[jira] Created: (OFBIZ-3366) Validate operations in Financial Account Tab for deactivated status (Frozen/cancel).

Validate operations in Financial Account Tab for deactivated status (Frozen/cancel).
------------------------------------------------------------------------------------

                 Key: OFBIZ-3366
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3366
             Project: OFBiz
          Issue Type: Improvement
          Components: accounting
            Reporter: Sumit Pandit
            Priority: Minor
             Fix For: SVN trunk



https://demo.ofbiz.org/accounting/control/EditFinAccountRoles?finAccountId=ABN_CHECKING
- When Assign roles to financial account, need to validate following - 
-- Add Validation at service level, User can not assign role to deactivated(canceled/frozen) financial account.
-- Add validation at UI level, On click at (ROLES) tab, add new role form should not display.

https://demo.ofbiz.org/accounting/control/FindFinAccountTrans?finAccountId=ABN_CHECKING
- Create/edit new transaction under financial account, need to fix.
-- Add validation at service level, User can not create transaction for deactivated(canceled/frozen) financial account.
-- Add validation at Ui Level, CREATE NEW button should not display

https://demo.ofbiz.org/accounting/control/FindPaymentsForDepositOrWithdraw?finAccountId=ABN_CHECKING&organizationPartyId=Company
- At Deposit/Withdraw tab.
-- Add validation at service level, user can't create new deposit/withdraw payment for inactive account.
-- Add validation at UI level, don't display buttons to create new deposit/withdraw payment.
-- Add validation at UI level, Find should work, but create batch functionality should disable.
-- Add validation at service level, service should not create a batch for deactivated finaccount.

https://demo.ofbiz.org/accounting/control/FindDepositSlips?finAccountId=ABN_CHECKING&organizationPartyId=Company
- At deposit slip tab
-- Add validation at service level, user can not create a new deposit slip for deactivated finaccount.
-- Add validation at ui level, Create new deposit slip button should not display.

https://demo.ofbiz.org/accounting/control/FindFinAccountReconciliations?finAccountId=ABN_CHECKING
- At reconciliation tab
-- Validation at UI level, Create new reconciliation button should not display.
-- Validation at  service level, User can not create a new reconciliation for deactivated finaccount.

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


[jira] Updated: (OFBIZ-3366) Validate operations in Financial Account Tab for deactivated status (Frozen/cancel).

Posted by "Awdesh Singh Parihar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Awdesh Singh Parihar updated OFBIZ-3366:
----------------------------------------

    Attachment: OFBIZ-3366.patch

Hello All,

As per task description I have put conditions on given screen and also put checks on following services to validate Active Financial Account.

1) updateFinAccountRole : Now user can't assign PartyRole to inactive Financial Account.
2) depositWithdrawPayments : Now user can't batch payments for inactive FinAccount.
3) assignGlRecToFinAccTrans : Now user can't assign reconciliation to inactive FinAccount
4) checkAndCreateBatchForValidPayments : Now user can't generate deposit slip for inactive FinAccount

Also I am using MenuWidget to show button on screen instead of showing button in screen widget .

--
Awdesh Parihar

> Validate operations in Financial Account Tab for deactivated status (Frozen/cancel).
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3366
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3366
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>            Reporter: Sumit Pandit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3366.patch
>
>
> https://demo.ofbiz.org/accounting/control/EditFinAccountRoles?finAccountId=ABN_CHECKING
> - When Assign roles to financial account, need to validate following - 
> -- Add Validation at service level, User can not assign role to deactivated(canceled/frozen) financial account.
> -- Add validation at UI level, On click at (ROLES) tab, add new role form should not display.
> https://demo.ofbiz.org/accounting/control/FindFinAccountTrans?finAccountId=ABN_CHECKING
> - Create/edit new transaction under financial account, need to fix.
> -- Add validation at service level, User can not create transaction for deactivated(canceled/frozen) financial account.
> -- Add validation at Ui Level, CREATE NEW button should not display
> https://demo.ofbiz.org/accounting/control/FindPaymentsForDepositOrWithdraw?finAccountId=ABN_CHECKING&organizationPartyId=Company
> - At Deposit/Withdraw tab.
> -- Add validation at service level, user can't create new deposit/withdraw payment for inactive account.
> -- Add validation at UI level, don't display buttons to create new deposit/withdraw payment.
> -- Add validation at UI level, Find should work, but create batch functionality should disable.
> -- Add validation at service level, service should not create a batch for deactivated finaccount.
> https://demo.ofbiz.org/accounting/control/FindDepositSlips?finAccountId=ABN_CHECKING&organizationPartyId=Company
> - At deposit slip tab
> -- Add validation at service level, user can not create a new deposit slip for deactivated finaccount.
> -- Add validation at ui level, Create new deposit slip button should not display.
> https://demo.ofbiz.org/accounting/control/FindFinAccountReconciliations?finAccountId=ABN_CHECKING
> - At reconciliation tab
> -- Validation at UI level, Create new reconciliation button should not display.
> -- Validation at  service level, User can not create a new reconciliation for deactivated finaccount.

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


[jira] Commented: (OFBIZ-3366) Validate operations in Financial Account Tab for deactivated status (Frozen/cancel).

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795541#action_12795541 ] 

Sumit Pandit commented on OFBIZ-3366:
-------------------------------------

Thank you Awdesh.

> Validate operations in Financial Account Tab for deactivated status (Frozen/cancel).
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3366
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3366
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>            Reporter: Sumit Pandit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3366.patch
>
>
> https://demo.ofbiz.org/accounting/control/EditFinAccountRoles?finAccountId=ABN_CHECKING
> - When Assign roles to financial account, need to validate following - 
> -- Add Validation at service level, User can not assign role to deactivated(canceled/frozen) financial account.
> -- Add validation at UI level, On click at (ROLES) tab, add new role form should not display.
> https://demo.ofbiz.org/accounting/control/FindFinAccountTrans?finAccountId=ABN_CHECKING
> - Create/edit new transaction under financial account, need to fix.
> -- Add validation at service level, User can not create transaction for deactivated(canceled/frozen) financial account.
> -- Add validation at Ui Level, CREATE NEW button should not display
> https://demo.ofbiz.org/accounting/control/FindPaymentsForDepositOrWithdraw?finAccountId=ABN_CHECKING&organizationPartyId=Company
> - At Deposit/Withdraw tab.
> -- Add validation at service level, user can't create new deposit/withdraw payment for inactive account.
> -- Add validation at UI level, don't display buttons to create new deposit/withdraw payment.
> -- Add validation at UI level, Find should work, but create batch functionality should disable.
> -- Add validation at service level, service should not create a batch for deactivated finaccount.
> https://demo.ofbiz.org/accounting/control/FindDepositSlips?finAccountId=ABN_CHECKING&organizationPartyId=Company
> - At deposit slip tab
> -- Add validation at service level, user can not create a new deposit slip for deactivated finaccount.
> -- Add validation at ui level, Create new deposit slip button should not display.
> https://demo.ofbiz.org/accounting/control/FindFinAccountReconciliations?finAccountId=ABN_CHECKING
> - At reconciliation tab
> -- Validation at UI level, Create new reconciliation button should not display.
> -- Validation at  service level, User can not create a new reconciliation for deactivated finaccount.

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