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

System.Drawing & e.HasMorePages problems

I have several days trying to solve this big problem I have in C #: I am trying to Print 21 Articles (Bill) Ticket Format, but the paper roll has a limit and occupied several pages divided print but I can not make it do the jump from page to print…
John Nuñez
  • 1,780
  • 13
  • 35
  • 51
0
votes
0 answers

Magento print invoice on server shows blank page

In Magento when I try to print an invoice, I get a blank page with no error, and PDF is not generated. It is fine on my local PC, however on server it shows this behavior. I convert permission of var folder to 777, what sub folders in var need to be…
Sohail
  • 2,058
  • 7
  • 33
  • 57
0
votes
1 answer

Poblem with Query to Get Diference

I am using this query to show Saldo column With Invoices and Payments Values. Works Good but if i dont have an invoice but i have a payment, i can see It until i add an invoice. How can i correct It? select B.razonsocial as Empresa, Facturas ,…
Martin
  • 15
  • 5
0
votes
0 answers

How write xml data from ET.dump

How can I write xml file into the invoices in the code? I've tried in many ways but I get minidg to get out.xml empty. Thank you. import xml.etree.ElementTree as ET import sys doc = ET.parse('01-K011116_K011169.xml') for invoice in…
3r1c
  • 3
  • 2
0
votes
0 answers

How to generate a single AR invoice for a week's delivery

Is it possible to create an Invoice for multiple Sales Orders for a period? I can see only the option to generate Invoice for every single Order. As of now, every order is processed on receipt and an invoice is generated for each order. A new…
0
votes
1 answer

Show Tax row in my invoice using Woocommerce Print Invoices & Packing lists

I opened a previous thread about forcing WooCommerce to show the Tax name in the checkout page of WooCommerce even if the rate is 0.000%, as I need that information to be displayed (VAT rates in my store are always 0% due to a VAT extemption regime,…
anotherbreed
  • 55
  • 1
  • 7
0
votes
0 answers

Magento - Create a Manual Invoice Number for Each Invoice (No Auto Numbering)

I have a situation where we are using Magento to manage Web based orders. However .. all invoicing is occuring through our SAP system. I therefore need to firstly create an invoice in SAP, and then manually use that number as my invoice number in…
Steve
  • 1
  • 1
0
votes
1 answer

Display the discounted subtotal after discount on pdf invoice in Woocommerce

I want to display the cost of the product after a discount coupon on the invoice. I have the following code, but it displays only base price, not the cost after coupon code: add_filter( 'wpo_wcpdf_woocommerce_totals',…
TomaszKub
  • 37
  • 5
0
votes
1 answer

Netsuite Saved Search a list of ID's by invoice No

I have a request to extract specific Invoices, over the course of an year. For target invoices i have the following information to use: Invoice Number, Invoice date, Order Ref, Value and currency. I tried extracting few months at a time, but it's…
Dumitru Daniel
  • 571
  • 4
  • 19
0
votes
0 answers

How can we generate auto increment invoice #

$runningnumber=1; $comp = "CT"; echo $result = $comp.date('mdy').str_pad($runningnumber++, 5, "0", STR_PAD_LEFT); how do i increase the $runnungnumber like 00001, 00002, 00003, 00004, 00005, 00006 .... please help my desired output…
0
votes
1 answer

Invoiced API time milliseconds issue

I use invoiced API https://invoiced.com/docs/guides/subscription-billing and I got records like "renewed_last": 1493732122, "renews_next": 1496410522, "start_date": 1493732122, What those magic numbers mean? I thought this is milliseconds from…
avalon
  • 2,231
  • 3
  • 24
  • 49
0
votes
1 answer

PHP Invoices change start day of the week -2 days

I have a question im busy with an invoice system and have the following problem: We want to send the invoices every saterday and each week. So our week is from saterday till friday. Now is our output like…
Gurdt
  • 179
  • 16
0
votes
1 answer

How to join Invoices and Received Payments in Quick Books?

I connected to QB via ODBC from MS Access and linked to the following: QBReportAdminGroup_v_txn_invoice_hdr QBReportAdminGroup_v_txn_invoice_line QBReportAdminGroup_v_txn_received_payment_hdr QBReportAdminGroup_v_txn_received_payment_line I want…
Alex139
  • 11
  • 4
0
votes
1 answer

WHMCS get invoice PDF

I'm trying to import from WHMCS to a c# application all my WHMCS invoices using API methods. There is a problem when I try to download PDF Documents. There is no API method to do that and I can't call dl.php page without login. I can't login as…
Bruno
  • 181
  • 16
0
votes
1 answer

Passing variables from controller to view that works with DOMPDF in CodeIgniter

Best regards! Today I'm with an issue trying to generate invoices in PDF with DOMPDF. Let's explain: I have a view that i select the invoice id. When I click the "generate PDF" button it goes this way: (takes you to controller) foreach…
Felipe Lima
  • 443
  • 1
  • 10
  • 19