831 questions
0
votes
0
answers
49
views
Odoo issue on invoice creation: Any journal item on a receivable account must have a due date and vice versa
Is there a rule in creating custom invoices in Odoo 17. I am not sure if there is an issue in the code or I have missed something in creating/configuring some items.
Background:
We have purchased a ...
0
votes
0
answers
62
views
How to set invoice total for MUstangproject XRechnung
I want to generate an xml base invoice using the the Java lib from Mustangproject.
I use the profile "XRechnung". It works fine.
But there are rounding inconsitencies:
The mustanglib ...
1
vote
0
answers
28
views
ValidationResultList ErrorLocation always empty
I'm using the latest version of phive (v11.x) to validate PEPPOL UBL 2.1 invoices.
I execute the validation and get a ValidationResultList, however, for all errors error.getErrorLocation()....
0
votes
0
answers
25
views
Why is my file attachment corrupted when uploading from an S3 signed URL buffer using createInvoiceAttachmentByFileName in Xero?
I'm using Xero's createInvoiceAttachmentByFileName function to attach a file to an invoice. The file is stored in S3, so I first generate a pre-signed URL, fetch the file using that URL, convert the ...
-1
votes
1
answer
119
views
Adding or Display Tax Amount in Stripe Invoice Template
I'm exploring way to add tax amount to Stripe invoice under subtotal section, including when the tax is 0%. Understand that we need to register tax even if it is 0% to get this done. This sounds ...
0
votes
1
answer
47
views
How to pass Amounts_Due field from Apex to Stripe for implementing Flexible payment terms?
I am trying to implement Flexible Payment Terms in Salesforce for which I need to make a REST callout to Stripe. I am following this documentation(https://docs.stripe.com/invoicing/payment-plans?...
1
vote
1
answer
48
views
Stripe PHP invoice, how to send specific value
I am trying to send invoices from my web app for school instrumental music lessons. The amount can vary depending on institution rates and grouping.
This is what I have been trying:
function ...
0
votes
0
answers
56
views
I need help to increase print quality when calling preview component into invoice
i have a receipt form in angular 15 that need to be printed on a certain preview. so i have created that preview in a separate component then called that component into main form that loads by ...
-2
votes
1
answer
78
views
xml UBL2.1 invoice error python , using django block template
I got this error when i tried to check validity of xml invoice
Error in an electronic invoice in UBL (Universal Business Language) format that relates to compliance with billing requirements, so here ...
0
votes
1
answer
457
views
Indian Rupee (₹) Symbol Not Rendering Properly in jsPDF [duplicate]
I'm using jsPDF to generate invoices in my JavaScript project. Everything works fine when using the Dollar ($) symbol, but when I use the Indian Rupee (₹) symbol, the PDF output contains corrupted or ...
0
votes
1
answer
60
views
How to set invoice line item data from array of object?
I am processing multiple invoices and it's line level data using scheduled script.
Below is array of objects.
Var JEIDArray = [ { item: "663", amount: "3000.00", JE: 13026407, ...
0
votes
1
answer
40
views
Client script not executing on invoice record
I have created simple client script and deployed on both invoice and item fulfillment record. The script is execution on item fulfillment, I can see alert. But same script is not execution on invoice.
...
0
votes
1
answer
161
views
Download PDF invoice from PayPal API
I want to generate/download PayPal invoice using the PayPal API, but I didn't find any way for this in documentation. Does anybody know how do this, or know any nodejs package which help me generate a ...
1
vote
1
answer
115
views
Setting tax group for an invoice item line using a restlet
Working on an integration with an external system. The external system holds the details of the invoice. We create an invoice in Netsuite with summary information using a restlet.
One item is added to ...
-5
votes
1
answer
77
views
Not getting unpaid or partially paid records some can help me? [closed]
$draw = intval($request->draw);
$start = intval($request->start);
$length = intval($request->length);
$order = $request->order;
$search = $request->search;
$search = $search['value'];
$...