Questions tagged [invoice]

An invoice or bill is a commercial document issued by a seller to the buyer, indicating the products, quantities, and agreed prices for products or services the seller has provided the buyer. An invoice indicates the sale transaction only.

An invoice or bill is a commercial document issued by a seller to the buyer, indicating the products, quantities, and agreed prices for products or services the seller has provided the buyer. An invoice indicates the sale transaction only.

Payment terms are independent of the invoice and are negotiated by the buyer and the seller. Payment terms are usually included on the invoice. The buyer could have already paid for the products or services listed on the invoice.

Buyer can also have a maximum number of days in which to pay for these goods and is sometimes offered a discount if paid before the due date.

749 questions
1
vote
1 answer

Seeking template for the generation of EN16931 (ZugFERD) compliant E-invoice xml

Our small company is being required to supply EU-compliant E-invoices. I have found the Python package factur-x, and the factur-x plug-in for libreoffice. Unfortunately the latter generates only minimal factur-X invoices, and our customers are…
nigel222
  • 7,582
  • 1
  • 14
  • 22
1
vote
1 answer

Google Play Invoicing: Which entity should be the recipient of an Invoice for selling IAPs?

I'm from EU (not Ireland) and need to invoice one of the Google entities for all IAP transactions that were in my app in the last month but I just can't, for the love of me, find any info on any of my accounts as to whom should I invoice. I realize…
Frag
  • 11
  • 3
1
vote
1 answer

Add subject and address directly from user input

I'm trying to let user add data and it will be directly displayed inside a pdf, i honestly don't know how, I've been trying for about ten days and I still can't figure it out, I want for example to let user enter address, name and object into…
1
vote
1 answer

how to create a table in reportlab without row grid in python?

I am in my way of creating an invoices web app with django. I use reportlab to generate pdf invoices. I've done everything but the client wants to remove the grid from rows inside the table, I try to colorize them with white but I got this result in…
1
vote
1 answer

Paypal API get invoices list with items

I'm searching a way to obtain the items list into the invoice from Paypal API. I'm using V2 endpoint: https://api-m.sandbox.paypal.com/v2/invoicing/invoices?page=1&page_size=100 and I also tried to append the fields list in the query string without…
Fabio Sasso
  • 145
  • 1
  • 12
1
vote
1 answer

php Invoice code not updating correctly the order

I can't actually see why, but my invoice code doesn't actually show the correct values for the totals when it get completed without errors. The code is: public function invoice($realOrderId){ $orderObj =…
Matteo
  • 1,107
  • 2
  • 27
  • 47
1
vote
3 answers

Saxon XSLT-Compiler omits allowances and charges

I am using the Saxon XsltTransformer to transform the XML of electronic invoices ("XRechnungen", the German adaption). The invoices are XML files with "un/cefact CII" or "UBL" syntax and both need to be translated in the same XR syntax. For UBL I…
1
vote
0 answers

Invoice2Data template not found

I am currently trying to parse some invoice data and came across this package on PyPi. It seems to be very handy for this task. There is one problem I can't run it due to 'no template found for ' error. From the documentation…
1
vote
3 answers

Use a field or a whole new table?

I could really use some insights on choosing between the following two database layouts. Layout #1 | Layout #2 | CUSTOMERS | CUSTOMERS id int pk | id int pk info char | info char …
RobertSF
  • 488
  • 11
  • 24
1
vote
1 answer

How to generate an invoice from a custom module in Odoo13?

I am developing a custom module. I tried to add it through an object button with the following code but doesn't seem to work def create_invoice(self): rslt = self.env['account.invoice'].create({ 'partner_id':…
desu
  • 64
  • 8
1
vote
2 answers

Acumatica: JSON to Update User Defined Field Value in SalesInvoice

Is there any way to dynamically populate user-defined field value in SalesInvoice. I'm using REST API, and I need JSON example to add value to field. I'm using this to update the field. screenshot { "Attributes": [ { "AttributeID": { …
Ubaidullah
  • 33
  • 3
1
vote
1 answer

Magento 1 create partial invoice for specific amount and not products

For a Magento order, after the order has been placed and a Payflow payment has been authorized, I want to be able to add a charge to the order. I could capture a different amount from the one authorized but this brings in the limitation issue…
anusha
  • 33
  • 4
1
vote
1 answer

Is PEPPOL Envelope sender the same as EHF Billing 3.0 AccountingCustomerParty?

When sending an EHF Billing 3.0 Invoice, one must supply information about the customer and the supplier. The invoice is sent along with a Standard Business Document Header (SBDH) that specify sender and receiver of the document. Does the sender…
pekaaw
  • 2,309
  • 19
  • 18
1
vote
0 answers

Editing the invoice template in Woocommerce

I need to edit the Woocommerce invoice template with coding. I Copied all the files from wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple to to my child them in…
davidhlyns
  • 11
  • 1
1
vote
1 answer

How to code an SSRS invoice that paginates for multiple invoices and has two tablixs (tablii?)

I have a requirement to create an SSRS invoice that paginates for each invoice and contains two grids. The client needs to invoice showing the line item detail... and then below the detail they want another grid that summarizes by item class. I'm…
Steve Gray
  • 107
  • 1
  • 9