Commit Graph

4416 Commits

Author SHA1 Message Date
Carlos Ruiz 8138d6bf24 Postgres error in revision 8719
ERROR: cannot change number of columns in view
2009-03-13 20:59:14 +00:00
Carlos Ruiz 318ef4fe8c Integrate revision 5905
Fix from Paul (phib) BF [ 2032185 ] Periods should not overlap
Improvement: use log.saveError instead of log.log in beforeSave
2009-03-13 20:50:15 +00:00
teo_sarca 65c863c116 BF2668133 : use "set define off" in migration scripts 2009-03-13 15:20:30 +00:00
teo_sarca 2552ae5e36 [ 2685975 ] Wrong amount in Cost BOM Multilevel Review
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2685975&group_id=176962
2009-03-13 11:43:29 +00:00
teo_sarca 39ce088b39 [ 2685973 ] Missing columns in Product cost report
https://sourceforge.net/tracker/index.php?func=detail&aid=2685973&group_id=176962&atid=934929
2009-03-13 10:18:37 +00:00
Carlos Ruiz 2a65baa8fc Implement [ adempiere-Feature Requests-2685367 ] GL Distribution delete line instead reverse
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2685367&group_id=176962
2009-03-12 17:13:09 +00:00
mjudd c447672a87 BUG: [ 2678088 ] Allow posting to system accounts for non-actual postings 2009-03-12 15:04:23 +00:00
mjudd 4e47487121 BUG:[ 2685127 ] InventoryValuation: not respecting PInstance 2009-03-12 14:27:23 +00:00
Carlos Ruiz 0fe7309780 Implement [1762461] - Remove hardcoded list items checking in generated models
https://sourceforge.net/tracker2/index.php?func=detail&aid=1762461&group_id=176962&atid=879335
2009-03-12 08:06:38 +00:00
Carlos Ruiz 031ca7ee0e Fix [1619179] Consistence: POInfo.getColumnIndex not working correct
Found inconsistent behavior in POInfo.getColumnIndex and POInfo.getAD_Column_ID
Integrating the same change to ignore case in getAD_Column_ID.
https://sourceforge.net/tracker2/index.php?func=detail&aid=1619179&group_id=176962&atid=879332
2009-03-12 07:23:18 +00:00
Heng Sin Low de705067d1 [ 2020194 ] Select BP from BP info with double-click
- miss someline when merging from 343
2009-03-12 05:46:16 +00:00
trifonnt fb1cafb9ec [ 2683769 ] DocBaseType Invalid value - MCC
https://sourceforge.net/tracker/index.php?func=detail&aid=2683769&group_id=176962&atid=879332
2009-03-11 21:22:56 +00:00
Heng Sin Low 01f9ebc3c6 [ 2020194 ] Select BP from BP info with double-click
Make info window maximizable
2009-03-10 16:53:40 +00:00
Heng Sin Low 9d6d3dce67 minor - added maximize button to attachment dialog 2009-03-10 10:02:25 +00:00
Heng Sin Low 6101318f3f [ 2549235 ] Search window - too many records
minor twist to focus logic in form view.
2009-03-10 06:50:13 +00:00
Heng Sin Low 3d373500ff [ 2674923 ] Performance enhancement
zk.xml
- turn of js compression
ServerContextCallback
- avoid expensive reflection call for the 2 most common use case
CompositeADTab
- replace Window with ligher weight Div
Window
- turn off drop shadow to improve performance and resize behaviour
windowContainer
- remove delay resize to improve responsiveness of UI
2009-03-10 02:14:07 +00:00
Heng Sin Low bd452d6b5b Upgrade to zk 3.6.0 2009-03-10 02:08:08 +00:00
Heng Sin Low a27e86f006 [ 2486831 ] Dashboard auto refresh performance issue
- Regression: context not correct after first auto refresh
2009-03-10 01:53:54 +00:00
Heng Sin Low 610cf9ec64 [ 2617300 ] Reimplement grid view using Grid instead of Listbox
- Regression: double click to switch from list view to form view not working.
2009-03-10 01:51:17 +00:00
Heng Sin Low 4b8d6dca2c [ 2656716 ] Focus management enhancement
- Regression : button with pull down menu not working.
- Grid sometime render twice.
- javadoc
- unuse import
2009-03-10 01:49:30 +00:00
Carlos Ruiz 66e7a7d0ff Fix [ adempiere-Bugs-2676108 ] Error creating payment selection line and check
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2676108&group_id=176962
Thanks to Susanne Calderon for reporting
2009-03-09 21:00:29 +00:00
Carlos Ruiz d7134aedd2 Fix [ adempiere-Bugs-2669957 ] It doesn't print correctly BOM Product detail in shipments
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2669957&group_id=176962
Thanks to Enrique Ruibal
2009-03-07 17:44:02 +00:00
Carlos Ruiz 88f79db0ce Fix problem with script, it must be finished with ";" to make it run properly with migration_postgresql.sh tool 2009-03-07 17:21:19 +00:00
Carlos Ruiz 58495c0f1f minor fix in comments 2009-03-07 17:18:46 +00:00
Carlos Ruiz dd5920dff6 minor typo 2009-03-07 17:08:57 +00:00
Carlos Ruiz 29d8349055 [ adempiere-Bugs-2671625 ] Spanish: Amount in words translate wrongly billion as billon
In spanish is translated as millardo
The capacity of routine was expanded to manage bigger numbers
With int variables it can just manage numbers <= 2.147.483.647
Now with long variables it can manage numbers <= 9.223.372.036.854.775.807
2009-03-07 16:20:49 +00:00
teo_sarca 09ab394684 [ 2668133 ] Inactivate deprecated/incomplete processes
https://sourceforge.net/tracker/index.php?func=detail&aid=2668133&group_id=176962&atid=934929

