|
From: <al...@al...> - 2010-12-23 05:19:49
|
Wed Dec 1 19:24:32 EST 2010 Alex Lance <al...@cy...>
* P185 Added invoice.currencyTypeID.
Ignore-this: c4b687613e6ab3d4b09854c097a5249a
M ./installation/db_constraints.sql +1
M ./installation/db_structure.sql +1
M ./installation/db_structure.sql.postgres +1
A ./patches/patch-00185-alla.sql
|
|
From: <al...@al...> - 2010-12-23 05:21:25
|
Sun Dec 12 10:41:28 EST 2010 Alex Lance <al...@cy...>
* P188 Changed DECIMAL(19,2) to BIGINTs. Updated dollars into cents.
Ignore-this: efd15482f50382d0ea45ca4f525786f6
M ./installation/db_structure.sql -15 +15
M ./installation/db_structure.sql.postgres -15 +15
A ./patches/patch-00188-alla.sql
|
|
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
|
|
From: <al...@al...> - 2010-12-23 06:18:06
|
Thu Dec 23 13:20:28 EST 2010 Jeremy Chin <je...@cy...>
* 14202 Handle December correctly.
Ignore-this: 180fdc1908cbca437c3da5854fe121c2
M ./finance/lib/transaction.inc.php -1 +6
|
|
From: <al...@al...> - 2010-12-23 12:02:52
|
Thu Dec 23 23:01:09 EST 2010 Alex Lance <al...@cy...>
* Further explanation of patch-188.
Ignore-this: b7dec7e6b65add62d34b308d941c0dcd
M ./installation/patch.php -1 +1
|
|
From: <al...@al...> - 2010-12-24 03:57:46
|
Fri Dec 24 14:30:16 EST 2010 Jeremy Chin <je...@cy...>
* 17463 Make timezone configurable to suppress php 5.3 warning.
Ignore-this: c405496487dbe874a3051d3d302394b7
M ./alloc.php -2 +15
M ./config/templates/configM.tpl -2 +2
M ./installation/install.php +9
A ./patches/patch-00182-jeremyc.php
M ./shared/util.inc.php -38 +36
Fri Dec 24 14:31:29 EST 2010 Jeremy Chin <je...@cy...>
* BUG Adjust the default notification text to match the new escaping.
Ignore-this: aa14a22800b070e6109307e74d584989
M ./installation/install.php -3 +3
|
|
From: <al...@al...> - 2010-12-26 06:44:50
|
Fri Dec 24 16:10:27 EST 2010 Jeremy Chin <je...@cy...>
* Add an index on entityID in interestedParty.
M ./installation/db_constraints.sql +1
A ./patches/patch-00197-jeremyc.sql
|
|
From: <al...@al...> - 2010-12-26 06:56:56
|
Sun Dec 26 17:56:02 EST 2010 Alex Lance <al...@cy...>
* 17463 Updated timezone patch to remove any old timezone entries in the config table.
Ignore-this: 9f39d4359105ffe499690e16a7219e73
M ./patches/patch-00182-jeremyc.php -1 +6
|
|
From: <al...@al...> - 2010-12-26 07:43:57
|
Sun Dec 26 18:23:09 EST 2010 Alex Lance <al...@cy...>
* Removed unneeded patch that updates blank commentEmailUID entries.
Ignore-this: d46787c904b31348a1cc3f3ee57b30cf
R ./patches/patch-00180-alla.sql
Sun Dec 26 18:39:47 EST 2010 Alex Lance <al...@cy...>
* Ensured product.buyCostCurrencyTypeID field is set.
Ignore-this: 5343dc9225dd3ad6e53d403f1ba69d29
M ./patches/patch-00188-alla.sql +2
|
|
From: <al...@al...> - 2010-12-27 04:58:18
|
Mon Dec 27 15:56:57 EST 2010 Alex Lance <al...@cy...>
* 17579 Fixed date order bug on task comment summary page.
Ignore-this: 9fbee5f2f95e14240a74827b078ad57b
M ./comment/lib/comment.inc.php +8
|
|
From: <al...@al...> - 2010-12-27 16:08:07
|
Mon Dec 27 16:49:46 EST 2010 Alex Lance <al...@cy...>
* Removed blank entry for project person rate dropdown.
Ignore-this: d00bb46c58d6678430ca9c2b7d526178
M ./project/templates/projectPersonListR.tpl -1 +1
Mon Dec 27 16:50:34 EST 2010 Alex Lance <al...@cy...>
* Fixed some currency bugs.
Ignore-this: cb1ee9877786b0704d1798b337a93546
M ./invoice/invoice.php -5 +8
M ./invoice/lib/invoiceItem.inc.php +1
M ./project/project.php +1
M ./shared/lib/page.inc.php +1
Tue Dec 28 03:04:35 EST 2010 Alex Lance <al...@cy...>
* Improved error message of transaction::validate().
Ignore-this: 560ea732f822c53d48dbcec788365f58
M ./finance/lib/transaction.inc.php -1 +1
|
|
From: <al...@al...> - 2010-12-27 16:37:33
|
|
From: <al...@al...> - 2010-12-28 04:01:51
|
Tue Dec 28 15:00:41 EST 2010 Alex Lance <al...@cy...>
* Put blank value back in project person rate dropdown. If left blank time sheet entries can be overridden.
Ignore-this: 87a0cb79a5ed82a61f5e8d4472ed272f
M ./project/templates/projectPersonListR.tpl -1 +1
|
|
From: <al...@al...> - 2010-12-28 18:43:35
|
Tue Dec 28 16:42:26 EST 2010 Alex Lance <al...@cy...>
* Made project comments work like task comments.
Ignore-this: e00eed94a6027e9ce3a73d9b4b9bc78d
M ./comment/commentTemplate.php -1 +1
M ./installation/db_data.sql +1
A ./patches/patch-00198-alla.sql
M ./project/lib/project.inc.php +92
M ./project/project.php -17 +4
M ./project/templates/projectCommentM.tpl -11 +47
M ./task/lib/task.inc.php -31 +1
Tue Dec 28 18:18:19 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Moved task::send_emails to comment::send_emails for further refactoring of project and time sheet.
Ignore-this: 98c259d934ddf83739ae18d8b74fa162
./task/templates/taskCommentM.tpl -> ./comment/templates/commentM.tpl
./task/templates/taskPrinterCommentsM.tpl -> ./comment/templates/commentP.tpl
M ./comment/comment.php -2 +2
M ./comment/lib/comment.inc.php -1 +81
M ./comment/templates/commentM.tpl -19 +10
M ./shared/lib/db_entity.inc.php -4 +4
M ./task/lib/task.inc.php -84 +4
M ./task/task.php -12 +12
Tue Dec 28 19:18:10 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Nuked send_emails for time sheet and project.
Ignore-this: 173655387bbfe07059b697835db9014d
M ./comment/lib/comment.inc.php -2 +2
M ./comment/templates/commentM.tpl +1
M ./project/lib/project.inc.php -51
M ./project/project.php -7 +16
R ./project/templates/projectCommentM.tpl
M ./task/lib/task.inc.php -4
M ./task/task.php +5
M ./time/lib/timeSheet.inc.php -51
R ./time/templates/timeSheetCommentM.tpl
M ./time/timeSheet.php -9 +22
Tue Dec 28 21:14:27 EST 2010 Alex Lance <al...@cy...>
* Removed task::add_comment_from_email, it is superceded by the comment:: version.
Ignore-this: 166a8d395b3175765c87d02160f057d3
M ./installation/db_data.sql -1
M ./task/lib/task.inc.php -105
Tue Dec 28 21:24:19 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Task comment code.
Ignore-this: 9d12e978735d264808c5743505939cfd
./help/taskComment.html -> ./help/comment.html
M ./comment/templates/commentM.tpl -2 +2
M ./task/task.php -22 +3
M ./task/templates/taskM.tpl -1 +1
Wed Dec 29 04:27:33 EST 2010 Alex Lance <al...@cy...>
* Updated client comments to work like task comments.
Ignore-this: 55afd9e545702ebc7b9e683e908719d8
M ./client/client.php -28 +15
M ./client/lib/client.inc.php +23
R ./client/templates/clientCommentM.tpl
M ./comment/commentTemplate.php -1 +1
M ./installation/db_data.sql +1
A ./patches/patch-00199-alla.sql
M ./project/lib/project.inc.php -6 +2
Wed Dec 29 05:23:46 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Further comments refactor for timeSheet.
Ignore-this: abd4f8c220be7d6d1e255ee7d425796
M ./time/lib/timeSheet.inc.php -29 +5
M ./time/timeSheet.php -1 +1
Wed Dec 29 05:38:38 EST 2010 Alex Lance <al...@cy...>
* Updated invoice comments to work like task comments.
Ignore-this: d24740ce7f3489b0f497904f8e382ff9
M ./comment/comment.php +21
M ./comment/commentTemplate.php -1 +1
M ./comment/templates/commentM.tpl -1 +1
M ./installation/db_data.sql +1
M ./invoice/invoice.php -5 +37
M ./invoice/lib/invoice.inc.php -23 +24
M ./invoice/templates/invoiceM.tpl -1 +3
A ./patches/patch-00200-alla.sql
M ./shared/templates/attachmentM.tpl +2
M ./shared/util.inc.php +4
M ./time/timeSheet.php -3 +3
|
|
From: <al...@al...> - 2010-12-30 09:05:25
|
Thu Dec 30 04:47:39 EST 2010 Alex Lance <al...@cy...>
* Allow other alloc instances to skip the patch that attempts to synchronize comments/emails.
Ignore-this: d01c8f65cade7907d192113095fd7603
M ./patches/patch-00179-alla.php -2 +2
Thu Dec 30 04:50:45 EST 2010 Alex Lance <al...@cy...>
* Nudged version number up.
Ignore-this: 39c25ade8033a51da773f348a9508164
M ./util/alloc_version -1 +1
Thu Dec 30 05:10:48 EST 2010 Alex Lance <al...@cy...>
* Improved error reporting for installation process. Fixed timeZone installation bug.
Ignore-this: ca93535660e9173de52d852f42ced651
M ./installation/install.php -9 +9
Thu Dec 30 05:20:02 EST 2010 Alex Lance <al...@cy...>
* Another tweak to the installer, to correctly pass along the first time login message.
Ignore-this: b0742ac18ffe43407e0d62fe2a65410c
M ./installation/install.php -1 +1
Thu Dec 30 05:22:37 EST 2010 Alex Lance <al...@cy...>
* Another installer correction for the new updateExchangeRates cron job.
Ignore-this: e48fde3f4115761f90c0a0c61ec2fadf
M ./installation/install.php -1 +1
Thu Dec 30 05:39:55 EST 2010 Alex Lance <al...@cy...>
* Update installer to dynamically determine the user the web server is running as.
Ignore-this: a20e72b9de3dfc597daff65c1edf07a5
M ./installation/lib/init.php -1 +2
Thu Dec 30 05:49:58 EST 2010 Alex Lance <al...@cy...>
* Made installer update the sequence of the default currency, so it appears first in dropdowns.
Ignore-this: b960be9d10cd58030458f678035c9ad9
M ./installation/install.php -1 +1
Thu Dec 30 06:20:46 EST 2010 Alex Lance <al...@cy...>
* Updated installer to include the default 1:1 exchange rate of their local currency.
Ignore-this: 83cee6166598e3d7088627b0c22c53b3
M ./installation/install.php +7
Thu Dec 30 06:21:35 EST 2010 Alex Lance <al...@cy...>
* Updated documentation for time sheet TF settings.
Ignore-this: 994223b7d20e72dba4b40f8db0ad14c6
M ./help/which_tf_to_credit.html -3 +9
M ./time/lib/timeSheet.inc.php -1 +1
M ./time/templates/timeSheetFormM.tpl -2 +2
M ./time/timeSheet.php +1
Thu Dec 30 06:49:35 EST 2010 Alex Lance <al...@cy...>
* Modified installer to automatically setup default user's TF, and also setup the Expense Form and Tax TFs.
Ignore-this: 233fb5799382f1a29713b429d7f7d8ce
M ./installation/db_data.sql -2 +4
M ./installation/install.php -2 +15
Thu Dec 30 17:44:34 EST 2010 Alex Lance <al...@cy...>
* Made time sheet and invoice transactions work properly together.
Ignore-this: 5af7f1a499e76a77c18bf694388c8917
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
M ./invoice/invoice.php -26 +7
M ./invoice/lib/invoiceItem.inc.php -5 +33
M ./invoice/templates/invoiceItemListR.tpl -4 +4
M ./time/lib/timeSheet.inc.php -12 +40
M ./time/templates/timeSheetTransactionListViewR.tpl -1 +1
M ./time/timeSheet.php -11 +5
Thu Dec 30 17:50:09 EST 2010 Alex Lance <al...@cy...>
* Made the task, project and time sheet screens work a bit better on smaller screens.
Ignore-this: b44e61c81b368f4b4a730c4810e3b37f
M ./project/templates/projectFormM.tpl -4 +5
M ./project/templates/projectListR.tpl -1 +1
M ./task/templates/taskM.tpl -2 +1
M ./time/templates/timeSheetFormM.tpl -2 +4
Thu Dec 30 19:57:48 EST 2010 Alex Lance <al...@cy...>
* Made better integration between invoices and time sheets.
Ignore-this: 1235a848d001bee3e433abf4786cfc2a
A ./help/invoice_maxAmount.html
M ./invoice/invoice.php -8 +9
M ./invoice/lib/invoice.inc.php -1 +1
M ./invoice/lib/invoiceItem.inc.php -11 +61
M ./time/lib/timeSheet.inc.php -8 +10
M ./time/timeSheet.php -4 +4
Thu Dec 30 20:02:57 EST 2010 Alex Lance <al...@cy...>
* Corrected string to array problem in history::strip_get_session().
Ignore-this: fc9bad02e7a5821ac15ffbc0f43f0e43
M ./shared/lib/history.inc.php -1 +1
Thu Dec 30 20:03:02 EST 2010 Alex Lance <al...@cy...>
tagged allocPSA 1.7.1
Ignore-this: d2e0d2696145c4b89fefcc53afa76456
|
|
From: <al...@al...> - 2011-01-01 05:28:16
|
Sat Jan 1 16:24:37 EST 2011 Alex Lance <al...@cy...>
* 17188 Fixed bug where emails with attachments weren't always able to be stored in sentEmailLog.
Ignore-this: 4c989e11aabd017582645ba88686969e
M ./email/lib/email.inc.php -1 +3
|
|
From: <al...@al...> - 2011-01-03 03:38:12
|
Mon Jan 3 14:36:28 EST 2011 Alex Lance <al...@cy...>
* Removed bad error handling from email gateway.
Ignore-this: adf4de38a573370f6404cf9134387d7d
M ./comment/lib/comment.inc.php -9
M ./shared/lib/interestedParty.inc.php -14
|
|
From: <al...@al...> - 2011-01-04 04:49:56
|
Tue Jan 4 15:48:26 EST 2011 Alex Lance <al...@cy...>
* Updated time sheet totals to be multi-currency friendly.
Ignore-this: bee1149bf19aa4d2d7bfb8179bfb7f08
M ./time/lib/timeSheetItem.inc.php -5 +19
M ./time/lib/timeSheetStatusHomeItem.inc.php -2 +2
M ./time/templates/timeSheetStatusHomeM.tpl -2 +2
|
|
From: <al...@al...> - 2011-01-05 05:19:11
|
Tue Jan 4 15:47:08 EST 2011 Jeremy Chin <je...@cy...>
* Redirect user back to the page they wanted if their session times out.
Ignore-this: 1b0b597f1c2645703903524d5d2951d3
M ./alloc.php -1 +7
M ./login/login.php -1 +8
M ./login/templates/login.tpl +3
|
|
From: <al...@al...> - 2011-01-07 16:59:09
|
Sat Jan 8 03:56:55 EST 2011 Alex Lance <al...@cy...>
* 17724 BUG Permission problem in query for Time Sheet Statistics.
Ignore-this: af5d5441e86e60429af98ac4ac65c641
M ./time/lib/timeSheetItem.inc.php -1 +1
|
|
From: <al...@al...> - 2011-01-08 07:17:01
|
Sat Jan 8 18:15:29 EST 2011 Alex Lance <al...@cy...>
* 16896 Make the Time Limit field get the value of the Task Expected field, upon initial task creation.
Ignore-this: d5b1481abf9c29b03363906f60360f72
M ./help/task_timeLimit.html +4
M ./task/lib/task.inc.php +7
|
|
From: <al...@al...> - 2011-01-08 07:54:25
|
Sat Jan 8 18:53:06 EST 2011 Alex Lance <al...@cy...>
* 16896 Made the task.timeLimit only get inherited upon task creation.
Ignore-this: e6e525df2d880ef16f4a1c0bf1829c5c
M ./help/task_timeLimit.html +5
M ./task/lib/task.inc.php -1 +1
|
|
From: <al...@al...> - 2011-01-20 16:10:36
|
Wed Jan 19 16:29:58 EST 2011 Jeremy Chin <je...@cy...>
* 16965 Add an option to show list filters by default.
Ignore-this: d5855118205034d29a07d08053cfefe3
M ./home/lib/customize_alloc_home_item.inc.php +5
M ./home/templates/customizeH.tpl -3 +20
M ./javascript/alloc.js +6
M ./person/lib/person.inc.php +1
M ./shared/lib/page.inc.php +9
M ./shared/templates/footerS.tpl +8
Wed Jan 19 16:32:26 EST 2011 Jeremy Chin <je...@cy...>
* Update sbs_link stuff to use the new JS hook.
Ignore-this: 3ac60493afe256b6986174ca7e4a793f
M ./shared/lib/page.inc.php -2 +1
Fri Jan 21 02:46:54 EST 2011 Alex Lance <al...@cy...>
* Updated the PHP to JS logic and updated side_by_side links and the show filters user preference.
Ignore-this: 35bd469410d9c247623b992c9495372
M ./client/templates/clientM.tpl -2
M ./config/templates/configM.tpl -2
M ./finance/templates/transactionFilterS.tpl -2
M ./invoice/templates/invoiceItemForm.tpl -2
M ./javascript/alloc.js -7 +26
M ./project/templates/commissionListR.tpl +1
M ./project/templates/projectFormM.tpl -6 +1
M ./shared/del_attachment.php -1 +1
M ./shared/lib/page.inc.php -15 +2
M ./shared/templates/attachmentM.tpl +1
M ./shared/templates/footerS.tpl -8
M ./shared/templates/headerS.tpl +10
M ./shared/util.inc.php +1
M ./task/templates/taskM.tpl -4
Fri Jan 21 02:51:33 EST 2011 Alex Lance <al...@cy...>
* Fixed currency bug in invoiceItem.
Ignore-this: 5c9462d070ef8c78d5ed8d5dfa59a456
M ./invoice/invoice.php -1 +2
Fri Jan 21 02:51:57 EST 2011 Alex Lance <al...@cy...>
* Changes instances of pure javascript to jquery equivalent.
Ignore-this: 8db58d449c134c979b35610096f5019c
M ./javascript/alloc.js -6 +3
Thu Jan 20 14:43:17 EST 2011 Jeremy Chin <je...@cy...>
* 17777 Multiply fixed product costs by quantity.
Ignore-this: c5d58519801920934abbca60b83bbabc
M ./sale/lib/productSaleItem.inc.php -1 +1
M ./sale/productSale.php -1 +1
Thu Jan 20 15:23:33 EST 2011 Jeremy Chin <je...@cy...>
* 17799 Display a 'created' event in task history.
Ignore-this: 4b230d1b355a3b83c09fe84f49c2ce02
M ./task/lib/task.inc.php +3
|
|
From: <al...@al...> - 2011-01-21 00:07:06
|
Fri Jan 21 10:41:22 EST 2011 Alex Lance <al...@cy...>
* Fixed divide by zero error in graphs.
Ignore-this: 58c7bbf5b138889edb1a13673a9bde26
M ./project/lib/task_graph.inc.php -1 +1
Fri Jan 21 10:55:15 EST 2011 Alex Lance <al...@cy...>
* Updated install data to have a tokenActionID=2 by default.
Ignore-this: 5d463e9a004eb61f491b93677f20dbba
M ./installation/db_data.sql -2 +2
|
|
From: <al...@al...> - 2011-01-21 01:14:39
|
Fri Jan 21 12:12:54 EST 2011 Alex Lance <al...@cy...>
* Quashed empty array warning in time sheet averages calculation.
Ignore-this: e35117635566a2b125ead563087341b1
M ./time/lib/timeSheetItem.inc.php -1 +1
Fri Jan 21 12:13:11 EST 2011 Alex Lance <al...@cy...>
tagged allocPSA 1.7.2
Ignore-this: ed9ec7a922eea8b56bea68ccfd61a944
|