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

Magento Invoice auto email not sent

Magento 1.9 Community version. I enable invoicing in the system configuration but when a customer purchases a item (virtual) the new order email goes out but not the invoice. Am I missing something?
Ray Moncada
  • 63
  • 1
  • 3
2
votes
1 answer

nopCommerce GLN(EAN) invoice

I'm developing on a site based on nopCommerce 3.5 where my customer would like to use the danish "NemHandel" and invoice using EAN number. Does anyone know of a plugin that can help with that in nopCommerce?
Anders Gerner
  • 775
  • 9
  • 27
2
votes
3 answers

Google checkout invoice through API

I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal) I can't find how. or at least how to generate a new order (money request) thank you
Himberjack
  • 5,682
  • 18
  • 71
  • 115
2
votes
1 answer

Harmonized sales tax headaches

Alright Im using the BambooInvoice software, and where I am, we have two sales taxes. This is how they work price of item * tax1 = Sum1Tax1 Sum1tax1 *tax2 = Final sales price Currently, Bamboo invoice does this Price of Item * tax1 = pricetax1 price…
JonYork
  • 1,223
  • 8
  • 31
  • 52
2
votes
2 answers

Java Invoice program - set quantity to 0 set price to 0.0

I have pretty much completed this program except when I set a price or quantity object to a negative number it does not set to 0. The directions say if the price is not a positive number it should be set to 0.0 and if the quantity is not a positive…
WXHXIXTE
  • 41
  • 1
  • 1
  • 7
2
votes
1 answer

fetching value from database in Invoice

I am trying to make an invoice where in product i have used autocomplete to fetch the product name and price from the database. It's coming easily for the first row, but for the second row it's not working at all. index.php
user3001159
2
votes
3 answers

Create a PayPal invoice, mark paid and send email

Using the PayPal API, I want to send an invoice marked as paid via email, as soon as the buyer completes the purchase in the web application. Is it possible? Without using the API, you cannot send an email notification manually for paid invoices. Is…
Serdar
  • 305
  • 3
  • 12
2
votes
0 answers

Stripe - Invoice Item included on recurring payment and charge failed

I have a recurring subscription service using Stripe. An additional Invoice Item is added to each invoice. When a new user wants to subscribe to my service, the steps are: create user (if not already existing) create invoice item (will be added to…
PJ Bergeron
  • 2,788
  • 4
  • 25
  • 42
2
votes
0 answers

Fat row, multipage pdf creation with Reportlab (i.e. for invoice, bill etc)

I would like to make an invoice with reportlab that has multiple pages, but all the tables should be of same height, and any page that has lesser number of data will have a fat row that pulls the "total" row to the bottom. Much like this:…
2
votes
0 answers

Write app using QuickBooks API to add transaction after credit card sale

I am exploring the QuickBooks API and am still unclear if my desired outcome is possible. I apologize if something like this was already answered here, but I was unable to find it. Here is what I am trying to accomplish: This whole process except…
jhockman
  • 128
  • 8
2
votes
3 answers

set focus after replaceWith

I'm working on an invoice system and I've come to the part of line items. For this, I have a table, that will eventually have a button to add another line item dynamically to the DOM. Until that point, I am trying to work the kinks out of a single…
dockeryZ
  • 3,981
  • 1
  • 20
  • 28
2
votes
1 answer

Add Custom Invoice Data in Invoice email

This is my email template file for invoice email: \wamp\www\magento\app\locale\en_US\template\email\sales\invoice_new.html

Your Invoice #{{var invoice.increment_id}} for Order…

Mayur Kukadiya
  • 994
  • 6
  • 20
2
votes
3 answers

Magento - custom invoice id format

I want to re-numbering of invoices. The renumbering should be composed as follow. I would like this format for invoice ID's: INV-10001-2014 INV-00001-13; INV-00002-13; O-00003-13; ['INV' for invoice, 5 places for the number; “-“ ; current year. Next…
Shiv Kumar Sah
  • 1,129
  • 1
  • 13
  • 17
2
votes
0 answers

Automatically calculating taxes using PayPal Invoicing API

I have an e-commerce application that is using PayPal Payments Standard. Using Merchant account settings, it is possible to set up tax rates for various US states, and they will be correctly added to the order totals (depending on buyer's postal…
iem
  • 21
  • 2
2
votes
1 answer

How can I add an invoice using qbxml?

I am using Keith Palmer's nice php framework: docs/example_online_edition.php to interact with a Quickbooks Online Edition account. I am able to retrieve invoice information, and enter a Vendor record (default example behavior), but I can't enter an…