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

Odoo: Where to edit the overview of customer invoices?

I'm new to Odoo and I'm looking for a way to add/edit columns in the overview of customer invoices. Does anyone know which files to edit? Or how this "overview screen" is called so I can look it up better? Link to screenshot of overview screen:…
RobbeM
  • 727
  • 7
  • 16
  • 36
0
votes
1 answer

Rails 4: How to "Duplicate" or Change State of Records from model 'A' to model 'B'?

I have model Quote and model Invoice. The database for each of these models have the columns: date, company, product and price. When a customer approves a quote I would like to turn that quote into a invoice with the same values but with the current…
davefogo
  • 93
  • 1
  • 9
0
votes
2 answers

Paypal invoice integration

I am new to paypal integration, Requirement (paypal USA): Admin should be able to generate paypal invoice from website admin panel. As this is service invoice and charges will be different depending on client requirement. And User, from website…
TechnoPulseLabs
  • 111
  • 4
  • 15
0
votes
1 answer

Magento, Translate TAX and Subtotal on invoice PDF

I tried to search everywhere but could not find any solution to this question; I want to simply translate words subtotal and tax from the total PDF invoice generated by Magento. I already tried with csv but seem to have no effect. Where are these…
Monia
  • 1
  • 2
0
votes
0 answers

Try to use paypal invocing app in my website but following are error found

I have try most of the class that are availble on internet but when i execute some error found here ---------------------------------Send Invoice API------------------------------------- Failure Invalid request parameter: quantity must…
user3887728
  • 31
  • 2
  • 8
0
votes
1 answer

Customise invoices with dynamic images through API

I'm evaluating the opportunity to integrate QuickBooks in a software I'm developing, but I've a question I'm not able to answer just looking at the dev site. Is it possible to include/attach dynamic images to invoices? I mean: the user creates an…
0
votes
1 answer

Adding total of all outstanding invoices to Print Invoices page

I am just starting out learning to integrate and write 3-rd party code with the Volusion API. I don't really know where to get everything going yet. My first task is understanding where I need to go to download the API, or begin coding with it. …
0
votes
1 answer

Filter non-posting Invoices in Quickbooks Connector

I have this xml: ${from} ${to}
Jhonathan
  • 1,611
  • 2
  • 13
  • 24
0
votes
2 answers

Multi-Page invoice printing on one page

I have an invoice that contains over 100 lines of product that I am trying to print. This single invoice should take over 3 pages, but when printed, the content flows off the footer and the next page is the following invoice. I am using divs instead…
ryan
  • 175
  • 3
  • 13
0
votes
1 answer

Filemaker Invoice Layout Body not expanding for more than one lineitem position

I know this is a very basic question but I am simply stuck here. I should be beyond this problem but i can't find a way. Tables: Customers (pk) Invoices (pk, Customersfk) InvoiceLineItems (Invoicefk,Servicesfk) Services (pk) In my invoice print…
Sarnu
  • 13
  • 1
  • 3
0
votes
2 answers

Complexe SQL Query

I have 3 tables: Table Invoices(Invoice, InvoiceAmount(float), Other infos ...), table Payments(Payment, PaymentAmount(float), Other infos ...) and table PaymentsDet(Id, Invoice, Payment, Amount(float)). The table PaymentsDet link an invoice and a…
0
votes
1 answer

How to get invoice details using PayPal API?

I must say, I can't remember the last time I've spent so much time figuring out an API. I loathe working with PayPal. That said... I'm developing a seemingly simple script to download transactions into shipping software. I've got the script working…
kmcconnell
  • 331
  • 4
  • 14
0
votes
4 answers

Program returns 0 after setting value and calling get methods?

I'm working on a java project, as far as I can tell, I've finished it all, but when i run the program, the first set of coding on the application does what it's supposed to, but the updated amounts give me 0 for the price and the amount. The same…
AJ114
  • 1
  • 3
0
votes
0 answers

How to add paypal pay button

I browsed the paypal documentation but cant find an example on how to simply add a paypal pay button. We have invoices in our system and like to provide a pay via paypal option. I would expect that there is a method available to do exactly that. Not…
Ramon Smits
  • 2,482
  • 1
  • 18
  • 20
0
votes
1 answer

Magento Custom PDF Invoice Module

I try to make simply pdf invoice: class KM_PdfInvoice_Model_Sales_Order_Pdf_Invoice extends Mage_Sales_Model_Order_Pdf_Invoice Already have designed skelet layout for PDF. But now my problem is access ordes data like: Ordered items, customer name,…
Kārlis Millers
  • 664
  • 2
  • 11
  • 29