0
votes
1answer
81 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
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
916 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
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
216 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
0answers
41 views

What software to use to generate formatted packing slips from MySQL DB?

I need to generate formatted (particularly style) packing slips from a MySQL database. We are a fulfillment house that is integrating with an internet company.
0
votes
1answer
321 views

Generate Invoice & Tracking

Company will receive an invoice on the 1st and 16th every month. (It will run via Cron Job every 2 week. It scan through the order table and then add into 'invoice' table. Is there alternative?) ...
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 ...
0
votes
1answer
953 views

Invoice table design

I am creating an invoice table for the customers. Sometime they will have to send me the commission fees or sometime I send them fees (account balance). How to design a invoice table in this ...
0
votes
1answer
119 views

Invoice table: Send fees and Receive Fees

I am creating an invoice table for the customers. Sometime they will have to send me the commission fees or sometime I send them fees (account balance). How to design a invoice table in this ...
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 ...
1
vote
4answers
133 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 ...
0
votes
3answers
383 views

default value in mysql table id.. invoice help

I have the id which is the primary. It has auto increment. When ever I try to enter a default value like for example: 000 - it does not start counting from that number but from 0,1,2,3 etc... ...
0
votes
4answers
748 views

SQL: table design for ship/invoice address and SELECT CONCAT problem

I have a simple customers table designed this way (I report only some fields, the ones regarding this qeustions): + ----------- + --------------- + ---------------- + + customer_id + invoice_address ...
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 ...
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 ...