Skip to main content
0 votes
0 answers
49 views

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 ...
Sheenergizer's user avatar
0 votes
0 answers
62 views

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 ...
Meier's user avatar
  • 3,930
1 vote
0 answers
28 views

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()....
Franco Graziani's user avatar
0 votes
0 answers
25 views

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 ...
Anzar Ahmed's user avatar
-1 votes
1 answer
119 views

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 ...
Est's user avatar
  • 25
0 votes
1 answer
47 views

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?...
Laxmi Kanta Kar's user avatar
1 vote
1 answer
48 views

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 ...
Chris McCartney's user avatar
0 votes
0 answers
56 views

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 ...
codepro imran's user avatar
-2 votes
1 answer
78 views

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 ...
user29678989's user avatar
0 votes
1 answer
457 views

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 ...
Sidramaraddy M's user avatar
0 votes
1 answer
60 views

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, ...
Maira S's user avatar
  • 121
0 votes
1 answer
40 views

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. ...
Maira S's user avatar
  • 121
0 votes
1 answer
161 views

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 ...
Dima jangveladze's user avatar
1 vote
1 answer
115 views

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 ...
Cass's user avatar
  • 11
-5 votes
1 answer
77 views

$draw = intval($request->draw); $start = intval($request->start); $length = intval($request->length); $order = $request->order; $search = $request->search; $search = $search['value']; $...
MR Lappy's user avatar

15 30 50 per page
1
2 3 4 5
56