gregorytan Posted December 29, 2010 Posted December 29, 2010 HI I had created 3 table call invoice, statement and credit. Here i need to create a monthly statement for my invoice. In my statement we have date, invoice no, debit, Credit and Balance. Date.................... Invoice No...........Debit.............Credit............. Balance 12/29/2010............0001................... 120....................................... 120 12/29/2010............0004....................400........................................520 12/29/2010............0006....................320........................................840 12/29/2010..........CN0001....................................120......................720 My problem here is how can we get the balance from portals, and is there anywhere that we can add in the Credit notes in the same portals. Hope that someone here can help me for that. Thanks
gregorytan Posted December 29, 2010 Author Posted December 29, 2010 HI I had created 3 table call invoice, statement and credit. Here i need to create a monthly statement for my invoice. In my statement we have date, invoice no, debit, Credit and Balance. Date.................... Invoice No...........Debit.............Credit............. Balance 12/29/2010............0001................... 120....................................... 120 12/29/2010............0004....................400........................................520 12/29/2010............0006....................320........................................840 12/29/2010..........CN0001....................................120......................720 My problem here is how can we get the balance from portals, and is there anywhere that we can add in the Credit notes in the same portals. Hope that someone here can help me for that. Thanks PROBLEM.fp7.zip
comment Posted December 29, 2010 Posted December 29, 2010 1. There is no need for a Statements table to produce a monthly statement; OTOH, a Customers table would be very useful. 2. A portal cannot show records from more than one table. Either put invoices and credits in the same table, or change your statement's arrangement to something like: Invoices: Date Invoice Debit 12/29/2010 0001 120 12/29/2010 0004 400 12/29/2010 0006 320 Credits: Date Credit Credit 12/29/2010 CN0001 120 Balance: 720
gregorytan Posted December 29, 2010 Author Posted December 29, 2010 HI Thanks, will rearrange the statement. 1. There is no need for a Statements table to produce a monthly statement; OTOH, a Customers table would be very useful. 2. A portal cannot show records from more than one table. Either put invoices and credits in the same table, or change your statement's arrangement to something like: Invoices: Date Invoice Debit 12/29/2010 0001 120 12/29/2010 0004 400 12/29/2010 0006 320 Credits: Date Credit Credit 12/29/2010 CN0001 120 Balance: 720
gregorytan Posted December 30, 2010 Author Posted December 30, 2010 HI Can we use the report method to get this? Cheers HI Thanks, will rearrange the statement.
comment Posted December 30, 2010 Posted December 30, 2010 It's the same problem as with the portal. You CAN do the report from Invoices, summarized by customer, and put a portal to Credits in the sub-summary part. Still, it would be best IMHO to have just one table for both.
gregorytan Posted December 30, 2010 Author Posted December 30, 2010 Hi Comment Thanks for your help. Cheers It's the same problem as with the portal. You CAN do the report from Invoices, summarized by customer, and put a portal to Credits in the sub-summary part. Still, it would be best IMHO to have just one table for both.
Recommended Posts
This topic is 5077 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now