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

Daily Recurrence Invoices Check

My situation as follow: I'm building up an invoice system, I have almost everything done, except the invoices recurrence. Here is what I'm trying to do without success. The condition: My condition to generate a new recurrence incoice is ->…
devasia2112
  • 5,844
  • 6
  • 36
  • 56
2
votes
1 answer

Mysql Running Balance by group from different tables

I have a 3 tables that I used to calculate the Balance of my customers, I need the balance to be calculated from the invoice Sale Amount +Invoice handling + Taxes + the total of Amount in table shipping where the invoice number is same with the…
2
votes
3 answers

What tool for printing Invoices and similar documents in Java Swing?

I'm looking for a good tool for printing Invoices, Receipts and similar documents in Java Swing. I have tried JasperReports but it is pretty hard to get a dynamic layout and it is designing for reports. A requirement that I have is that the document…
Jonas
  • 121,568
  • 97
  • 310
  • 388
2
votes
2 answers

Prestashop: PDF invoice uses a different font depending on the language (French vs. English)

Using Prestashop 1.5.5.0 for a bilingual store (English/French), I noticed that the PDF generated for the invoice had a noticeably different presentation depending if it was generated in English or in French. The most noticeable differences…
s427
  • 1,454
  • 5
  • 17
  • 33
2
votes
2 answers

MySQL Database Design issue for labor work Invoice

I am designing database for labor work invoice. In that I have following entities. Labor_invoice_table(This is main table I have created) Date Invoice No. (PK) Name of labor Job Description Amount per Job Total Amount Here I am confuse about Job…
Vijay Vankhede
  • 3,018
  • 1
  • 26
  • 46
2
votes
2 answers

TRADACOMS invoice help (EDI Invoice)

I am trying to understand EDI invoices using tradacoms standards, I have found some information in order to read an invoice but it is not sufficient. Does anybody has any sample or idea for importing tradacom invoice to business objects using…
Coder
  • 31
  • 5
2
votes
1 answer

WordPress WooCommerce - Print Invoice for Customers - Access denied

I'm completely new to WordPress and I am trying to set up a simple store. It works fine, but I want my customers to be able to view the invoice right away from their orders. I downloaded the WooCommerce Print Invoices & Delivery Notes plugin, but it…
Niklas R
  • 16,299
  • 28
  • 108
  • 203
2
votes
4 answers

Display customer TAX / VAT number

I want to display the VAT number of the customer in the invoice PDF. I've found several methods online that describe this, but they all don't seem to work for my installation, Magento 1.7.0.2. It should work for registered customers and guests as…
SPRBRN
  • 2,406
  • 4
  • 35
  • 48
2
votes
1 answer

How to use DAO.Relation via VB6?

I have inherited a VB6 project written using DAO on largely Access data. The code is poor and the application often generates a Windows crash (program "has encountered a problem and needs to close") with large sets of data. I suspect large parts…
finch
  • 549
  • 1
  • 6
  • 18
1
vote
1 answer

Count Number of invoices in oracle APPS

i want a query to display how many invoices are created using a particular interface for the last one month in AR module. we are not using any other module except ar,ap ,gl.All our invoices are generated through interface only.Please tell me the…
arun_V
  • 21
  • 4
1
vote
2 answers

Batch PDF invoicing/generation with PHP and AJAX progress indication

OK so I'm coming to the stage of a current project where I will be implementing invoicing, and thinking about it I thought I would see how you guys would approach this problem. If it's relevant, I'm using CodeIgniter, jQuery, jQuery UI and I have…
George
  • 901
  • 9
  • 23
1
vote
2 answers

How to post cXML invoice with attachments in Coupa?

Coupa has introduced this new functionality of including attachments in cXML invoices. The only documentation (That I am aware of) says that include code (mentioned below) in CXML invoice file. Coupa Documentation: Screenshot from Coupa…
1
vote
0 answers

Readsoft Invoices COM-plugin - How to change an Invoice Field Value

I want to change the value of an invoice field of the current invoice being processed by the interpreter. objInvoice = objEHApplication.CurrentInvoice Dim aInvField As InvoiceField aInvField = objInvoice.Fields.Item("theFieldName") aInvField.Value =…
SeaBear
  • 11
  • 2
1
vote
1 answer

Error while creating invoices

An attempt to create invoices in bulk fails with the error as below : Integrity error:- The operation can not be completed, probably due to following you may be trying to delete a record while other records still reference it. -creation/updation :a…
1
vote
1 answer

Add new Action to invoice's ActionList

I need to add a new action to the ActionList in the Invoices page I don't know where magento creates this list and how it call the selected action, so I thought you guys would know where I should start looking... Thanks! Jonathan
Jonathan
  • 4,724
  • 7
  • 45
  • 65