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
0 answers

PayPal Invoicing - Template selection during API call

I have used the following tutorial to set up PayPal create and send invoice. URL: http://www.phpclasses.org/package/7269-PHP-Create-and-manage-invoices-Paypal-Invoicing-API.html My client has created templates in his PayPal account and wants me to…
Raam Rajaram
  • 33
  • 1
  • 4
2
votes
1 answer

Magento Invoice sendEmail() with PDF attachment

I use the following code to load an invoice and send email programatically: loadByIncrementId($invoice_queue['increment_id']); if (null !== $invoice->getId()){ …
Latheesan
  • 23,247
  • 32
  • 107
  • 201
2
votes
4 answers

how to generate an invoice

I have started freelancing and a client has asked for an invoice. Do you have a favorite tool for generating invoices? I am after something that I can use from Linux (either a desktop tool or web solution) and generates well formatted Pdf's. thanks
hoju
  • 28,392
  • 37
  • 134
  • 178
2
votes
1 answer

With C# Dev Kit, Invoice Not Appearing In QB

The code seems to run. I don't get any error messages, but an invoice does not appear in QB after I sync. The code is basically this (http://pastebin.com/y7QENxeX) with a few (presumably) minor changes as noted. I'm able to create Accounts and…
user2008632
  • 153
  • 1
  • 1
  • 4
2
votes
2 answers

Stop Magento sending auto invoice after completed payment

The thing is, I want to send them manually via the API because in my country a invoice is a legal-bound order. Is there a way to do that? Thanks for your help!
asd
  • 48
  • 1
  • 9
2
votes
1 answer

How to create cron for partial invoice of an order

I want to create partial invoice for downloadable product of an order based on release date of that product, I have got so many solutions to create partial invoice but it's create the invoice for all product, not for selected one.
user1343641
2
votes
1 answer

Capture partial amount once order is placed

I have created a link in Magento admin to create the invoice for individual product, But while calling the function $order->prepareInvoice($qtys) it will add all the product in invoice even I am passing only one item. I am using below code. $order =…
Amit Kumar
  • 1,774
  • 1
  • 16
  • 27
2
votes
1 answer

MAGENTO Where do I find ALL invoice and order templates in magento?

I need to edit the invoices that are generated in the magento backend. They look completely different from those sent after transactions. I need to know where to find the templates for the backend emails.
David Vendryes
  • 99
  • 1
  • 4
  • 11
2
votes
1 answer

jBilling Error: An Invoice could not be generated

When I want to generate an invoice to an order following error is displayed: "There has been an error: An Invoice could not be generated. The purchase order does not have any applicable periods to be invoiced. Verify the data of the purchase order…
2
votes
1 answer

Magento - Add Mass Actions for Print PDF Invoice

I have question, how can I add a mass action to print invoice in PDF. I need two different PDF invoice (one is default "Print Invoice"), so I want to add additional action "Print invoice 2". How can I do that to start printing "Print invoice…
Tim Sajt
  • 117
  • 5
  • 11
2
votes
1 answer

Magento custom PDF invoice

I have problem with pdf invoice in Magento. I want to customize pdf invoice, that I used it for delivery. So I need one field with grand total price (only grand total). How can I get this grand total price?
Tim Sajt
  • 117
  • 5
  • 11
2
votes
2 answers

Change invoice date in Magento

Does anyone know how I can change the order and invoicedate in Magento? I want to change the order date back in time. Can anyone help me?
Lars Boele
  • 375
  • 2
  • 10
  • 26
2
votes
1 answer

How can I get just the parent item and not the children in an invoice

I'm trying to make our packing slips and invoices more useful, especially when we have bundled products. How can I show just the parent item and not the children in an invoice? When I use $order->getAllItems() I get two lines in output: parent-child…
Dan
  • 280
  • 4
  • 11
2
votes
2 answers

Magento: adding pdf invoice to invoice email

I have been searching for examples the last couple of days and have been trying to do it myself, but I'm stuck at the following. I'm using Magento 1.7.0.2. I want to add the invoice PDF as an attachment to the transactional email when generating the…
Roy Milder
  • 886
  • 2
  • 11
  • 19
2
votes
1 answer

Newbie to Newbie Ajax tips for ugly Invoice webpage

Some assorted pseudotips about "invoice oriented" master/detail web sites, Examples (but with small detail) and highlights: The demo at SimplyInvoices: the 5 blank items editable without a modal popup…
nano
  • 183
  • 1
  • 1
  • 7