ordersprinter/webapp/php/utilities/decimaldefs.php

7 lines
301 B
PHP

<?php
defined('DECIMALSMALL') || define ( 'DECIMALSMALL','DECIMAL (15,2)' );
defined('DECIMALMIDDLE') || define ( 'DECIMALMIDDLE','DECIMAL (17,2)' );
defined('DECIMALMIDDLEEXACT') || define ( 'DECIMALMIDDLEEXACT','DECIMAL (17,6)' );
defined('DECIMALBIG') || define ( 'DECIMALBIG','DECIMAL (19,2)' );