|
From: <al...@al...> - 2010-12-23 05:23:27
|
Fri Dec 3 18:53:25 EST 2010 Alex Lance <al...@cy...>
* Converting project over to use the new multi-currency functionality.
Ignore-this: 998e3db0d7b3449a94b57b59e536c388
M ./finance/lib/transaction.inc.php -1 +1
M ./project/lib/project.inc.php -2 +2
M ./project/lib/projectPerson.inc.php -1 +1
M ./project/project.php -14 +3
M ./project/templates/projectFormM.tpl -20 +24
M ./project/templates/projectPersonListR.tpl -1 +1
M ./sale/lib/productCost.inc.php -1 +1
M ./sale/lib/productSale.inc.php -1 +1
M ./sale/lib/productSaleItem.inc.php -1 +1
M ./shared/lib/alloc_cache.inc.php -4 +9
M ./shared/lib/db_entity.inc.php -3 +5
M ./shared/lib/db_field.inc.php -3 +11
M ./shared/lib/meta.inc.php -2 +2
M ./shared/lib/page.inc.php -4 +40
M ./shared/util.inc.php +5
M ./task/lib/task.inc.php -1 +1
M ./time/lib/timeSheet.inc.php -1 +1
M ./time/lib/timeSheetPrint.inc.php -1 +1
M ./time/timeSheet.php -5 +5
Sat Dec 4 18:04:07 EST 2010 Alex Lance <al...@cy...>
* Resized time sheet item table to fit on the screen.
Ignore-this: de0bde42a658200c95faad5b2e4bdbcc
M ./time/templates/timeSheetItemR.tpl -1 +1
M ./time/timeSheet.php -1 +1
Sat Dec 4 23:33:58 EST 2010 Alex Lance <al...@cy...>
* COSMETIC Changed padding of .panel td's to prevent tables horizontally scrolling off the screen.
Ignore-this: 8003707e19771703af825b581cad7930
M ./css/src/style.tpl -1 +1
M ./css/style_default.css -1 +1
M ./css/style_lava.css -1 +1
M ./css/style_leaf.css -1 +1
M ./css/style_nacho.css -1 +1
M ./css/style_tweak.css -1 +1
Sun Dec 5 00:08:42 EST 2010 Alex Lance <al...@cy...>
* Converting time sheets over to use the new multi-currency functionality.
Ignore-this: 5ce7eececce0a2219e95f1ee3b4dd539
M ./finance/lib/transaction.inc.php -1 +1
M ./finance/lib/transactionRepeat.inc.php -1 +1
M ./invoice/lib/invoice.inc.php -1 +1
M ./invoice/lib/invoiceItem.inc.php -2 +2
M ./sale/lib/productCost.inc.php -1 +1
M ./shared/lib/db_entity.inc.php -3 +11
M ./shared/lib/db_field.inc.php -5 +11
M ./shared/lib/page.inc.php -3 +4
M ./time/lib/timeSheet.inc.php -39 +50
M ./time/lib/timeSheetItem.inc.php -10 +11
M ./time/lib/timeSheetPrint.inc.php -14 +10
M ./time/templates/timeSheetItemR.tpl -2 +2
M ./time/templates/timeSheetListR.tpl -4 +4
M ./time/timeSheet.php -14 +19
M ./time/timeSheetItem.php +1
Sun Dec 5 02:11:13 EST 2010 Alex Lance <al...@cy...>
* Converting invoices over to use the new multi-currency functionality.
Ignore-this: df64fe038ba418a5ece26eba7f287182
M ./invoice/invoice.php -38 +36
M ./invoice/lib/invoice.inc.php -17 +42
M ./invoice/templates/invoiceItemListR.tpl -1 +1
M ./invoice/templates/invoiceListR.tpl -4 +4
M ./shared/lib/db_field.inc.php -1 +1
Sun Dec 5 03:52:08 EST 2010 Alex Lance <al...@cy...>
* Converting expense forms over to use the new multi-currency functionality.
Ignore-this: 8203629a4242fec02df0aeaaea0c6a00
M ./finance/checkRepeat.php +1
M ./finance/expenseForm.php -8 +17
M ./finance/expenseFormList.php -6 +13
M ./finance/lib/transactionRepeat.inc.php +1
M ./finance/templates/expenseFormM.tpl -2 +4
M ./finance/templates/expenseFormPrintableM.tpl -2 +8
M ./finance/templates/expenseFormPrintableR.tpl -2 +2
M ./finance/templates/expenseFormR.tpl -1 +1
M ./finance/templates/pendingExpenseFormListR.tpl -1 +1
M ./finance/templates/pendingTransactionListR.tpl -1 +1
M ./finance/templates/transactionRepeatM.tpl -3 +4
M ./finance/transactionRepeat.php +6
M ./invoice/invoice.php -1 +1
Wed Dec 8 21:57:54 EST 2010 Alex Lance <al...@cy...>
* BUG removed old index for taskSubStatus, field doesn't exist any more.
Ignore-this: 9009937dd40b7218a362ec21fdd65516
M ./installation/db_constraints.sql -1
Wed Dec 8 22:15:43 EST 2010 Alex Lance <al...@cy...>
* BUG Static variable being called as an instance variable.
Ignore-this: 3c62e0fddcc98fac1d1dc5bcb8b2aefe
M ./shared/lib/meta.inc.php -2 +2
Wed Dec 8 23:03:08 EST 2010 Alex Lance <al...@cy...>
* Added currency type selection to the alloc installation helper.
Ignore-this: 46ee7954ae3f9ae505bc4ce3aaa40b6a
M ./installation/install.php -1 +16
M ./installation/lib/init.php +14
M ./installation/templates/install.tpl +1
Thu Dec 9 02:03:28 EST 2010 Alex Lance <al...@cy...>
* Updated finance upload scripts to work with multi-currency.
Ignore-this: b795de66696d3d03e5d01382699d2ea1
M ./finance/wagesUpload.php -1 +2
M ./invoice/invoicesUpload.php -2 +5
|