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

How to handle products and subscriptions in one invoice with 3d secure flow on stripe?

guys! First time touched stripe got confused with such problem - Need to make flow for paying for combination PRODUCT + SUBSCRIPTION in one payment (with 3d secure flow if it is req) and to send one total invoice for customer. So I've made such a…
2
votes
1 answer

Including a .text.erb partial in a .html.erb template? (Invoice)

I'm porting an application to Rails 3. We're an e-commerce site and naturally we send copies of tax invoices by email. We use plain text, so a .text.erb seems logical. We also display invoices in an area of the user profile, inside
d11wtq
  • 34,788
  • 19
  • 120
  • 195
2
votes
2 answers

Need to include image with PDF in Magento

I need to include the 'customer's logo' in the PDF file when we download it from invoice. I tried with the following code. $page->drawImage($customerLogo, 25, 800, 125, 825); But it through the following fatal error... Fatal error: Call to a member…
Sankar Subburaj
  • 4,992
  • 12
  • 48
  • 79
2
votes
0 answers

Angular Reactive Forms - FormArray start from another index

I have an invoice template and want to start from another index on the second page, if the service fields doesnt fit on the first page anymore. For example if 12 service fields were created on the 1st page than please add a new service object on the…
2
votes
1 answer

Pay an Invoice (Paid in Full) in NetSuite using RESTlet

I am trying to pay an open Invoice in NetSuite. My aim is to pay the Invoice and for it to return the Status 'Paid In Full'. I am able to create a Customer Payment record quite easily using the code below but I don't seem to be able to assign the…
Mark
  • 778
  • 2
  • 11
  • 21
2
votes
1 answer

How update status invoice sdk paypal

*/ Sorry for my english */ Hello everyone, I want to update or change my status to my invoice I follow this step: For create my invoice : https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/invoice/CreateInvoice.php For update my invoice :…
Funky
  • 155
  • 1
  • 2
  • 11
2
votes
3 answers

Generating Pdf from webpage in asp.net

Could you give me some recommendations on free/Openspurce library etc that could be integrated on asp.net application to Generate Pdf out of Html fragments. I will be generating Invoices that is displayed in DataGrid and tables. Is there some…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
2
votes
0 answers

adding products and quantity to an invoice in django

First of all, I am very new to Django and Python and I'm struggling trying to make an VERY simple invoice to work. I have 3 classes; Provider, Product and Invoice. Product and Provider work just fine, I am able to fill them out and they get saved in…
autusgo
  • 21
  • 6
2
votes
0 answers

Unbalancing error while create vendor bills in Odoo13

Recently I have been trying to create vendor bills in odoo13 by code by apparently every time I run the code I get a message "Cannot create unbalanced journal entry. Ids: [177] Differences debit - credit: [3.5]" 3.5 in my unit_price. My code is…
Pawan Kumar Sharma
  • 1,168
  • 8
  • 30
2
votes
1 answer

Display data of one field into another field in odoo 12

I have created one custom model that contain three relation fields. Following is relations: class SurveyCreate(models.Model): _name = 'create.survey’ survey_name = fields.Many2one('survey.survey',string='Survey Title') pages_id =…
sss
  • 107
  • 2
  • 12
2
votes
1 answer

Trying to upload PDF invoice to Amazon MWS results in Error: "Please provide only one valid marketplace while uploading an invoice"

I am currently trying to figure out how to upload my own invoice pdf files to Amazon MWS with php/curl: 1.) Upload pdf to Amazon MWS using Action: SubmitFeed and FeedType: UPLOAD_VAT_INVOICE This is giving a positive response with a…
3dphilip
  • 21
  • 4
2
votes
2 answers

Python-yaml : yaml.reader.ReaderError: unacceptable character

I am working on invoice parsing using invoice2data library. This library has predefined templates in YAML for parsing invoices. But when I am running the samples it is giving me YAML parsing error for all the templates Runnung it as : …
Rajesh Gosemath
  • 1,812
  • 1
  • 17
  • 31
2
votes
1 answer

EHF peppol 3.0 invoice for norway government

I am trying to generate xml file for the invoice which has to submitted in the form xml file EHF peppol 3.O, I unable to find the exact xml schema for this anybody can help me on this
S Mugunthan kumar
  • 177
  • 1
  • 2
  • 11
2
votes
1 answer

How to send invoices through Amazon MWS API?

I'm trying to send invoices to my customers through the Amazon MWS API. I know how to get the buyer's information for creating the invoice (PDF), but how can I send it to my customers through Amazon?
Maiq
  • 23
  • 1
  • 3
2
votes
0 answers

Woocommerce pdf invoice- Display subtotal that includes discount and without tax?

I'm using a woocommerce plugin (Woocommerce pdf invoice & packing slip), I have been trying to make this happen, I was close to achieving it but it occurred some bugs when there is tax included. So I’m looking to display a “Subtotal after discount”…