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
31
votes
12 answers

Something like Crystal Reports for PHP?

I'm looking for something that works in PHP and is similar to crystal reports. I basically need to have a layout setup that means I can output invoices just by inserting the data, and then send it to a printer. The closest I've found so far is PDFB,…
Mez
  • 24,430
  • 14
  • 71
  • 93
24
votes
5 answers

Invoicing vs Quoting or Estimating

If invoices can be voided, should they be used as quotations? I have an Invoices tables that is created from inventory associated with a Job or Order. I could have a Quotes table as a halfway-house between inventory and invoices, but it feels like I…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
20
votes
1 answer

Order/Invoice/Payment database modeling

I am designing an e-commerce website that has the following scenario: A customer can purchase items and create an order. The order may have unknown fee that will be added after the customer pays the total amount of the items. That is, the customer…
322896
  • 956
  • 1
  • 9
  • 19
19
votes
22 answers

Creating PDF Invoices - Are there any templating solutions?

Our company is looking to integrate invoices into a new system we are developing. We require a solution to create a layout of the invoice and then convert to pdf. We have considered just laying out the invoice in html/css then converting to pdf. We…
smashedmercury
  • 901
  • 2
  • 9
  • 8
13
votes
5 answers

Invoice automatic data extraction OCR or PDF

I am looking for a solution to extract data from my invoices to send a summary to my accountant. There are some companies out there which provide such services for around 20€ a month and invoices are usually very well recognised. But the services I…
Toby
  • 229
  • 1
  • 2
  • 7
12
votes
1 answer

It has no effect when I update Invoice in QuickBooks Online with The V3 SDK for .Net

When I want to update the balance in a Invoice, the code below is running normally without any error, but the balance doesn't change, why? var queryService = new QueryService(context); IList
11
votes
5 answers

barryvdh/laravel-dompdf:- fopen failed to open stream: No such file or directory in laravel 5.7

When I want to download invoice.pdf got error:- fopen(project_path\storage\fonts/\071ddd89a9cb147bf5639344caee3fe8.ufm): failed to open stream: No such file or directory enter image description here After creating fonts folder under storage also…
Mushfiqur Rahman
  • 376
  • 1
  • 2
  • 15
10
votes
3 answers

Data modelling draft/quote/order/invoice

Im currently working on a small project in which I need to model the following scenario: Scenario Customer calls, he want an quote on a new car. Sales rep. register customer information. Sales rep. create a quote in the system, and add a item to…
Martin at Mennt
  • 5,677
  • 13
  • 61
  • 89
8
votes
3 answers

Print Invoice C# Winforms

I have written an application in c# and now i want to print its content in form of invoice as shown in figure i want to print costumer data only once but jobs he has asked to be performed on his car shown in datagrid view should be there in form of…
Afnan Bashir
  • 7,319
  • 20
  • 76
  • 138
8
votes
5 answers

PHP & MySQL - Generate invoice number from an integer from the database

I need to generate an invoice number from an integer of a table with an auto incrementing ID of the database where the user purchases saved. Example of the table invoice database: The invoice number format floor do one of two ways. Example 1: of…
Learning and sharing
  • 1,378
  • 3
  • 25
  • 45
7
votes
2 answers

How to create partial invoice?

From a specific order I want to create an invoice for some selected items from that order. I have successfully created an invoice for the whole order programmatically, but I want to create a partial invoice of that order.
Nikhil_K_R
  • 2,383
  • 5
  • 27
  • 51
7
votes
1 answer

Capture/View everything that is printed (POS/Receipt)

I need a way to capture everything that is printed in my notebook. Why? I have a system, in PHP, and sometimes I need to print (php_printer) some invoices, but this costs a lot paper. Printing is sent in the background without any popup windows for…
Patrick Maciel
  • 4,874
  • 8
  • 40
  • 80
6
votes
1 answer

Extracting data from Invoices in pdf or image format

I am working on invoice parser which extracts data from invoices in pdf or image format.It works on simple pdf with non tabular data but gives lots of output data to process with pdf which contains tables.I am not able to get a working generic…
Rajesh Gosemath
  • 1,812
  • 1
  • 17
  • 31
6
votes
3 answers

Correct way to calculate prices including tax in foreign currencies

I'm trying to upgrade an application so that I can sell to multiple countries. I store all of my prices in the database in GBP excluding tax up to 4dp and I need to calculate the prices in the country's currency including tax. Do I multiply the…
nfplee
  • 7,643
  • 12
  • 63
  • 124
5
votes
2 answers

Creating Invoice & Capturing on Shipment

We've got some API integrations that will periodically create shipments for orders. What I'd like to do is create an observer to also create an appropriate invoice & capture payment when this shipment is created. I have this tied to…
bahoo
  • 392
  • 2
  • 13
1
2 3
49 50