4,586 questions
1
vote
0
answers
62
views
Now Acumatica has removed FSARTRan (in 2025 R2)
I’m trying to test some customizations in the new 2025 R2 Beta.
Unfortunately, one of them requires a lookup in FSARTran -- which no longer exists.
The developer notes list it as a Removed Table (and ...
0
votes
0
answers
22
views
Chakra UI: Is there a way to do theming with data from a database? #10112
I am looking to set up custom themes for different customers in the same app. I am using extendTheme for the base theme at the moment, but the recommended usage is to create its own file where that ...
2
votes
1
answer
71
views
ASP.NET XML Docs with implied 'summary' tag
I want my ASP.NET (C#) project to show the XML docs comments in Swagger UI. This is working but I also want there to be an implicit <summary> tag on my comments.
E.g. I want this to work
/// ...
0
votes
1
answer
95
views
Python Tkinter Change Colour of Tile Bar [closed]
Most applications have a customised title bar, take VSC for example:
Vsc title bar
See all the button and custom colour. All I want to do is change the colour to any colour, not just black like in ...
0
votes
1
answer
59
views
How to override REST Service in springboot
I have a project named customer written in spring boot, and another maven project named customer-customization adds the customer project as a dependency and uses it. My goal: To change the rest ...
0
votes
0
answers
99
views
Microsoft Office Ribbon Custom Tabs not working
We have a Office (M365 Apps for Enterprise) Environment.
Usually I was deploying simple Ribbon customizations for Word with the "Word.OfficeUI" file under C:\users\bla\AppData\Roaming\...
2
votes
2
answers
173
views
.NET 9 Maui How to Dynamically Change the Text Color of a RadioButton Based on Its Selection State
I am trying to customize the appearance of a RadioButton in .NET MAUI, with the goal of dynamically changing the text color based on its selection state (Checked/Unchecked) and using the button's ...
0
votes
0
answers
126
views
How to Customize the Native Text Selection Menu in a WebView on iOS in React Native?
I am working on a React Native application where I want to modify the native text selection menu (the menu that appears when you long-press on text). Specifically, I want to add a custom option ...
1
vote
1
answer
347
views
Custom Button Not Showing in Odoo 18 POS Interface
I'm trying to add a custom button to the Odoo 18 POS interface using a custom module. I've followed the documentation and tried all possible ways, but the button is not showing up. The module is ...
0
votes
1
answer
20
views
Adding Validation of the Primary Contact on the Business Accounts Screen
We're looking to add validation to Business Accounts (CR303000) for RowPersisting to double check the user has entered an email address for the Primary Contact.
Although I'm not seeing how to clearly ...
3
votes
1
answer
1k
views
How to make the title of the terminal always show the current working directory - Ghostty Terminal [closed]
I am using Ghostty Terminal in macOS.
When I run pnpm dev commannd, the title bar changes to "pnpm dev"
when multiple terminals are open I want to be able to see the folder path in the title ...
0
votes
0
answers
44
views
Options in customizing email verification message template in AWS Cognito
I would like to ask if there is another option in customizing email template in sending verification code on user sign up in aws cognito? except using lambda trigger or customizing it via aws cognito ...
0
votes
0
answers
80
views
Odoo18 customization in export button
I am using odoo18, i want to customized contact export. i want to add a dropdown in export dialogbox.
when we click on contact => export action and a dialogbox appear, i want to add a custom ...
1
vote
0
answers
133
views
Adding (search-result) marks to Firefox scrollbar (CSS?)
In Firefox, if you do a search (find-in-page), the browser will add lines to the scrollbar for each search-result found to make it easier to see how many search-results there are and where in the page ...
1
vote
1
answer
199
views
How to detect Linux/Windows operating system in CSS in Firefox userChrome.css & userContent.css?
For Firefox's userChrome.css and userContent.css files (thus no JavaScript available), how can we detect on which operating system the Firefox web browser is running? At the least, we need to ...
0
votes
1
answer
70
views
Add Custom Action to GI Mass Actions for Vendors
Is it possible to add custom actions to the mass actions dropdown on a generic inquiry? I created a custom "Approve" action for the vendor screen (AP.30.30.00) via workflows; however, it ...
0
votes
1
answer
158
views
How to avoid using global customization in AutoFixture
I'm trying to create an object using ISpecimenBuilder:
var fixture= new Fixture();
fixture.Customizations.Add(new SkipNonPrimitiveMembersCustomization());
var person= fixture.Create<Person>(); /...
-1
votes
2
answers
146
views
ExecStart systemd start a foreground shell, timeout failure
ExecStart=/opt/prometheus-2.53.0.linux-amd64/prometheus --config.file=/opt/prometheus-2.53.0.linux-amd64/prometheus.yml failure.
timeout. because prometheus keeps in foreground.
ExecStart=/opt/...
0
votes
1
answer
575
views
How to customize date format in TextField using React Hook Form and Material UI
I'm using react-hook-form and @mui/material's TextField component to create a date input field. Currently, the date is displayed in the mm/dd/yyyy format. I want to customize this format based on a ...
0
votes
1
answer
54
views
Need Help Customizing WSO2 Developer Portal: Understanding File Structure and Modifications
I'm working on customizing the WSO2 Developer Portal for a project, but I'm having trouble understanding the file structure and where I should make specific modifications. I'm relatively new to WSO2 ...
1
vote
0
answers
68
views
How do I change the Froala Editors BOLD tag?
I'm using the Froala Editor v4 and have a request to change what happens when the bold button is clicked. The default is to use the <strong> tag. The client wants the <b> tag used ...
0
votes
2
answers
490
views
Swift NotificationContentExtension not working
I am using OneSignal for the notifications in my messaging app. I have a standard OneSignal's NotificationServiceExtension. And I also need to add a NotificationContentExtension to customize my ...
0
votes
1
answer
33
views
Customized FOrmel in google sheets to mark the current calendar week of the current year
I am currently working on a solution to only mark my crurrent week of the current year on a google sheets with multiple year entries of the same type.
Right now I am using the Customized Formula :
=...
0
votes
1
answer
152
views
ABP Framework customize Crud UI on Mvc Razor
I am a new user to Abp Framework. Abp performs many operations automatically. This is great, you don't need to do anything for most transactions.
But how can I implement a structure like the one below ...
2
votes
2
answers
399
views
Change font color on selected file in JetBrains IDE
How to change the color of the name of selected file in JetBrains IDEs like Rider and such?
The closest setting to that I found was in "Version Control > File Status Colors".
I hope to ...