Tagged Questions
The invoice tag has no wiki summary.
17
votes
11answers
15k views
Something like Crystal Reports for PHP?
I'm looking for something that works in PHP and is similar to crystal reports. I basically need to have a layout setup that means I can output invoices just by inserting the data, and then send it to ...
14
votes
4answers
536 views
Invoicing vs Quoting or Estimating
If invoices can be voided, should they be used as quotations?
I have an Invoices tables that is created from inventory associated with a Job or Order. I could have a Quotes table as a halfway-house ...
11
votes
21answers
7k views
Creating PDF Invoices - Are there any templating solutions?
Our company is looking to integrate invoices into a new system we are developing.
We require some a solution to create a layout of the invoice and then convert to pdf.
We have considered just laying ...
4
votes
4answers
951 views
Best way or library to generate PDF format of invoices in Java
I am working on a project, one feature is to generate PDF format of invoices in Java.
There seems to be many solutions, but I don't know which one is the best for invoices.
Please advise,
Thanks.
4
votes
8answers
1k views
Software used to create consulting invoices
At any given time, I do consulting for between 2-4 clients, and I'm having some trouble keeping track of the hours and generating invoices. My current solution is to use Google Calendar to track my ...
3
votes
3answers
1k views
Print Invoice C# Winforms
I have written an application in c# and now i want to print its content in form of invoice as shown in figure i want to print costumer data only once but jobs he has asked to be performed on his car ...
3
votes
6answers
508 views
What is the best standard to use for business document exchange (invoices, POs etc)?
If I need to implement sending and receiving of business documents from system to system (invoices, POs, remittance advice, etc) what standard would you recommend for best interop and why? It could ...
2
votes
3answers
66 views
Invoicing database design
I created an application few days ago that deals with invoicing. I would like to know how to best integrate a discount to my invoices. Should I put it as a negative item (in the invoice_items table) ...
2
votes
2answers
267 views
Creating Invoice & Capturing on Shipment
We've got some API integrations that will periodically create shipments for orders.
What I'd like to do is create an observer to also create an appropriate invoice & capture payment when this ...
2
votes
1answer
965 views
Automatic invoicing in magento
I have created new custom product type which extends virtual product in magento. Now I would like to block automatic invoicing for online payments eg. paypal when order contains at least one custom ...
2
votes
1answer
208 views
Help Calculating Invoice
I need help with a calculation:
I need to do this:
Item ---- Qty ( 2 ) --- Rate ( $2 ) = Total ( $4 )
Item ---- Qty ( 3 ) --- Rate ( $3 ) = Total ( $9 )
SUBTOTAL = $13
SALES TAX ...
2
votes
3answers
284 views
Implementing a sales tax strategy for Invoices
Here in South Africa we have Value Added Tax (VAT) which is pretty much identical to Sales Tax and is currently fixed at 14%, but could change at any time.
I need to include VAT on invoices (which ...
2
votes
4answers
2k views
print order and invoice emails in magento
Is it possible to print the invoices and orders as html instead of pdf from the admin?
Magento sends invoice as html email so most of the work is already done.
Thanks
2
votes
1answer
165 views
Does Paypal's Recurring Payments logic take into account VAT changes?
I have an application that will charge users a small fee on a monthly basis, but the amount is VAT-able. VAT is changing in January from 17.5% to 20%.
How does Paypal handle this? I can see in the ...
2
votes
3answers
179 views
How to handle price fluctuations in an invoice application?
In an invoicing application, consider following:
I have a products table that also contains the price of the product. And then I have an invoice and invoice_lines table and in each invoice line, I ...
2
votes
1answer
1k views
Submitting values of “jQuery Editable Invoice” into a MySQL DB using PHP
I am using this fantastic example of a jQuery editable invoice as a template for creating dynamic invoices for my users.
It's working quite well and I am successfully generating the items but I now ...
2
votes
3answers
167 views
What is the standard way to write a program to generate invoices?
I am building a billing system. The system needs to generate monthly invoices to Clients.
What I am doing now is using a For loop to check all the clients their previous invoices and decide if it is ...
2
votes
2answers
267 views
FreshBooks API Libraries
I am new to FreshBooks (not only the API) and I want to use it for some automatically generated invoices. I was trying to run some of the source code examples (the PHP and JS libraries in particular):
...
2
votes
1answer
103 views
Harmonized sales tax headaches
Alright Im using the BambooInvoice software, and where I am, we have two sales taxes.
This is how they work
price of item * tax1 = Sum1Tax1
Sum1tax1 *tax2 = Final sales price
Currently, Bamboo ...
2
votes
1answer
333 views
Newbie to Newbie Ajax tips for ugly Invoice webpage
Some assorted pseudotips about "invoice oriented" master/detail web sites,
Examples (but with small detail) and highlights:
The demo at SimplyInvoices: the 5 blank items editable without a modal ...
1
vote
0answers
33 views
Magento - No invoice on Payment method cash (Mindstretch modules)
we are maintaining a webshop based on Magento which has payment modules installed from Mindstretch. We are using the 'cash on pick-up' option, but the problem is that the module creates an invoice ...
1
vote
2answers
71 views
Find all textbox values and post into PHP MySQL
I am just a newbie to jQuery can some one help me?
I want to create a invoice system like this one
All I need to do is add a submit button that will function some thing like this
.find all input ...
1
vote
1answer
53 views
Generating invoices with Rails
I have the requirement to create invoices for a number of customers of an application on a monthly basis.
I have all the transaction data in the database (hopefully all the time).
The question is, ...
1
vote
1answer
95 views
what's the event name when you create a new invoice in magento?
when you create an invoice in the admin panel, what is the name of that event for an observer? I've tried *sales_order_invoice_register* and *sales_order_invoice_pay* but it doesn't work.
1
vote
3answers
180 views
How to print Tickets/Invoice
Anyone know a class written in C # or VB.NET that serves to print tickets in a mini printer?
Printer: EPSON TM-U220PD
Thank you for your help.
1
vote
3answers
101 views
How can I have the same number count for invoice and credit memo in Magento?
How can I have the same number count for invoice and credit memo in Magento?
magento use two different counters, I need an univocal count number for invoices and credit memos.
thanks
edit: fixed ...
1
vote
1answer
43 views
Daily Recurrence Invoices Check
My situation as follow:
I'm building up an invoice system, I have almost everything done, except the invoices recurrence. Here is what I'm trying to do without success.
The condition:
My condition ...
1
vote
1answer
144 views
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 ...
1
vote
2answers
191 views
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 ...
1
vote
3answers
350 views
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 ...
1
vote
0answers
210 views
Best accounting/invoicing/project mgmt tool for freelancers? [closed]
Right now I use several different programs, but it's getting clunky. So I have been researching different tools to manage my freelance business more effectively.
MavenLink - project management, ...
1
vote
0answers
42 views
I need to add Extra Pages in my site and also Invoice Generator [closed]
I am not coming from a development background but I do understand few basics.
I have few questions here and need some help:
In my website I want to add:
Extra Tab which should ask me for a login.
...
1
vote
1answer
151 views
Invoiced Line Items ASP.NET
I have an invoice form . As you know it has Header and Line Items . When user creates invoice there can be any numner of line items.So users can click "Add Item" to add a new item and all of them ...
1
vote
4answers
97 views
Unique document number for the month
I need to create an invoice number in format:
CONSTANT_STRING/%d/mm/yyyy
mm - Month (two digits)
yyyy - Year
Now, the %d is the number of the invoice in the specific month. Another words, this ...
1
vote
1answer
265 views
SINGLE Invoice for 2 or more orders in magento
It is possible to make an invoice for 2 or more orders at the end of the month? I can see only to option to make invoice for every order.
If not, I'm looking for an extension to calculate the total ...
1
vote
2answers
73 views
How can I let the user download the HTML-file?
I would like to create an Invoice in HTML instead of a PDF-file. And I would like to let the user easyli download the HTML-file via a link. How can I do this?
If I simply link to the HTML file, it is ...
1
vote
1answer
292 views
GLAccount Information - Simulate BAPI_INCOMINGINVOICE_CREATE
I am currently working on an application that posts invoices to SAP using Java/JCo. I am using BAPI_INCOMINGINVOICE_CREATE for the purpose and it works perfectly fine. Now I have an additional ...
1
vote
3answers
612 views
Google checkout invoice through API
Hey all
I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal)
I can't find how. or at least how to generate a new order (money request)
thank you
1
vote
0answers
122 views
Copy Selective Data from Database to Invoice, Based on Certain Criteria
For starters, here is an example of a microsoft excel database I am working with:
Month/Address/Name/Description/Amount
January/123 Street/Fred/Painting/100
January/456 Avenue/Scott/Flooring/400
...
1
vote
4answers
259 views
how to generate an invoice
I have started freelancing and a client has asked for an invoice.
Do you have a favorite tool for generating invoices? I am after something that I can use from Linux (either a desktop tool or web ...
1
vote
2answers
89 views
Automated PHP application distribution based on user signup
Take for instance Yahoo Mail or Twitter. When someone signs up to use their service, they'll need to automatically deploy a new database, application folder and so on - I assume!
I am planning to ...
1
vote
4answers
702 views
Generating Invoices
I need to generate invoices in large batch which will be transformed to EDI and transported to our HQ. There is an order table with all the orders coming in. At some point in the day I have to grab a ...
1
vote
1answer
1k views
QuickBooks invoice modify has different address behavior than create, how to compensate?
I'm writting a function to take an invoice file in a defined format and import it into QuickBooks via qbXML. One of the requrements is that it be possible to reimport the same invoice number than that ...
0
votes
1answer
30 views
Magento - Filter order/invoice collection after join and some custom action
I'm trying to display payment option on the grid of Orders and Invoices (in back-end).
I've copied core files
app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php
...
0
votes
1answer
33 views
Generate invoice with Salesforce
I am new in Salesforce and I would like to know how to generate an invoice.
I think to different solutions and I don't know if there are possible, time-consuming, difficult...
A service has different ...
0
votes
0answers
37 views
How accept credit cards for point of sale in iOS
I'm upgrading my POS app for iOS. I want to provide the ability for my customer to accepts credit cards for sale THEIRS products.
My app is international, mainly latin-america, so I prefer a ...
0
votes
1answer
70 views
Is there a PHP wrapper for PayPal Invoicing API?
I find PayPal and their API's a bit complicated and would very much like to know if there's a PHP wrapper for the invoicing API out there?
Thanks!
0
votes
0answers
87 views
get invoice id from a Mage_Sales_Model_Order_Invoice object
I'm writing an observer for the sales_order_invoice_register event, I'd like to get the invoice number that has just saved. I can't find the function for retrieving that ID, none of those commented ...
0
votes
1answer
95 views
Magento - submit invoice event and price comparison
all!
I'm trying to compare prices, in Order, such as GrandTotal and TotalPaid, after submit invoice.
i'm try listen "sales_order_invoice_save_after" event.
config.xml
...
<events>
...
0
votes
0answers
86 views
Redirect to created invoice after it's saved
I need to tweak magento admin so after a new invoice is created at a link like this:
admin/sales_order_invoice/new/order_id/550/
to redirect to
...