[jira] Created: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
27 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
----------------------------------------------------------------------------------------------

                 Key: OFBIZ-2706
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
             Project: OFBiz
          Issue Type: New Feature
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Sumit Pandit
            Priority: Minor


Under AP -> Invoice, provide following features -

1) Create a tab button item (main) which contains -
    Create new - will create a new Purchase invoice.
    Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
    List invoices based on search criteria.
2) Create a tab button item (Purchase Invoice) which contains -
    Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Attachment: ApInvoices_OFBiz-2706.patch

Here is the patch for the same.

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Attachment: ApInvoices_OFBiz-2706.patch

Updated patch with some improvements.

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya reassigned OFBIZ-2706:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya commented on OFBIZ-2706:
--------------------------------------------

Thanks Chirag, Rishi & Sumit.
Done at r791531.

I am not closing this issue as further improvement will be done in this area in consecutive patch.

--
Ashish Vijaywargiya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Arpit Singh Pandya updated OFBIZ-2706:
--------------------------------------

    Attachment: ApInvoices_OFBIZ_2706.patch

-- Added running total functionality for selected invoices.

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBIZ_2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Arpit Singh Pandya updated OFBIZ-2706:
--------------------------------------

    Attachment:     (was: ApInvoices_OFBIZ_2706.patch)

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Arpit Singh Pandya updated OFBIZ-2706:
--------------------------------------

    Attachment: ApInvoices_OFBiz-2706.patch

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya commented on OFBIZ-2706:
--------------------------------------------

Thanks Arpit & Rishi.
Done at r792222.

--
Ashish Vijaywargiya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Arpit Singh Pandya updated OFBIZ-2706:
--------------------------------------

    Attachment: ApInvoices_OFBiz-2706.patch

Added Functionality to show form based on Action.

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya commented on OFBIZ-2706:
--------------------------------------------

Thanks Arpit, Rishi!
Done at r792482.

--
Ashish

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Attachment: IssueCheck_OFBiz-2706.patch

Patch for issue checks functionality for Ap Invoices.

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, IssueCheck_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha commented on OFBIZ-2706:
---------------------------------------

Missed to Thanks.
Thanks Sumit Pandit, Rishi Solanki and Arpit Singh Pandya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, IssueCheck_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Attachment:     (was: IssueCheck_OFBiz-2706.patch)

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Comment: was deleted

(was: Patch for issue checks functionality for Ap Invoices.)

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Attachment: ApInvoices_OFBiz-2706.patch

Patch for issue checks functionality for AP Invoices.
Thanks Sumit Pandit, Rishi Solanki and Arpit Singh Pandya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2706:
----------------------------------

    Comment: was deleted

(was: Missed to Thanks.
Thanks Sumit Pandit, Rishi Solanki and Arpit Singh Pandya)

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya commented on OFBIZ-2706:
--------------------------------------------

Thanks Chirag, Sumit, Rishi & Anil.
Changes are in trunk at r792888.

--
Ashish Vijaywargiya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Arpit Singh Pandya updated OFBIZ-2706:
--------------------------------------

    Attachment: ApInvoices_OFBiz-2706.patch

Following Functionalities are covered in this patch :
1) Generated Checks for payment group as per the payments.
2) The "Checks To Print" link will only be visible for PaymentGroups of type "CHECK_RUN".

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2706) Create a screen under AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya commented on OFBIZ-2706:
--------------------------------------------

Thanks Arpit, Sumit & Rishi!
Done at r793339.

--
Ashish Vijaywargiya

> Create a screen under  AP -> Invoice, which will search for a PURCHASE_INVOICE between dates.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2706
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2706
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>         Attachments: ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch, ApInvoices_OFBiz-2706.patch
>
>
> Under AP -> Invoice, provide following features -
> 1) Create a tab button item (main) which contains -
>     Create new - will create a new Purchase invoice.
>     Search purchase invoices (where parentInvoiceTypeId =  PURCHASE_INVOICE)
>     List invoices based on search criteria.
> 2) Create a tab button item (Purchase Invoice) which contains -
>     Search form - for PURCHASE_INVOICE, invoice due date, invoice date. This will search and list all PURCHASE_INVOICE under the date range.

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

12