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
2
votes
1 answer

Magento edit PDF renderer for configurable and bundle products

I want to edit the way the invoice looks and followed the advice available here https://magento.stackexchange.com/questions/41650/how-to-change-pdf-invoice-layout and here https://www.hummingbirduk.com/remove-tax-pdf-invoices-magento/. Magento…
Mike
  • 3,017
  • 1
  • 34
  • 47
2
votes
0 answers

django-oscar invoice filename as ordernumber

Following my question : django oscar invoice pdf generation I have finally managed to got it to work. I had to download xhtml2pdf in python 3 version and added if isinstance(dest, BytesIO): data = data.encode("utf-8") and then I added…
Hyun Kyu Han
  • 63
  • 1
  • 6
2
votes
1 answer

Display Custom Total Saving in generated invoice in WooCommerce 3

In WooCommerce I am using WooCommerce Print Invoices & Packing lists plugin… How can I display the total savings of any order in the invoices generated by this plugin ? 1 year ago I have been using this code based on [this answer] and that was…
Mani
  • 199
  • 2
  • 12
2
votes
1 answer

Calculating Invoice

I need help with a calculation: I need to do this: Item ---- Qty ( 2 ) --- Rate ( $2 ) = Total ( $4 ) Item ---- Qty ( 3 ) --- Rate ( $3 ) = Total ( $9 ) SUBTOTAL = $13 SALES TAX (0.07) or (0.7%) = $0.91 TOTAL = $13.91 in code. my…
Norman
  • 79
  • 1
  • 1
  • 7
2
votes
1 answer

Woocommerce order by seller name or author name

I have the following code and I need to display order data based on seller id or seller name: $filters = array( 'post_status' => 'published', 'post_type' => 'shop_order', 'posts_per_page' => 200, 'paged' => 1, 'orderby' =>…
Navas Fazil
  • 43
  • 1
  • 5
2
votes
3 answers

PayPal REST API Create Invoice with Template

Has anybody ever successfully created a PayPal invoice with a specific chosen template? I can't seem to get it to work. Have tried specifying the template_id in the call, and have also tried setting the desired template as the default. In both…
2
votes
0 answers

How to get invoice Id using Transaction id in Paypal in php

I completed the Paypal payment integration successfully. But I want to get the invoice id. I have only transaction id. Using this transaction id how to get invoice id from Paypal?
SARAN
  • 127
  • 1
  • 3
  • 14
2
votes
1 answer

Does Paypal's Recurring Payments logic take into account VAT changes?

I have an application that will charge users a small fee on a monthly basis, but the amount is VAT-able. VAT is changing in January from 17.5% to 20%. How does Paypal handle this? I can see in the API that you should pass the Tax…
digiguru
  • 12,724
  • 20
  • 61
  • 87
2
votes
1 answer

override AbstractPdf.php file in magento 2

I have a problem with the PDF invoice and i'm trying to override the AbstractPdf.php file, I have done the following: 1)Created the following directories and files: a. 'app\code\Ochos\fixPDF\registration.php':
hezided
  • 65
  • 1
  • 9
2
votes
0 answers

Magento Submit an order based on all items in cart

Ive tried next to everything I can find, and nothing will create an order for me. Im basically wanting to transfer the cart quote to an order , sort of like a custom checkout , heres my class:
Hudson
  • 397
  • 1
  • 12
2
votes
1 answer

Posting Quickbooks Online invoice without using CustomerRef

How do I create an invoice in QBO without using the CustomerRef field? Every example just shows: 2 Do I ALWAYS have to look up the Id? Can't I just post to "ACME Inc" without finding the ref # (2)? The…
ChimpKey
  • 63
  • 1
  • 6
2
votes
2 answers

Display shipping method amount including VAT on PDF Invoice

When I generate a PDF invoice, the shipping Method block displays the shipping company and the amount (costs) of shipping.. This amount however is without VAT. See: Screenshot of the current situation How can I change this? I've set Display shipping…
Maurice
  • 21
  • 3
2
votes
2 answers

How can I let the user download the HTML-file?

I would like to create an Invoice in HTML instead of a PDF-file. And I would like to let the user easyli download the HTML-file via a link. How can I do this? If I simply link to the HTML file, it is only "temporarily downloaded" and view in the…
Jonas
  • 121,568
  • 97
  • 310
  • 388
2
votes
1 answer

QBXML create InvoiceLineAdd items on-demand

Is it possible to create an invoice with one-off items or to generate the missing items on-demand, without parsing the QBXMLMsgsRs return value? I am trying to transmit invoices to QuickBooks through the QuickBooks Web Connector, I cannot ensure…
Andre Hofmeister
  • 3,185
  • 11
  • 51
  • 74
2
votes
1 answer

FreshBooks API Libraries

I am new to FreshBooks (not only the API) and I want to use it for some automatically generated invoices. I was trying to run some of the source code examples (the PHP and JS libraries in…
User3419
  • 1,716
  • 2
  • 14
  • 16