Accounts Receivable & Accounts Payable web applications added in Accounting Component
------------------------------------------------------------------------------------- Key: OFBIZ-1557 URL: https://issues.apache.org/jira/browse/OFBIZ-1557 Project: OFBiz Issue Type: New Feature Components: accounting Reporter: Pankaj Savita Priority: Minor Added Accounts Receivable & Accounts Payable webapps in the Accounting Component. Here we have done Basic setup for both the webapps(AR & AP). Next to be proceed from here : Fisrt of all we prepare form(Add Customer in AR & Add Vendor in AP) which will include input fields inorder to process Data for Customer Billing Address, AR/AP related information & Bank related Information. For the same we discided to use some of the existing Entities in OFBiz & the new one which need to be required. New Entities which we have thinking of are : 1) "BankInfo" with the fields iban, bic, partyId, bankpartyId, remmitanceVoucher & bankName.... 2) "AcctgReceivableAndPayable" with the feilds partyId, arapAcctId, creditLimit, taxIncluded, arPriceGroup, apGifiAcctId, etc...... Relationship Mapping that we are thinking are : We can have PartyGroup named BANK & with the partyId & can create "PartyRelationship". Suggestions & more info are most welcome :) Thanks in Advance. Done By: Pankaj Savita & Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Savita updated OFBIZ-1557: --------------------------------- Attachment: Accounting_AR_AP.patch Here is the patch for the basic setup of Accounts Receivable & Accounts Payable webapps in the Accounting component. > Accounts Receivable & Accounts Payable web applications added in Accounting Component > ------------------------------------------------------------------------------------- > > Key: OFBIZ-1557 > URL: https://issues.apache.org/jira/browse/OFBIZ-1557 > Project: OFBiz > Issue Type: New Feature > Components: accounting > Reporter: Pankaj Savita > Priority: Minor > Attachments: Accounting_AR_AP.patch > > > Added Accounts Receivable & Accounts Payable webapps in the Accounting Component. Here we have done Basic setup for both the webapps(AR & AP). > Next to be proceed from here : > Fisrt of all we prepare form(Add Customer in AR & Add Vendor in AP) which will include input fields inorder to process Data for Customer Billing Address, AR/AP related information & Bank related Information. For the same we discided to use some of the existing Entities in OFBiz & the new one which need to be required. > New Entities which we have thinking of are : > 1) "BankInfo" with the fields iban, bic, partyId, bankpartyId, remmitanceVoucher & bankName.... > 2) "AcctgReceivableAndPayable" with the feilds partyId, arapAcctId, creditLimit, taxIncluded, arPriceGroup, apGifiAcctId, etc...... > Relationship Mapping that we are thinking are : > We can have PartyGroup named BANK & with the partyId & can create "PartyRelationship". > Suggestions & more info are most welcome :) > Thanks in Advance. > Done By: > Pankaj Savita & Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555323#action_12555323 ] Jacopo Cappellato commented on OFBIZ-1557: ------------------------------------------ That's great news, thanks to both of you. I'll do my best to review your work as soon as I have some free time (tomorrow, I guess); in the meantime, I'd like to comment about the data model for Banks. Instead of creating the new entity (and relationships) you can probably use the EftAccount entity. For more information about it you may find useful information in this thread: http://www.nabble.com/Adding-a-new-field-%28bankPartyId%29-to-the-EftAccount-entity-tp13907779p13907779.html Jacopo > Accounts Receivable & Accounts Payable web applications added in Accounting Component > ------------------------------------------------------------------------------------- > > Key: OFBIZ-1557 > URL: https://issues.apache.org/jira/browse/OFBIZ-1557 > Project: OFBiz > Issue Type: New Feature > Components: accounting > Reporter: Pankaj Savita > Priority: Minor > Attachments: Accounting_AR_AP.patch > > > Added Accounts Receivable & Accounts Payable webapps in the Accounting Component. Here we have done Basic setup for both the webapps(AR & AP). > Next to be proceed from here : > Fisrt of all we prepare form(Add Customer in AR & Add Vendor in AP) which will include input fields inorder to process Data for Customer Billing Address, AR/AP related information & Bank related Information. For the same we discided to use some of the existing Entities in OFBiz & the new one which need to be required. > New Entities which we have thinking of are : > 1) "BankInfo" with the fields iban, bic, partyId, bankpartyId, remmitanceVoucher & bankName.... > 2) "AcctgReceivableAndPayable" with the feilds partyId, arapAcctId, creditLimit, taxIncluded, arPriceGroup, apGifiAcctId, etc...... > Relationship Mapping that we are thinking are : > We can have PartyGroup named BANK & with the partyId & can create "PartyRelationship". > Suggestions & more info are most welcome :) > Thanks in Advance. > Done By: > Pankaj Savita & Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747858#action_12747858 ] Sumit Pandit commented on OFBIZ-1557: ------------------------------------- Hi Jacopo, I think that this issue is not more needed to be open, we can close this issue. > Accounts Receivable & Accounts Payable web applications added in Accounting Component > ------------------------------------------------------------------------------------- > > Key: OFBIZ-1557 > URL: https://issues.apache.org/jira/browse/OFBIZ-1557 > Project: OFBiz > Issue Type: New Feature > Components: accounting > Reporter: Pankaj Savita > Priority: Minor > Attachments: Accounting_AR_AP.patch > > > Added Accounts Receivable & Accounts Payable webapps in the Accounting Component. Here we have done Basic setup for both the webapps(AR & AP). > Next to be proceed from here : > Fisrt of all we prepare form(Add Customer in AR & Add Vendor in AP) which will include input fields inorder to process Data for Customer Billing Address, AR/AP related information & Bank related Information. For the same we discided to use some of the existing Entities in OFBiz & the new one which need to be required. > New Entities which we have thinking of are : > 1) "BankInfo" with the fields iban, bic, partyId, bankpartyId, remmitanceVoucher & bankName.... > 2) "AcctgReceivableAndPayable" with the feilds partyId, arapAcctId, creditLimit, taxIncluded, arPriceGroup, apGifiAcctId, etc...... > Relationship Mapping that we are thinking are : > We can have PartyGroup named BANK & with the partyId & can create "PartyRelationship". > Suggestions & more info are most welcome :) > Thanks in Advance. > Done By: > Pankaj Savita & Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel closed OFBIZ-1557. ------------------------------- Resolution: Fixed Tasks in scope are complete. > Accounts Receivable & Accounts Payable web applications added in Accounting Component > ------------------------------------------------------------------------------------- > > Key: OFBIZ-1557 > URL: https://issues.apache.org/jira/browse/OFBIZ-1557 > Project: OFBiz > Issue Type: New Feature > Components: accounting > Reporter: Pankaj Savita > Priority: Minor > Attachments: Accounting_AR_AP.patch > > > Added Accounts Receivable & Accounts Payable webapps in the Accounting Component. Here we have done Basic setup for both the webapps(AR & AP). > Next to be proceed from here : > Fisrt of all we prepare form(Add Customer in AR & Add Vendor in AP) which will include input fields inorder to process Data for Customer Billing Address, AR/AP related information & Bank related Information. For the same we discided to use some of the existing Entities in OFBiz & the new one which need to be required. > New Entities which we have thinking of are : > 1) "BankInfo" with the fields iban, bic, partyId, bankpartyId, remmitanceVoucher & bankName.... > 2) "AcctgReceivableAndPayable" with the feilds partyId, arapAcctId, creditLimit, taxIncluded, arPriceGroup, apGifiAcctId, etc...... > Relationship Mapping that we are thinking are : > We can have PartyGroup named BANK & with the partyId & can create "PartyRelationship". > Suggestions & more info are most welcome :) > Thanks in Advance. > Done By: > Pankaj Savita & Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |