Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.1.0-b1
-
Component/s: None
-
Labels:None
Description
Decimal storage for pricing/amounts are currently set to decimal(12,4). We should increase this to decimal(19,4) to better allow support for international currencies. Some currencies have a ratio of 30,000:1 compared to the USD.
All database pricing and amounts that use this precision must be updated.
Activity
Field | Original Value | New Value |
---|---|---|
Story Points | 3 |
Rank | Ranked higher |
Sprint | 4.1.0 Sprint 2 [ 39 ] |
Assignee | Tyson Phillips [ tyson ] |

Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Jonathan Reissmueller [ jonathan ] |

Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.1.0 [ 11007 ] | |
Fix Version/s | Short Term [ 10800 ] |

Status | In Review [ 5 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Security | Private [ 10000 ] |
Summary | Increase amount storage length | Increase pricing decimal length from 12,4 to 19,4 |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
The blesta_reseller plugin creates a table with one such field, should I update that as well, or just the core tables?