The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
5answers
953 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 ...
1
vote
1answer
849 views

Invoice Discount: Negative line items vs Internal properties

Should discount on invoice items and entire invoices be negative line items or separate properties of an invoice? In a similar question, Should I incorporate list of fees/discounts into an order ...
1
vote
0answers
217 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 ...
0
votes
2answers
2k views

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 ...
0
votes
3answers
268 views

prevent duplicate invoice no. against particular ID

I have confusion on how to prevent duplicate InvoiceNo against CompanyId. I just have prepare an Invoice project that has field like CompanyId and InvNo. Both do not have Unique Keys because Company ...
2
votes
4answers
427 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
106 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 ...
0
votes
1answer
2k views

How to change the background color of default magento generated invoice pdf that's generated to print?

Can anyone give any idea on where the html files are located that generates the invoice pdf while trying to print it out(in admin).Also I need to modify the background color from the one as in the ...
2
votes
1answer
413 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
4answers
1k 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
2k 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 ...
20
votes
13answers
33k 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 ...
5
votes
8answers
2k 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 ...
14
votes
21answers
9k 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 ...
3
votes
6answers
677 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 ...

1 2 3 4