-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter for Cost Center & Projects in A/R & A/P reports #6246
Comments
Hello @PawanMeh, any update on this? |
Alternatively, if you can suggest from which base report we can set filter and make custom report. (we need Account recivable report for a cost center wherein information can be available Party-wise and not sales invoice wise. Please see following screenshot which explains what problem we face. From Sales Register (Sales Invoice List) we are trying to prepare account receivable report by putting filters as shown below. But, it shows mutlitple rows for each invoice (showing row for each item line). Moreover in above report, we are not using any field from Sales Invoice Item table. Then also it shows item rows. Could you please advise on this. |
@manassolanki - Can I request to take this on little priority? (Urgency is only for A/P Summary to add filters for cost-center). |
@Devens Implementing Accounts Receivable and Payable based on cost center / project / sales person is really difficult. Currently we don't tag a cost center / project to balance sheet accounts, it's only tagged to the income/expense account. The amount posted against customer/supplier account based on gross amount but the amount for income/expense account is taken for item level with the cost center value. Still I will give more thoughts on it, how we can achieve that. And regarding the second problem, the rows are repeating because you have filtered based on cost center, which is a field from Item table. To group those into one row, you need to create a Query / Script Report. |
@nabinhait - Thank you for your reply. Generally, Sales Invoices are for "One Project" and "One Cost Center" only. In case of Purchase Invoices also, in most of the cases, they are for One Project and One Cost Center only. So, these fields are not required to put at Item level for Sales Invoice. For purchase invoice also, we believe that, it can be avoided to keep at Item level (or it should be optional at setup level). We have tried to put "Project" and "Cost Center" field at document (Invoice) level (pl see following screenshot. This would serve the purpose for outstanding reports (Pl see second screenshot). We suggest to provide "Customization" in standard reports also. So, we can put filters (and alter columns) like this and resolve the issues. |
I am working on this |
Project Filter on js file: Account Receivable Report Python File: Line:357(approx.) Project Filtering before data return line:55(approx) def run(self, args):
|
Account Receivable & Account Receivable Summary Report
Account Payable & Account Payable Summary Report
The text was updated successfully, but these errors were encountered: