|
From: <al...@al...> - 2010-12-23 05:24:47
|
Thu Dec 9 14:04:47 EST 2010 Alex Lance <al...@cy...>
* Removed patch which broke the productSale page when clicking New Sale Item.
Ignore-this: 952264733c8779d35f5ce24acc577897
M ./sale/productSale.php -3 +2
M ./sale/templates/productSaleM.tpl -12
Sun Dec 12 22:18:53 EST 2010 Alex Lance <al...@cy...>
* REFACTOR TF list, much faster now.
Ignore-this: 1ab6a7cfec54caeafa5aee72e873d15e
M ./finance/templates/tfListM.tpl -3 +3
M ./finance/tfList.php -14 +53
Wed Dec 15 01:37:43 EST 2010 Alex Lance <al...@cy...>
* P189 Update transactions to work with live exchange rates.
Ignore-this: f2f5ec912e3472a7c134640e58eda1a9
A ./finance/lib/exchangeRate.inc.php
M ./finance/lib/init.php +1
M ./finance/lib/tf.inc.php -1 +2
M ./finance/lib/transaction.inc.php -13 +69
M ./finance/templates/editTransactionM.tpl -6 +8
M ./finance/templates/transactionListM.tpl -3 +3
M ./finance/templates/viewTransactionM.tpl -2 +2
M ./finance/transaction.php -1 +6
M ./finance/transactionList.php -2 +2
A ./finance/updateExchangeRates.php
M ./installation/db_constraints.sql +1
M ./installation/db_structure.sql +13
M ./installation/db_structure.sql.postgres +12
A ./patches/patch-00189-alla.sql
M ./shared/lib/page.inc.php -5 +19
M ./shared/util.inc.php -1 +25
Wed Dec 15 02:43:28 EST 2010 Alex Lance <al...@cy...>
* Removed exchange rate from page::money logic.
Ignore-this: 8811c5f678a790ca6c4423d757504ad
M ./shared/lib/page.inc.php -19 +12
Thu Dec 16 18:05:57 EST 2010 Alex Lance <al...@cy...>
* Added default TFs to the installation data for Main, Incoming and Outgoing.
Ignore-this: f6062d76d11591cd47f2171ef5ea185c
M ./installation/db_data.sql -3 +7
Thu Dec 16 19:03:40 EST 2010 Alex Lance <al...@cy...>
* COSMETIC Changed "fortnightly" to "2 weeks".
Ignore-this: 9a74c6066378f268bd4a9eff9a510069
M ./time/templates/timeSheetStatusHomeM.tpl -2 +2
Sat Dec 18 19:26:46 EST 2010 Alex Lance <al...@cy...>
* Updated product sale functionality to work with multiple currencies.
Ignore-this: ea3412d39e84d41f164d8b247f6418bf
M ./finance/lib/exchangeRate.inc.php +7
M ./finance/lib/transaction.inc.php -3 +6
M ./sale/lib/product.inc.php -4 +4
M ./sale/lib/productCost.inc.php +1
M ./sale/lib/productSale.inc.php -10 +35
M ./sale/lib/productSaleItem.inc.php -15 +27
M ./sale/product.php -6 +26
M ./sale/productSale.php -4 +15
M ./sale/templates/productCommissionR.tpl -1 +1
M ./sale/templates/productCostR.tpl -2 +3
M ./sale/templates/productM.tpl -4 +6
M ./sale/templates/productSaleItemR.tpl -2 +4
M ./sale/templates/productSaleItemR2.tpl -8 +14
M ./sale/templates/productSaleM.tpl -1 +5
M ./sale/templates/transactionR.tpl -1 +2
M ./sale/templates/transactionViewR.tpl -1 +1
M ./sale/updateCostPrice.php -7 +12
M ./shared/lib/db_entity.inc.php -1 +2
M ./shared/lib/db_field.inc.php -7 +17
M ./shared/lib/page.inc.php -1 +3
Sat Dec 18 20:37:57 EST 2010 Alex Lance <al...@cy...>
* Removed buyCost fields from product and productSaleItem.
Ignore-this: ce7584566273662c8c78146ee5b2383a
M ./config/config.php -4
M ./help/product.html -11 +2
M ./help/productSale.html -10 +1
M ./help/src/help.txt -26 +11
M ./installation/db_structure.sql -6
M ./installation/db_structure.sql.postgres -6
A ./patches/patch-00190-alla.php
A ./patches/patch-00191-alla.sql
M ./sale/lib/product.inc.php -5 +15
M ./sale/lib/productSale.inc.php -12 +1
M ./sale/lib/productSaleItem.inc.php -24 +6
M ./sale/product.php -34 +1
M ./sale/productSale.php -13 +4
M ./sale/templates/productM.tpl -19 +4
M ./sale/templates/productSaleItemR.tpl -2
M ./sale/templates/productSaleItemR2.tpl -9 +6
M ./sale/templates/productSaleM.tpl -10
M ./sale/updateCostPrice.php -4
Sat Dec 18 21:18:58 EST 2010 Alex Lance <al...@cy...>
* Added salesperson field to product sale.
Ignore-this: 8eaa5922540bcfe3beb46ab934c16ced
M ./installation/db_constraints.sql +1
M ./installation/db_structure.sql +1
M ./installation/db_structure.sql.postgres +1
A ./patches/patch-00192-alla.sql
M ./sale/lib/productSale.inc.php -4 +5
M ./sale/productSale.php +5
M ./sale/templates/productSaleM.tpl +2
|