-1
votes
1answer
62 views

Copy HTML code into text file [closed]

My company uses an invoice software I've made. It's a simple page that copies input from fields, checkboxes and some dynamic table with Javascript into a new page with A4 CSS so it can be printed or ...
0
votes
1answer
79 views

e-commerce with product codes and invoicing

I know there are probably some scripts out there and I'm sure that I'm overlooking them, but I'm wondering if anyone can point me to a better script or a way to show me how to make one. What I'm ...
0
votes
1answer
105 views

Calculating sales tax in php by invoice line item

I have a question on what the best way to calculate and store sales tax in the US should be. I am creating an invoice program that can have multiple line items. Here is an example of the issue I'm ...
0
votes
1answer
114 views

Post Javascript Form into mysql

I'm working on an invoicing system. I'm using javascript to add line items as needed however the added line items are not posting when I click submit. I'm thinking it is probably an issue with div ...
2
votes
3answers
892 views

MySQL Query Within JavaScript

I am working on a form whereby JavaScript is used to add another line item. The purpose is to add line items to an invoice. I have successfully got this to work ok when using text boxes in my form, ...
0
votes
0answers
99 views

MyClientBase alternatives

Is there any similar web-based systems like MyClientBase? All I need is ability to write invoices, multi-user access and warehouse. What could you suggest? By the way fusioninvoice doesn't fits my ...
0
votes
0answers
83 views

MyClientBase using custom fields in invoices

I found MyClientBase over the internet and I liked it. I tried to create custom fields and add them to invoice (through invoice template). But no success. Because MyClientBase is no longer supported ...
-5
votes
1answer
213 views

php mysql - invoice increment number [closed]

I am working on a project on creating billing databse in PHP, MySQL. There is a table in MySQL: ID - (primary key, Auto increment) Party - (name of the party) Basic Amount - Service Tax amount - ...
0
votes
1answer
222 views

How to show array value by Jquery

I want to send selected value of multiple select (one by one) on script.php file using jquery or ajax. After sending value on script.php file. I want to show script.php file query result on index.php ...
1
vote
2answers
771 views

jquery table rows line totals and grand total

I'm currently writing a small plugin for computer repair techs and I'm now trying to code the invoice section but not having much luck! I've got the fields being populated from the database but I'm ...
2
votes
2answers
1k views

Magento: adding pdf invoice to invoice email

I have been searching for examples the last couple of days and have been trying to do it myself, but I'm stuck at the following. I'm using Magento 1.7.0.2. I want to add the invoice PDF as an ...
-1
votes
3answers
485 views

How to print footer on each printed page?

I am working on an ordering system for my company utilizing Open Cart. Everything is being done in PHP and HTML. I am trying to modify the invoice page to include a signature line at the bottom of ...
2
votes
2answers
704 views

Multipage invoice/document in PHP

TL;DR: I have problems with PHP generating PDF's longer than 1 page total. Hello again. My goal is to create a script that will basically get all the important data and create a A4 format PDF ...
0
votes
1answer
1k views

Magento: Order has invoice (generated) but 'Total due' > 0

I have a live Magento 1.5.0.1 webshop, with the following problem: We have received an order, which has been paid for through iDEAL (Dutch online payment service) and an invoice has been ...
-2
votes
1answer
806 views

PayPal Invoice API [closed]

Okay, so basically I have system for making bookings, the users have the option for online payment, over the phone or in-store. If on the booking form the user select online I want them to get an ...
0
votes
2answers
767 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!
1
vote
2answers
406 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
2answers
1k 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 ...
1
vote
1answer
98 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
1k views

php Invoice code not updating correctly the order

I can't actually see why, but my invoice code doesn't actually show the correct values for the totals when it get completed without errors. The code is: public function invoice($realOrderId){ ...
0
votes
0answers
50 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. ...
0
votes
1answer
827 views

CRM + Invoicing/Billing + Ticketing for a small web design company

I am currently using ActiveCollab but it lacks the typical CRM features. I can't even keep notes about a customer saved in one place. What I am looking for is a simple but efficient CRM application ...
0
votes
2answers
753 views

print all invoices

I am building an order system for a client and would like to give them the ability to print all invoices but i have no idea how to do it the invoices will be stored in a mysql db and I would like ...
3
votes
1answer
3k 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 ...
0
votes
0answers
308 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 ...
0
votes
1answer
40 views

make a session user have a automatic code input

when a user logs in, I want a input type text to be already filled with some pre-determined letter... how can I make that possible?
0
votes
2answers
405 views

display automatic date in input

I am making a invoices page and I want the date to appear automatically as an input as well as the date of expiration (30 days later) is there an automatic function? I have this: TD can value ...
1
vote
4answers
132 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 ...
2
votes
1answer
2k 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
2answers
566 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
156 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 ...
1
vote
2answers
107 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 ...
21
votes
13answers
34k 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 ...