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

How to change Duedate based on Payment terms in Google sheets

I want the Duedate to change as per Payment Terms in Google sheet Due date Terms 7/20/2020 **Due on receipt** 6/29/2019 Net30 4/5/2020 Net 15 5/7/2020 Net 60 6/8/2020 Net 40 I managed to change the due date Net…
-1
votes
1 answer

How to set an a second Auto increment column per user?

I know this question has been asked before and most of the answers warn about doing so or suggest a solution for MyISAM but I'm using InnoDB. I'm trying to generate an Invoice or Bill for the user for him to give out to me (Business plan…
Zied Orabi
  • 73
  • 1
  • 6
-1
votes
1 answer

Generate automatically invoice with Laravel

I am working on a very simple project for my school assignment. So it's a house rent site. Everything seems fine but I want create an automatically invoice like "INV0001" but I don't know how to do that. Maybe you guys can help me fix my…
-1
votes
1 answer

Choose only id not in invoice details by using linq to sql

I have two tables and I need to choose the only id from the trip table that doesn't exist in the invoice detail table to ensure that trip use in only one invoice how can to make a query using LINQ to SQL.
fawaz ali
  • 1
  • 1
-1
votes
1 answer

Receive invoice details PHP stripe not working

I have a problem using the stripe. When I create an invoice I also save the invoice_id to the MySQL database so i could reference it to retrieve that specific invoice details but it doesn't work. What am I doing wrong here? …
Jukka Koivu
  • 63
  • 1
  • 10
-1
votes
1 answer

Invoice creation in sql - create a stored procedure

I want to create a procedure in which the following details should be displayed:- I have created this query but I am not getting the right results. I have attached the table schema. TABLES WE ARE USING:- InvoiceData, CustomerDetails and…
S.Sehgal
  • 59
  • 2
  • 10
-1
votes
1 answer

method string and compiler problems invoice

this is what I am trying to do Making·a·new·object·of·class·Invoice:↵Enter ·the·part·number:32-RJK-45↵Enter ·the·part·description:Phillips-Screw↵Enter ·the·Quantity·of·Items:20↵Enter· the·Price·Per·Item·with·cents·in·decimals:↵4.50↵↵ …
-1
votes
1 answer

How to join ChargeBacks with original transaction invoice in Oracle AR query?

I want to join chargeback transaction to its original invoice but I cannot find a link to join in table. Both transactions exist independently in table : ar_payment_schedules_all I need to find a join like some transaction_id etc.
-1
votes
1 answer

How to add salesperson to print invoice ? and Which file i will edit it ? in odoo V11.0

I'm New in Odoo and need to add salesperson name who created invoicing in Invoice like from this image salesperson to invoice PDF Print So, Which file i will edit it in Odoo files ? and How can i add salesperson Name who created invoice to Invoice…
D2rkZ3r0
  • 15
  • 4
-1
votes
1 answer

How can I subtract from a running total subquery in my query?

I'm trying to create a case where if there's a previous payment I can deduct it from the selected amount date range. I've created everything I need except the previous payment amounts. I keep running into subquery errors SELECT acctnmbr …
Nick
  • 155
  • 4
  • 16
-1
votes
2 answers

How to add pdf document as code in xml file (PHP)

I am creating pdf and xml files for invoices separately. But now as per new rule I need to send pdf doc in the xml file as code (base64Binary [RFC 2045]). In PHP, I am using SimpleXMLElement() function. Should I use encoded pdf in xml as taxt in a…
Deepak Dholiyan
  • 1,774
  • 1
  • 20
  • 35
-1
votes
1 answer

Paypal pay for invoice with REST API

Here is the situation. Someone has PayPal account and sends invoice to me. I have to PAY for the invoice. If I log into my account the invoice is there. Can I list the invoices that are sent to me via API and pay for them with API request?
Dilyan Trayanov
  • 549
  • 3
  • 21
-1
votes
1 answer

MS Access- form value filled automatically by combo box (how to insert into table)

I have a form that has sub-form on it. On the sub-form, there is a field (price) which value is automatically filled from a combo box (product) and from a table (products). All this happens on the form. How can I pass the value (price) to the a…
-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

Prestashop Generate Invoice with user name

I have been trying to find the file where the pdf invoice is generated to change the name of it, to the name of the user, e.g instead "invoice00012", I would like to have "John Smith.pdf". I would appreciate your help. Thanks.
Khan209
  • 3
  • 2