Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
Hello all,Is it possible to display the data separated into different weeks. So if I select a financial period, the report should segregate & display the data based on weekly format.
We have 9 fields in a tab under contacts in Acumatica and in order to get credit for it our sales representatives must have at least 3 of these fields filled out with some form of information, my manager has asked me to figure out a method of filtering down the list of Contacts to just those that have a minimum of 3 of these fields that are not Null in value. how might I go about doing this?Attached are 2 images, one of the fields as they look under the Contact Profile and the other is how they are in the results tab of the Generic Inquiry (GI) editor.
Hello,I'm seeking a method to determine the remaining balance of an invoice as of a specific date in a generic inquiry. Consider the following scenario:Initial Invoice Amount (01/01/2024): $1,000.00 Payment Made (02/01/2024): $400.00 Payment Made (04/01/2024): $200.00 Payment Made (05/01/2024): $300.00 Current Balance: $100.00My goal is to find the balance of the invoice on a past date, such as $400.00 on (04/25/2024).While I can join the ARInvoice with the ARAdjust table and filter by the ARAdjust entries made before my specified date (04/25/2024) to calculate the total amount paid, this does not provide me with the balance. Unfortunately, the ARAdjust table lacks a field that reflects the document balance after each transaction. Thank you for your help!
I am attaching the basic GI I am trying to create which all it is doing is displaying the PMActivity information and then simply converting the PMActivity.TimeSpent from Minutes to Hours by dividing the minutes by 60. HOWEVER, Acumatica is NOT calculating this correctly, as you can see from the screen shot below. One of the returned rows calculates 28800 / 60 correctly to 480 hours. But the OTHER two returned rows are NOT calculating correctly at all. Not even close. 29070 / 60 should = 485.5 hours. And 31920 / 60 should = 532. NEITHER of those are even close to Acumatica calculating them to be 421 and 439 hours respectively. Is this a major Acumatica bug? Or is this simply something that Acumatica cannot do, and is there some way to simply have it perform this automatically?Here is the equation from the attached GI
I’ve run into an issue where particular inventory records are being ommited from the GI results when I turn on group by ARTran.InventoryID: Ungrouped: Grouped on ARTran.InventoryID I’ve attached a copy of the GI.
I’m wondering how to create a GI that will list all warehouse locations that are empty so we know where to put away newly received goods.
I have a bit of a complex task given to me that I suspect is reliant on Parameters but I have no idea on how to go about having multiple date parameters existing at the same time without causing conflicts or maybe I am going about this wrong.So in the report as it currently exist there is only a start date and end date Parameter, what I need to do is get another field within the report that pulls the net sales for a month prior to the selected start date/end date and then the net sales from the previous fiscal year.the Net sales is pulled from ARTran.NetSale like this =sum([ARTran.NetSalesAmount])
On the system monitor screen,In the “Running Processes” tab we see reports, but not GIs that are launched.In “Requests in progress” tab we see GI queries, but there is no button/action to abort the query, That is taking longer time to execute .
I’ve created a report that groups Inventory Items so that I can sum Qty Produced for each item over a given time frame. The goal is to have a column for Inventory ID/Description, a Qty Produced Goal Column, and an Over and Under Column for the sum/difference where an item was over or underproduced where even if the item has not been produced, it would still show on the report. For instance, no CHOC400 had been produced, it would still appear on the report, where:Goal = 700Qty Produced = 0 Under: -2060Instead the report is only showing if the item has been produced. So, for example, an inventory ID, CHOC400 which has not been produced this month, isn’t showing at all. How can I fix this? I’ve attached a copy of the .rpx version of the report that’s saved as .doc so I could upload it.
We are having a problem trying to use Create Transfer Orders, in that when we try to process we get an error that CS cannot generate the next number. This causes two problems. We have to create the transfer manually, and the prepare replenshment report wont reccomend a quantity because there is a value “in replanned” Does anyone have ideas on the cause of the errorAlso, does anyone have ideas on how to clear those items “in replanned” Much appreciate any feedback
Hello everyone,I have a question regarding report designer.I would like to display in the report a file name that exists in a SharePoint directory and not the entire link.Is it possible to do this? Thank you in advance.
Hello,I want to email customers their invoice with both PDF and Excel attachments of their invoice. At present only the PDF invoice is attached. I thought I would be able to add the Excel invoice through Email Templates > InvoiceNotification template and going to Attached Reports however this is not working to attach the Excel invoice file to the invoice email as well. Screenshot is following showing how I have set this up. I have tried this with and without linking to a source table and I’ve also tried different combinations for the Paramater Values i.e. ARInvoice.DocType, SOInvoice.DocType etc.Any suggestions are appreciated.Thanks,Grant
All, my Test tenant is purple, my Live tenant is blue.As you can see in the screenshots below, in the Test tenant, when a user clicks into a Stock Item, the detail screen shows the item description at the top. Also, the word ‘Stock Items’ is blue/hyperlinked so the user can click it to go back to the primary listing. Also, there is a black/left UI icon for the user to click as well.My Live tenant Stock Items detail page is seriously messed up. There is no item description; the Stock Items link isn’t blue but it *IS* clickable, but all it does is refresh the item details page, it doesn’t go back to the PL; and there is no black/left UI to discard changes and cancel.There’s something wrong with my Live Stock Items, and I think there are multiple things going on. Probably with the Entry Point/Entry Screen, Navigation and maybe the site map too.Help! :D
Is there any way I can use data from a Nonexistent table into my GI? for example In the Inventory Allocation Details screen there is a field called Reference Nbr. which is the document number of the source for this allocation.how can I get the data within this field into my own made GI?
I have come across an issue with a published report in Acumatica.There are many versions of the report and somehow the xml of the active version has reverted back to the first version of the report. A new version of the report was not published.I’ve used the DAC schema browser to view the UserReport table and I can see that the active version was updated by admin and the last modified screen is ‘00.00.00.00’. The xml field has been updated and is equal to the xml in the first version of the report.Has anyone come across this problem before?Acumatica Version: 23.103.0013
Please help how to show in the generic inquiry of Invoices and Memos the Inventory ID.
Hi all,I would like to clarify if watermark can be conditional upon release? Let’s say, on a Purchase Receipt document, can we have a "Draft" watermark display if it is printed prior to having the status changed to Released? If possible, how do we execute it on the Report Designer?Thanks.
Hi all, I’m creating something in Report Designer and I need to turn on the visibility of a text field based on Inventory ID. I have something like this: IIf(InStr([AMProdItem.InventoryID], '-C') > 0, True, False) So that visibility expression is saying ‘if the ID contains “-C” then display the text box’The issue is that the -C we want to check for is at the end of the InventoryID -- but we will many time have a multi-hyphenated Inventory ID where “-C” exists in the middle of the ID. We don’t want to check for -C > 0, we want to only check for -C at the end of the string.How do I do this? I’m assuming I have to use some sort of Index but unsure how to do it. Thank you!
Our vendors want to know our inventory quantity on hand. I do not think that will be an issue for our inventory stock items. Where I see it being a possible issue is we have a lot of non-stock items. Many of our non-stock items are kits so our vendors will want to know the quantity on hand of those non-stock kits. Acumatica is capable of telling us how many kits it can make of a particular non-stock item (see example attached), but what I want to know is when our EDI is connected, will it be reading the stock items as well as the non-stock items they order from us? The document for EDI is an 846 inventory advice.Is there a report in Acumatica that I can run that shows me quantity on hand for stock items as well as non stock?
Hi, We are building a complicated GI scenario related to a custom margin calculation and looking for some help. Here’s the scenario: We sell item A (stock item) and upgrades associated with item A (non-stock item we will call item B). We have a pricing tool that provides a suggested price (we call this MSRP) - on the Sales Order we have created a UDF that our team enters the MSRP. We are looking to measure our Sales team performance by calculating the % difference between the unit price on item A and item B against MSRP. Here is a simple example:SO0000012 MSRP (suggested price) of $5000 Unit Price Item A $4500 Unit Price Item B $1500 In this scenario, the math would be as follows:((Total Price of A + B)/(MSRP)-1) x 100((4500+1500)/5000)-1)x10020% - This would be a favorable margin by the sales rep. I am building out a GI to perform this calculation and I am very close but hitting a roadblock. Here is what I have done so far:We have mapped the UDF - MSRP field on the Sales Order to the
Hello Community,I have a graph that I need to create that will show 6 or so months at a time of inventory value. I attempted to create a GI similar to the Historical Inventory Valuation and it is not working how I had hoped. My GI seems to be working for the most part, but the ending balances do not match those on that report writer form. Which has a few formulas mixed with different aliases to create the ending balance. Any suggestions of a report that I could use to create this graph with? Thank you,Trisha
Hi All,How can I remove the repeating sub-headings on this report when I export it to excel, please? The report is “Historical Inventory Balance”
Hi,Does anyone know how to reset line number to 1 in PO641000? The number in my report is starting with number 5 because the previous records were deleted. How do I reset it to 1?The report is currently starting from 5In the system, the previous records before 5 were deleted.
I am looking for an Acumatica out of the box Inventory Usage report that will allow our organization to understand our usage of inventory to help us update our min., max, and safety stock levels. I saw Acumatica has a future consideration that was proposed for this but I don’t see any update on the item. We are on 2023 R2, and I have to think there is functionality to review, analysis, and update the min., max, safety stock levels, etc. based on usage. Can anyone help me out with this?
I’ve encountered a weird formatting issue with Report Designer. Preview looks fine, but after printing to PDF, all I’s, some lowercase L’s, and periods appear bold and strangely formatted. Sample below: If I switch report from HTML to PDF default, the problem disappears. But, the logo looks terrible, so I need a solution that allows printing from the default HTML view. Anyone have an idea? Thanks
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.