Deactivated:
Product Costing
Cost Workflow & Process Details
2009-03-06 12:41:05 +00:00
teo_sarca 8d932458df libero: BOM Qty is not well calculated when we include the scrap. We forgot to multiply by 100 2009-03-06 06:49:06 +00:00
Heng Sin Low 5a2384733f Incorporate suggestion from this form post - https://sourceforge.net/forum/message.php?msg_id=6610130 2009-03-06 03:07:38 +00:00
Heng Sin Low 4840407796 [ 2666113 ] leave input gives nullpointer error 2009-03-06 00:34:54 +00:00
teo_sarca 1b1b5d13f6 [ 2666056 ] Product Planning: do not allow to create products
https://sourceforge.net/tracker/index.php?func=detail&aid=2666056&group_id=176962&atid=934929
2009-03-05 19:54:00 +00:00
teo_sarca 574b416579 libero: fix Cost BOM & Formula Review report fields 2009-03-05 13:16:33 +00:00
teo_sarca 072c306db4 [ 2664599 ] Fix CreateCostElement process parameters
https://sourceforge.net/tracker/index.php?func=detail&aid=2664599&group_id=176962&atid=934929
2009-03-05 10:17:04 +00:00
Heng Sin Low 68450f4290 Improve layout. 2009-03-05 09:40:59 +00:00
Heng Sin Low 82d4ab0493 Revise header panel layout so that the role and logout link wouldn't be truncated when user increase the font size ( ctrl-+ on firefox ) 2009-03-05 08:51:39 +00:00
Heng Sin Low 8fd5367c8f OnFind doesn't check FindWindow.IsCancel 2009-03-05 08:42:55 +00:00
Heng Sin Low c5b01e5672 [ 2656716 ] Focus management enhancement
- Fixed scrolling bug in previous commit
- Minor improvement in setfocus
2009-03-03 22:36:49 +00:00
Heng Sin Low 8c8399bac3 [ 2656716 ] Focus management enhancement
https://sourceforge.net/tracker/index.php?func=detail&aid=2656716&group_id=176962&atid=955896
2009-03-03 09:41:37 +00:00
Heng Sin Low 33c2f1ee70 [ 2656713 ] List editor fire redundant ValueChange event 2009-03-03 09:26:06 +00:00
Carlos Ruiz 1b55b59f68 Fix [2655587] Multi-org not supported in Aging 2009-03-03 02:01:01 +00:00
Heng Sin Low 41b89588b9 [ 2653673 ] Attachment dialog enhancement 2009-03-02 06:15:54 +00:00
Heng Sin Low 70fc16dd51 [ 2653588 ] Can't select NULL for dropdown list 2009-03-02 05:15:30 +00:00
Heng Sin Low 83566cc130 [ 2653441 ] Browser reload button crash window with included tab 2009-03-02 03:48:10 +00:00
Heng Sin Low 735e61778a [ 2642430 ] Upload give intermitten IllegalStateException 2009-02-26 17:05:32 +00:00
trifonnt 0cf4478890 minor typo-mistake fix. 2009-02-26 17:02:27 +00:00
Heng Sin Low 240b574f15 [2642349 ] Windows toolbar doesn't check Role.AllowProductInfo 2009-02-26 16:37:13 +00:00
teo_sarca f0bea786a4 forgot so import "List" in my last commit 2009-02-26 10:01:24 +00:00
teo_sarca 7611d6b602 MInventory:
[ 2616330 ] Use MPeriod.testPeriodOpen instead of isOpen
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2616330&group_id=176962

* better exception handling - use saveEx
* use parametrized SQL queries
2009-02-26 09:57:59 +00:00
teo_sarca 054d256ac3 [ 2002318 ] Context WINDOW_INFO bug
https://sourceforge.net/tracker/index.php?func=detail&aid=2002318&group_id=176962&atid=879332

Same issue on Internal Use Inventory:
* when selecting a product by "actionText", the TAB_INFO and windows's ASI is not reseting

Please review.
2009-02-26 08:30:38 +00:00
usrdno 9186b12bba Use both columns of the primary key to select the product accounting. 2009-02-26 07:58:17 +00:00