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

Relationships between stored procs?

I'll start by saying hello! This forum has been a great help to me over the past few months, but have only now joined and asking my first question. I'm working with the Northwind database in SQL Server 2008 r2 to build a vb.net application. I've…
0
votes
2 answers

Remove input field update

When I click the checkbox to remove a table row, I want my calculations to update the Totals. I've done this in similar situations by simply adding the calculate sum function to the remove row event, but I can't seem to get it to work in this…
Agent47
  • 69
  • 3
  • 13
0
votes
1 answer

Make unique invoice numbers with mysql and use

At the moment this is my function to create a random unique invoice number which is stored in a form's hidden field function generate_invoice_number() { global $wpdb; $lastVisitor = $wpdb->get_results("SELECT visitorID FROM…
alex
  • 4,804
  • 14
  • 51
  • 86
0
votes
1 answer

QBO unable to upload invoice

My task is to upload an invoice to UK QuickBooks Online. I always get an error: "You must select a product/service or an account for each split line with either an amount or a billable $$customer$$." My XML request:
Alex
  • 59
  • 2
  • 7
0
votes
1 answer

Integrity error where try to save a supplier invoices

I build a module who increase stock on supplier invoices. Work fine on devel server but when I pun on work server I have this error. How can I corret this error? Integrity Error The operation cannot be completed, probably due to the following: -…
dudufx
  • 121
  • 1
  • 3
  • 13
0
votes
1 answer

How to add a calculated tax in OpenERP 7

I am working with OpenERP 7. For business requirement, I have to add a tax to the invoice, this tax will be calculated like that : tax1= amount_untaxed * 0,1 % + amount_tax * 0.1 % A little bit of help will be appreciated .
Andromida
  • 1,095
  • 1
  • 11
  • 28
0
votes
1 answer

Magento invoice emails

is there anybody who is able to tell me how exactly I can make Magento automatically send an custom html invoice email containing some custom variables like tax number? Really appreciate it!
user2862473
0
votes
1 answer

How to update "TrackingNumber" field in QuickBook invoice?

I want update "TrackingNumber" field value in Invoice related request query. So which request query i used for updating "TrackingNumber"? I checked in "InvoiceModRq" request but there is not declare any field with the name of…
Jeet Bhatt
  • 744
  • 1
  • 7
  • 22
0
votes
1 answer

How to add date range in invoice search view and print the selected range in the report?

I added two fields for date range in account.invoice, it works fine but i am not able to print the dates in report. Here is my code: 'date_from':fields.function(lambda *a,k:{}, method=True, type='date',string="Date from"),…
0
votes
1 answer

How can I call a Python script from within OpenERP?

In my country every electronic invoice is required by law to include a field called "Control Code". The control code is computed by a series of calculations and algorithms using the invoice date, the invoice number and a few custom fields. Right now…
0
votes
0 answers

Magento can't print invoice

Some time ago i want to print invoice with chinese font. So i upload chinese font and changed to $font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . '/lib/LinLibertineFont/BiauKai.ttf'); Works very well i was partly happy because Invoice had…
Lukasz
  • 1
  • 1
0
votes
1 answer

where is Payment Method part of Magento invoice coming from

I modified this once before, but I have forgotten where this part of magento invoice comes from.! \app\design\frontend\default\MYTHEME\somewhere?
george
  • 4,119
  • 3
  • 17
  • 18
0
votes
2 answers

Build a form dynamically with Ajax, jQuery

I'm building a very small web ERP application with PHP / mySQL / CodeIgniter / jQuery The Bill/Invoice is built with current date client data etc Now, I must add products to that new invoice that is being created, without reloading/submitting the…
Enrique
  • 1,015
  • 4
  • 27
  • 54
0
votes
2 answers

Autocomplete issue in Yii

I'm using this auto-complete plugin with my new project. It's working fine. See image But I want to populate these fields when I select the result. Here is my code: var as = $("#query" + x + "").autocomplete({ minChars: 1, …
Harsha Tharanga
  • 94
  • 4
  • 16
0
votes
1 answer

Magento Grand Total Calculates Total without adding shipping Tax

So I have this weird thing going on in a magento 1.7.0.2 site I'm working on. I've set up the shipping table rate and I've checked and re-checked all the Tax setting but I'm still getting two different sets of results from the same order. The PDF…
Chesney
  • 11
  • 1
  • 5