Commit Graph

4543 Commits

Author SHA1 Message Date
trifonnt d566a0f109 BF: [ 2613760 ] Correction for check printing in French
http://sourceforge.net/tracker/?func=detail&atid=883808&aid=2613760&group_id=176962
The amount in words does not works in the previous version with the European
numeric displaying.(blank instead comma)
2009-02-19 08:32:35 +00:00
teo_sarca 46f5a77bf4 libero: operation cost should be rounded using accounting schema currency costing precision 2009-02-19 08:20:32 +00:00
teo_sarca 4f5340552b libero:
MResourceType.isAvailable : better logic
MPPProductPlanning: javadoc
2009-02-19 06:53:15 +00:00
teo_sarca 3bdadc091c [ 2609604 ] Add M_RequisitionLine.C_BPartner_ID
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2609604&group_id=176962
2009-02-18 16:27:02 +00:00
teo_sarca 6f4b34a061 BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed
https://sourceforge.net/tracker/index.php?func=detail&aid=2605888&group_id=176962&atid=879332

Fix build failed introduced in rev. 8521
Reason: I used org.apache.commons.collections.keyvalue.MultiKey class which is in commons-collections API but not included in C/STools.jar, just in JasperReportsTools.jar
Action: now C/STools.jar include commons-collections-3.1.jar. I removed from JasperReportsTools.jar
2009-02-18 13:17:30 +00:00
teo_sarca 0e24d73f83 BF [ 2609760 ] RequisitionPOCreate not using DateRequired
https://sourceforge.net/tracker/index.php?func=detail&aid=2609760&group_id=176962&atid=879332

BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed
https://sourceforge.net/tracker/index.php?func=detail&aid=2605888&group_id=176962&atid=879332
2009-02-18 12:00:53 +00:00
teo_sarca ea3b0bc6f3 [ 2596107 ] Swing Client Master-Detail window problem
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2596107&group_id=176962

Fixed for simple master-detail windows
2009-02-18 11:45:14 +00:00
teo_sarca 968727b437 [ 2612129 ] Manufacturing window included tab not refreshed
https://sourceforge.net/tracker/index.php?func=detail&aid=2612129&group_id=176962&atid=934929

