798 questions
-1
votes
1
answer
48
views
Problem with module during dolibarr update [closed]
I tried to update dolibarr from 16.0.3 up to the current version 20.0.2. So far it succeeded, but I do have an error code when I want to use a custom module for time-tracking.
To me it seems that ...
0
votes
0
answers
67
views
Create an SSRS report without a contract class in D365 FO
I'm trying to create an SSRS report in D365 FO, I have added an output menu item for SSRS report inside Warehouse Management-> All Loads -> Select a Load
That inside WHSLoadTable form action ...
0
votes
0
answers
56
views
ERPNext Server Script API call returns 200 but does not update database or return response
I’m trying to update Sales Order Items in ERPNext using a Server Script of type API.
I want to hit the endpoint from Postman and update custom fields (custom_buying_price, custom_qty) in the Sales ...
0
votes
0
answers
93
views
In Tally TDL, access UDF created in a tdl in another tdl
TDL 1:
;; Define User Defined Field (UDF) to store the folder path
[System: UDF]
LearnwellPDFFolderLoc : String : 10001 ;; No change required here
;; Create the Report for PDF Export Settings
[...
1
vote
1
answer
72
views
D365 FO X++ SRS report field value is repeating every line using the first line
This is using D365 Finance and Operation, I have a field in SRRS report table suing X++ language to code, one field value looping every line with the same value using the first line of value. I want ...
0
votes
0
answers
49
views
NSFP value changes unexpectedly after uploading data from SAP to Klikpajak
I have experienced an issue when importing data from SAP into Klikpajak. The data appears correct during the import and matches what’s expected in the draft. However, after the upload, the NSFP value ...
0
votes
0
answers
25
views
Asynch integration approach between two ERP systems
We need to integrate two ERP systems which have to exchange many Entities (Items, Vendors, Prices ect.) and business Documents (Purchase orders, Sales orders, Warehouse transfer orders, ect.).
The ...
1
vote
0
answers
84
views
Jurnal API Development: Product Search
I am currently working on development using the Jurnal API.
Is there a way to search for products based on Product Name or product_code?
We are facing an issue with reverse API communication from ...
0
votes
0
answers
120
views
How can I filter with a datetime a Sage X3 Soap Webservice export?
I'm doing data export with a Sage X3 SOAP Webservice. I can add "I_TCRITERE" into my request and I'd like to export only recently updated rows, but I'm not able to find the right X3 syntax ...
0
votes
0
answers
93
views
Import data using XML from Tally Server/cloud
I have a tally server that runs on a remote server (say 114.112.102.19) and a tally server instance running on it and connectivity exposed on port 9000. How do I get a list of companies on my tally ...
0
votes
0
answers
61
views
Taking too long for responding over XML
I am trying to make this request to tally:
<ENVELOPE Action="">
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>EXPORT</TALLYREQUEST>
...
0
votes
0
answers
41
views
How to hide specific stages in odoo17 portal users. I dont want the portal iser to see when the ticket is in In progress state when it is in the state
I have 3 stages for my support tickets . Registered, in progress, Done.
Currently the portal user can see the status of tickets according to the stage.
The thing i want to do is hide the in progress ...
1
vote
1
answer
224
views
Unable to fetch Voucher Transaction Details in Tally XML
When I am trying to fetch all the Voucher details from Tally through XML, I am unable to get any transaction details like amount, quantity and discount details of that voucher (take payment voucher ...
0
votes
0
answers
136
views
How to change active company for Tally?
I am using an ODBC connection to Tally ERP to fetch details from the application and show them on the website. I am facing issues when there are multiple companies in Tally. So, for example, SELECT * ...
0
votes
0
answers
60
views
Issues with sum function in my SQL Query for SSRS report
I am currently working on expanding a rolling 365 revenue report to include data from two sources, our legacy ERP and our current ERP. However, my report data is not displaying correctly, and from ...