Jump to content

[SOLVED] insert and retreive decimal figures.


richrock

Recommended Posts

Am I doing this right?  (Obviously not, but I need to know if I'm heading in the right direction...)  ???

 

I set up a mysql table :

 

+-------------+---------+------+-----+---------+----------------+
| Field       | Type    | Null | Key | Default | Extra          |
+-------------+---------+------+-----+---------+----------------+
| id          | int(11) | NO   | PRI | NULL    | auto_increment |
| vat         | int(11) | NO   |     | NULL    |                |
| vat_date    | date    | NO   |     | NULL    |                |
| export      | int(11) | NO   |     | NULL    |                |
| export_date | date    | NO   |     | NULL    |                |
| visa        | int(11) | NO   |     | NULL    |                |
| visa_date   | date    | NO   |     | NULL    |                |
| amex        | int(11) | NO   |     | NULL    |                |
| amex_date   | date    | NO   |     | NULL    |                |
| photo       | int(11) | NO   |     | NULL    |                |
| photo_date  | date    | NO   |     | NULL    |                |
| illust      | int(11) | NO   |     | NULL    |                |
| illust_date | date    | NO   |     | NULL    |                |
+-------------+---------+------+-----+---------+----------------+
13 rows in set (0.00 sec)

 

So I can set up variables for tax rates, fixed charges, and store the date with each so that any invoices/statements for accounts can be calculated against dates they were generated...  That's for another day  ;)

 

However, when I inserted some test data via phpmyadmin, it rounded up 17.5 to 18 for the VAT, and 2.5 to 3 for the visa rows.

 

I'm not sure how to fix this, so any help would be greatly appreciated.  Also, I just copied the INT(11) from other tables but research shows that I could use other values, so could I lower the INT value?  I don't mind re-doing the table, but need to keep dates on each numerical value independently.

 

TIA

 

Rich

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.