As a workaround i changed the Manufacturing Order Window, Components Tab and i set the where clause: PP_Order_ID=@PP_Order_ID@ AND PP_Order_BOM_ID=@PP_Order_BOM_ID@
More comments regarding this Swing issue on proper tracker (see #2596107).
2009-02-18 10:29:49 +00:00
phib df09d1db0b BF [ 2611471 ] Synchronize column fails for new table with virtual column
https://sourceforge.net/tracker/index.php?func=detail&aid=2611471&group_id=176962&atid=879332
2009-02-18 05:05:54 +00:00
phib e7a103b84a BF [ 2606351 ] Sales Order take inactive pricing
https://sourceforge.net/tracker/index.php?func=detail&aid=2606351&group_id=176962&atid=879332

Don't use inactive product prices in MProductPricing
2009-02-18 01:49:19 +00:00
vpj-cd 2c95c3a129 v.353a - Error: NotSupported Component Type OP
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2539813&group_id=176962
2009-02-18 01:05:07 +00:00
teo_sarca c77c3b8078 FR [ 2610194 ] MRP should set requisition line's partner explicitly
https://sourceforge.net/tracker/index.php?func=detail&aid=2610194&group_id=176962&atid=934929
2009-02-17 21:01:55 +00:00
teo_sarca 8b6d85c0a6 Contributing Inventory Test JUnit seed to ADempiere core (AGAIN)
Tested with Java 1.5.0_17.
Carlos, if there are some issues please help me to fix them. We really need JUnit tests.
2009-02-17 20:50:50 +00:00
teo_sarca cfa447bbf8 [ 1658905 ] Create PO from requisition not working for org "*"
https://sourceforge.net/tracker/index.php?func=detail&aid=1658905&group_id=176962&atid=879332

Changed table AccessLevel for M_Requisition and M_RequisitionLine from CLient+Org to Org.
2009-02-17 19:25:39 +00:00
teo_sarca 35ddded6de [ 2609057 ] Co Product functionality
https://sourceforge.net/tracker/index.php?func=detail&aid=2609057&group_id=176962&atid=934929
2009-02-17 14:42:39 +00:00
teo_sarca 12817efb90 MCost :
* more helper methods (use trxName)
* removed some deprecated helper methods introduced by libero integration
2009-02-17 14:34:06 +00:00
teo_sarca a666180945 libero: fix cost collector callout names 2009-02-17 14:30:25 +00:00
teo_sarca 26cc12bf8a [ 2608617 ] Error when I want to delete a PO document
https://sourceforge.net/tracker/index.php?func=detail&aid=2608617&group_id=176962&atid=879332

* better exception handling
* use new Query API - extensively tested by us
2009-02-17 11:14:44 +00:00
teo_sarca 133edfb2db Rename PP_Order_BOMLineMA TO PP_Cost_CollectorMA
http://sourceforge.net/tracker2/?func=detail&aid=2606690&group_id=176962&atid=934929


Fix oracle script
2009-02-17 08:38:48 +00:00
phib 45fc9114d1 FR [ 2380080 ] Implement drop shipment
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2380080&group_id=176962

Migration script to add element and column translations missing from initial script.
2009-02-17 04:34:00 +00:00
vpj-cd f5b2f40a68 It looses document Number Sequence of Manufacturing Orders
http://sourceforge.net/tracker2/?func=browse&group_id=176962&atid=934929
Rename PP_Order_BOMLineMA TO PP_Cost_CollectorMA
http://sourceforge.net/tracker2/?func=detail&aid=2606690&group_id=176962&atid=934929

1. Rename PP_Order_BOMLineMA TO PP_Cost_CollectorMA
2. Create a new Document Type Base (Cost Collector) this let get a Document no for this type transaction
3. Drop old sequences that do not is used

Teo can please validate the oracle script migration, in special the recreate the primary key and foreign keys

regards
Victor Perez
www.e-evolution.com
2009-02-16 21:31:40 +00:00
Carlos Ruiz 82ce5386f1 Delete file committed by mistake 2009-02-16 17:41:56 +00:00
Carlos Ruiz 090d4e1072 Revert revision 8307
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=rev&revision=8307
FR-1976008 - 2Pack can replicate Data with FK integrity
2009-02-16 17:39:29 +00:00
teo_sarca 6caee9c9dd MResourceType:
* added more helper methods, useful for libero but they have general application
2009-02-16 17:15:31 +00:00
teo_sarca 8354d827f1 Contribute org.adempiere.exceptions.NoUOMConversionException, exception that will be thrown when no UOM exception will be found.
For the start, this exception will be used in libero project.
2009-02-16 16:35:53 +00:00
teo_sarca 37686206c0 BF [ 2606044 ] MRP Details shows zero Qty records
https://sourceforge.net/tracker/index.php?func=detail&aid=2606044&group_id=176962&atid=934929
2009-02-16 16:17:41 +00:00
Carlos Ruiz e17794b434 Fix some of [2604454] - 2Pack errors
- NPE
- Raise exceptions on some failure conditions
Pending to implement old functionality in trunk (assign name, key1name and key2name)
2009-02-16 05:29:09 +00:00
Carlos Ruiz 64dfa6acf8 Fix [ adempiere-ZK Web Client-2603630 ] Rerunning process must be implemented as optional
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2603630&group_id=176962
2009-02-16 01:06:57 +00:00
Carlos Ruiz 6a05943ead Fix [ adempiere-ZK Web Client-2603516 ] Concurrency problem loading files
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2603516&group_id=176962
Following advice from Heng Sin about not using user name
2009-02-15 23:48:06 +00:00
Carlos Ruiz 9282aca9cf Fix [ adempiere-ZK Web Client-2603511 ] Error loading text file
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2603511&group_id=176962
2009-02-15 21:22:03 +00:00
Carlos Ruiz 64de18a629 Fix [ adempiere-ZK Web Client-2603516 ] Concurrency problem loading files
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2603516&group_id=176962
2009-02-15 21:19:53 +00:00
Carlos Ruiz 4b8512c02d Revert revision 8447.
Breaking build with java 5.
2009-02-15 19:43:13 +00:00
Carlos Ruiz fe7f7c9b68 Implement [2598506] - FR - Implement Initial Client Setup
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2598506&group_id=176962
Fix bad import breaking build
2009-02-15 19:07:37 +00:00
Carlos Ruiz 6a5dc09ce0 Implement [2598506] - FR - Implement Initial Client Setup
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2598506&group_id=176962
Implemented as a process - the form VSetup can be deprecated now
2009-02-14 17:09:33 +00:00
Carlos Ruiz 5237d11828 Fix [2585147] - 2pack errors importing c_bpartner 2009-02-13 19:50:13 +00:00
Carlos Ruiz a7d125ee31 Fix [2596757] - Cannot set workflow on Charge
https://sourceforge.net/tracker2/?func=detail&aid=2596757&group_id=176962&atid=879332
2009-02-13 18:22:24 +00:00
Carlos Ruiz 9751046e9d Fix error appearing on eclipse with java 5 2009-02-13 18:16:45 +00:00
teo_sarca e112bcdad6 FR [ 1943731 ] Window data export functionality
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1943731&group_id=176962


Fix NPE error when role has no export rights
2009-02-13 14:50:11 +00:00
teo_sarca 05dd81ba87 BF [ 2583992 ] error: nulljava.lang.ClassNotFoundException: org.eevolution.
https://sourceforge.net/tracker/index.php?func=detail&aid=2583992&group_id=176962&atid=879332

Disable the LiberoValidator, again. Libero users will need to enable it manually.
2009-02-13 13:25:57 +00:00
tspc 80ee2696c6 Reverting as per Teo's request 2009-02-13 11:52:23 +00:00
teo_sarca 64dad065c0 FR [ 2074658 ] Limit usage of charges by Document Type
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2074658&group_id=176962

Implemented for HR module
2009-02-13 11:28:42 +00:00
teo_sarca 019d1a66a1 BF [ 2584790 ] Material Receipt error
https://sourceforge.net/tracker/index.php?func=detail&aid=2584790&group_id=176962&atid=879332

* correctly close ResultSets
2009-02-13 09:44:51 +00:00
teo_sarca 53f27cbd6b BF [ 2306161 ] Locator on line level when creating lines from
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2306161&group_id=176962

Do not set M_Product.M_Locator when change the locator on line
2009-02-13 09:32:04 +00:00
tspc 5d1a1db86f Trunk is broken due to Libero migration scripts.
Implementing my proposal for now, so Trunk can be fixed.
Refer:
https://sourceforge.net/tracker/index.php?func=detail&aid=2583992&group_id=176962&atid=879332
BF2583992 error: nulljava.lang.ClassNotFoundException: org.eevolution
2009-02-13 03:03:19 +00:00
teo_sarca 298e915cb7 Moving back some non-libero processes 2009-02-12 17:55:33 +00:00
Carlos Ruiz 73b5119694 Implement FR [2074658] - Limit usage of charges by Document Type
https://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2074658&group_id=176962
2009-02-12 17:16:25 +00:00
teo_sarca 39ebb50342 Contributing Inventory Test JUnit seed to ADempiere core 2009-02-12 16:47:13 +00:00
Heng Sin Low e6fb8decce [ 2592448 ] Refactor static AD class name mapping for zk
- added ADClassNameMap to store class name mapping for zk
- added WProcessInfo to allow mapping of process classname for zk
- refactor ADForm to use ADClassNameMap
2009-02-12 16:31:37 +00:00
Heng Sin Low 8538db5ec8 [ 1761918 ] Error creating periods for a year with per. created partial
- refactoring
- NPE [ https://sourceforge.net/forum/message.php?msg_id=6404099 ]
2009-02-12 07:42:09 +00:00
Heng Sin Low b997e612c6 revert 8440 changes to .classpath ( accidentally committed ). 2009-02-12 03:51:24 +00:00