|
From: alla@ - 2012-02-07 07:27:25
|
Sat Jan 28 18:41:13 EST 2012 Alex Lance <al...@cy...>
* 18525 Move default rates logic into the Project Person functionality (i.e. out of time sheets).
M ./project/lib/projectPerson.inc.php -30 +12
M ./time/lib/timeSheet.inc.php -21 +24
M ./time/templates/timeSheetFormM.tpl -13 +6
M ./time/timeSheet.php -2 +5
Tue Jan 31 21:02:38 EST 2012 Alex Lance <al...@cy...>
* 20378 Add reminderActive field.
M ./installation/db_structure.sql -1 +2
M ./installation/db_structure.sql.postgres -1 +2
A ./patches/patch-00226-alla.sql
Tue Jan 31 21:04:47 EST 2012 Alex Lance <al...@cy...>
* 20378 Add Reminder Active field to reminder edit screen.
M ./reminder/lib/reminder.inc.php +1
M ./reminder/reminderAdd.php -1 +2
M ./reminder/templates/reminderAddM.tpl -1 +5
Tue Feb 7 12:08:01 EST 2012 Alex Lance <al...@cy...>
* 20114 Add tax field to product costs.
M ./installation/db_structure.sql -1 +2
M ./installation/db_structure.sql.postgres -1 +2
A ./patches/patch-00227-alla.sql
M ./sale/lib/productCost.inc.php +1
M ./sale/product.php -1 +4
M ./sale/templates/productCostR.tpl +3
M ./sale/templates/productM.tpl +3
Tue Feb 7 12:20:56 EST 2012 Alex Lance <al...@cy...>
* 20114 Make the Outgoing Funds TF, the default TF when adding product costs.
M ./sale/product.php -1 +2
M ./sale/templates/productM.tpl -1 +1
Tue Feb 7 14:22:52 EST 2012 Alex Lance <al...@cy...>
* 20114 Fix deletion of product costs that weren't permitted because of foreign key constraints.
M ./installation/db_structure.sql -1 +2
M ./installation/db_structure.sql.postgres -1 +2
A ./patches/patch-00228-alla.sql
M ./sale/lib/product.inc.php -4 +3
M ./sale/lib/productCost.inc.php +7
M ./sale/lib/productSaleItem.inc.php +2
M ./sale/product.php -28 +27
M ./sale/templates/productM.tpl -1
Tue Feb 7 14:33:35 EST 2012 Alex Lance <al...@cy...>
* 20114 Make product cost GST extrapolate to separate transaction.
M ./sale/lib/productSaleItem.inc.php -5 +11
M ./shared/util.inc.php +8
Tue Feb 7 14:47:23 EST 2012 Alex Lance <al...@cy...>
* 20114 Clean up productSaleItem::createTransactions().
M ./sale/lib/productSaleItem.inc.php -14 +24
Tue Feb 7 18:08:58 EST 2012 Alex Lance <al...@cy...>
* 20114 Allow auto-updating amount in sale transactions to update correctly when product costs have GST.
M ./sale/lib/productSale.inc.php -3 +3
M ./sale/lib/productSaleItem.inc.php -1 +1
M ./sale/templates/productSaleM.tpl -1 +4
Tue Feb 7 18:10:34 EST 2012 Alex Lance <al...@cy...>
* 20114 Allow Total Product Costs field to tally correctly when product costs have GST.
M ./sale/lib/product.inc.php -1 +5
Tue Feb 7 18:16:07 EST 2012 Alex Lance <al...@cy...>
* 20114 Make sale transactions save the transaction type correctly.
M ./sale/templates/transactionR.tpl +3
Tue Feb 7 18:25:20 EST 2012 Alex Lance <al...@cy...>
* 20378 v183 Nuked SQL injection hole.
M ./reminder/reminderList.php -2 +2
Tue Feb 7 18:25:28 EST 2012 Alex Lance <al...@cy...>
* 20378 Make reminders get deactivated instead of deleted.
M ./client/templates/clientM.tpl +1
M ./project/templates/projectFormM.tpl +1
M ./reminder/lib/reminder.inc.php -3 +4
M ./reminder/reminderAdd.php +3
M ./reminder/reminderList.php -5 +17
M ./reminder/sendReminders.php -1 +1
M ./reminder/templates/reminderFilter.tpl -1 +3
M ./reminder/templates/reminderListM.tpl +1
M ./reminder/templates/reminderR.tpl +1
M ./task/lib/task_calendar.inc.php -1 +7
M ./task/templates/taskM.tpl +1
|