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

Auto-associate a Credit Memo with an Invoice when creating a QuickBooks IIF File

We have a system built that exports invoices to an IIF file format so the client can import the invoices and all the invoice line items into QuickBooks. This same system allows the client to export credit memos to an IIF format so those can be…
stevepowell2000
  • 473
  • 3
  • 10
0
votes
1 answer

Invalid invoice generated on purchase

In my shop(prestashop 1.5.3.1) some times invoices are generated with wrong data. Price is different from actually billed price. There is no product info(name,unit price etc) displayed on such bills. As you can see on my screenshots the tax and…
Harish Ambady
  • 12,525
  • 4
  • 29
  • 54
0
votes
1 answer

Generating invoices in C# WinForms

I have this application (it is written in Romanian): I have made just the easy things for it, but my problem is that I don't know wich is the best methd for generating the invoice. Could anybody give me a good resource, and explanation based on it,…
Victor
  • 13,914
  • 19
  • 78
  • 147
0
votes
1 answer

Having issues creating proper sum of quantity*price on an invoice

I'm creating an invoice sheet that groups each item into years, using Toad for Oracle to make my queries. What I'm currently doing is using the same FROM and WHERE clauses as my views (as this data comes from multiple tables) Select DISTINCT…
James
  • 87
  • 1
  • 8
0
votes
2 answers

Better option to print invoice without using crystal reports

I am using crystal reports in my application that is window based in C# for printing sale invoices and bills but the problem is that it takes some long time to proceed , I need some real time and fast method for this purpose please suggest some…
Mohd Waseem
  • 186
  • 1
  • 4
  • 19
0
votes
2 answers

Billing Solutions: Invoice "Mail Later via QuickBooks" Checkbox: Default to Checked

How can I set the "Mail Later via QuickBooks" checkbox to default to checked? I haven't figured this out yet, so I'm forced to go to the Send/Ship tab and check it manually for each invoice. Please tell me there's a better way. I'd love to have…
user1325179
  • 1,535
  • 2
  • 19
  • 29
0
votes
2 answers

Invoice date is in GMT/UTC when programmatically creating an invoice

We have a process that generates shipments every 4 hours. Only the items that are shipped should be invoiced, so invoice creation is part of this process. This process runs in an external PHP script that loads the Magento environment and then…
GregC
  • 271
  • 3
  • 13
0
votes
1 answer

Include Customers note field in PDF invoice

I'm asking if it's possible to add customers additional information (I think it's note column at customers table) to my PDF invoice and if so then how I'm newbie and have to learn a lot of things. I checked this post but it's not clear at all. Can…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
-1
votes
1 answer

WooCommerce PDF Invoices & Packing Slips - Change width of billing and shipping details in an invoice template

I would like to increase a width of billing address space in a PDF invoice template. There are cases where billing details are quite long, therefore, information is separated into two lines, I would like to avoid that. I am using WooCommerce PDF…
Rudolfs
  • 137
  • 3
  • 18
-1
votes
1 answer

PHP creating invoice jpeg

I am creating a web service for my online shop and need to generate invoices, i know how to generate invoice and pdf invoice but what i want to know is how to generate image invoices like jpg or png for example.
-1
votes
2 answers

How can I get an Item code from an Invoice in Xero's API?

How can I get an item code from invoices? I'm working on php and I'm trying this $Code = $invoice->LineItems->ItemCode; and $Code = $invoice->LineItems->LineItem->ItemCode; But that doesn't work. How can I get it then? Thanks!
Kim Doe
  • 3
  • 1
  • 11
-1
votes
1 answer

Generating Invoices and Updating Database Table Automatically

I have a possible client with the following tasks: Teacher The teacher generates an invoice: at the end of each month the system generates automatically an invoice with the hours worked by the teacher. The invoice is sent to the school in PDF …
toni rmc
  • 848
  • 2
  • 10
  • 25
-1
votes
1 answer

Creating Invoices

I'm attempting to create a "point of sale" program. Where the user can enter stock into a database, as well as customers etc. I want to be able to create a "Job" where I can enter several stocked items from the database, enter customer information,…
user3237403
  • 163
  • 1
  • 2
  • 10
-1
votes
2 answers

In openerp, how to access field value of form via wizard

This might be silly but i don't have idea. While we go to Accounting -> Customers -> Customer Invoices(model: account.invoice) there is a field 'Total'(amount_total). I have added a boolean field in account.voucher. 'test':…
Pooja
  • 575
  • 10
  • 28
-3
votes
1 answer

Need help creating an invoice program using arrays

I cant figure out where to go with my code, also in my if loop it doesn't let me enter more company names after the first loop. Assign4: import java.util.Scanner; public class Assign4 { private static int invoice; public static void…