Questions tagged [invoices]

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.

91 questions
1
vote
3 answers

Duplicate results from mysql

I'm new to php, but I have already made some query's for my webshop. I have a little problem now with making the invoice. I'm trying put the invoice data from the database in a table in my website, but it duplicates itself. Product_id | Product…
jorphp
  • 13
  • 4
1
vote
2 answers

HTML - Invoice: How to add values to text field and calculate total

I was able to create the template, but I'm not sure what to do from here. When I click my add item button, I want the values to go into the text area I created on the bottom and change the subtotal and total as I keep adding items. …
user3577397
  • 453
  • 3
  • 12
  • 27
1
vote
0 answers

Adding Order Comments to Magento Invoices

I have been trying to get the customer comments, as well as gift message from orders to print on the invoices but no luck so far. I have tried some suggestions which I barely found but none are working. There should be a simple way to do this but…
1
vote
1 answer

One application to interact with multiple paypal accounts

I have a bunch of customers who would like to create and send invoices directly from my web application (without logging in to theirs paypal account). Is that possible to create paypal api which will manage invoices for different paypal accounts…
Avo David
  • 21
  • 2
1
vote
3 answers

Get FirstName in Invoice Email in Magento

I need to use the greeting as "Hello customer_firstname" in Invoice emails. In the Invoice email template file invoice_new.html file, the following line is written, however it is showing the full name of the customer. Hello, {{htmlescape…
user3401141
  • 135
  • 4
  • 14
1
vote
2 answers

Adding formatted text lines to invoices in Axapta 3.0 SP4

I'm still in the planning on how to proceed phase with this, but at a customer site, they are moving to invoicing through axapta. now the axapta has been used for years, and the invoices they are generating for it is -only- using invoice lines.…
cairnz
  • 3,917
  • 1
  • 18
  • 21
1
vote
0 answers

Magento Credit memo's total must be positive

I have a problem with my Magento installation. There is a order with a discount coupon. The value of the coupon was more then the order total, so the grand total of de invoice should be zero. It's not zero, it's -0,01. I know this is a php rounding…
Jacob Francke
  • 425
  • 6
  • 23
1
vote
2 answers

Data to Invoice Excel Macro

I've doing these manually for the last for the last year and hoping I can get some help and guidance on how to execute this better using Excel Sheet 1 Client Name | SKU | Description | Oct Qyt | Oct fee | Nov Qty | Nov Fee | Dec Qty | Dec Fee |…
1
vote
0 answers

Can't save invoice on qb online correctly

I am able to create invoice on quickbook online, but when i check quickbook invoice online, it create the item lists but the price and description is missing. What i am doing wrong. invoice.AlternateId = new NameValue[] { new NameValue() {…
A.T.
  • 24,694
  • 8
  • 47
  • 65
1
vote
1 answer

print preprinted invoice, field in position x,y c# from a file format

excuse me, my English well, i see in a program when it need print something the first thing is read a File that contain the line and column of the fields that will print in a matrix printer (a printer of points, i don't find the correct word) my…
1
vote
2 answers

Error 3176 - QuickBooks error message: Can't lock the credits

We are trying to add an Invoice with 'SetCredit' using QBXML - WebConnector. (QBXML is formed right)
Arun B
  • 61
  • 1
  • 1
  • 2
1
vote
0 answers

Issue with Euro character when I create a pdf with redmine's invoices plugin

I installed the crm-invoices plugin for redmine. I selected my currency : euro and I created my first invoice. But then I select the pdf export option and the euro character is not displayed correctly on the pdf (just a square) It seems to be utf-8…
Manuhoz
  • 89
  • 2
  • 12
1
vote
1 answer

Exporting Invoices from Magento

I have been trying to export all of our invoices in a specific format for importing into Sage accounting. I have been unable to export via Dataflow as I need to export the customer ID (which strangely is unavailable) and also a couple of static…
Marc Henson
  • 407
  • 1
  • 5
  • 7
1
vote
2 answers

Trying to output php -> md5 -> html but the file is empty

I'm currently using a open source solution for my invoices called MyClientBase and everything is working really well. Normally when I generate an invoice to a client, I can either do it as a PDF or e-mail (or HTML). When generating the HTML-invoice…
MstrQKN
  • 836
  • 10
  • 28
1
vote
2 answers

EDI X12 810 Document

Where can I find a sample document with multiple invoices in the same 810 document? Most of the samples I find only has one invoice.
Saif Khan
  • 18,402
  • 29
  • 102
  • 147