Commit Graph

4074 Commits

Author SHA1 Message Date
teo_sarca 350aea1253 ColumnSync:
* organized imports
* use DatabaseMetaData
2008-12-06 16:23:18 +00:00
Redhuan D. Oon 57fc79f081 JAVA POS small enhancements
ORGANIZE IMPORTS
2008-12-06 12:44:39 +00:00
Redhuan D. Oon ac10f352f6 ENHANCED JAVA POS TO HAVE COLORED BUTTONS Please see http://www.adempiere.com/wiki/index.php/Image:JavaPOS.png
corrected some other typos
2008-12-06 11:25:18 +00:00
Heng Sin Low 68659e821f alter table script must execute before insert. 2008-12-06 00:11:35 +00:00
Heng Sin Low 3a82aaec93 Enhance image field editor.
Added reset button to image editor dialog, handle user cancellation of dialog correctly.
2008-12-05 19:09:50 +00:00
Heng Sin Low fb02b1955a minor - avoid NPE. 2008-12-05 16:20:18 +00:00
Carlos Ruiz ff6b2bff61 Important -> SQL keywords must go uppercase
Minor -> indentation, organize imports
2008-12-05 16:14:44 +00:00
Heng Sin Low 7e0a2141bb Fixed potential concurrent modification exception.
Image dialog not saving uploaded file to ad_image.
2008-12-05 16:07:12 +00:00
usrdno dbbca01f82 Added method for retrieving a list of shippers with a specific freight category. 2008-12-05 15:30:16 +00:00
usrdno c371504f00 Added convenience method for reading a product using UPC/EAN. 2008-12-05 15:19:08 +00:00
trifonnt d4031c9ea6 FR: [ 2392587 ] Serbian on external dialogs
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2392587&group_id=176962
2008-12-05 14:53:57 +00:00
teo_sarca 98fbc7cf45 HR & Payroll improvements:
* code cleanup
* convert pseudo-static methods to static methods
* improved exception handling
* removed commented code
* minor refactoring
2008-12-05 14:04:40 +00:00
teo_sarca e2bbd1f0cf MRefList:
* getListDescription should be static
* javadoc fix
* imporve error logging
2008-12-05 14:01:20 +00:00
teo_sarca 592ee1be0a FR [ 2337778 ] Pluggable accounting module
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2337778&group_id=176962

Reserving migration script number.
2008-12-05 12:50:59 +00:00
usrdno cac9cc0219 FR 2350428 - Added locator in Product Replenish Tab. 2008-12-05 12:28:44 +00:00
teo_sarca 4aca9007dd GenerateModel: improve error logging 2008-12-05 12:11:57 +00:00
teo_sarca 7e87449e5a Msg:
* organized imports
* use java generics
2008-12-05 08:44:54 +00:00
teo_sarca 238d17c066 FR [ 2392044 ] Introduce Env.WINDOW_Main
* organized imports
* removed unused variables
* fixed some possible NPE
2008-12-05 08:38:33 +00:00
Heng Sin Low f76a129ff7 Fixed wrong ordering of statement. 2008-12-05 08:11:27 +00:00
phib dba4db09f7 FR [ 2391012 ] Invoke AD_Form from button
https://sourceforge.net/tracker/index.php?func=detail&aid=2391012&group_id=176962&atid=879335
2008-12-04 23:44:30 +00:00
trifonnt 50bebf4bd6 FR: [ 2390957 ] Add Organization to Match Form
https://sourceforge.net/tracker/index.php?func=detail&aid=2390957&group_id=176962&atid=883808
2008-12-04 23:15:15 +00:00
trifonnt 976a821766 bf: [ 2389581 ] Update classpath multiproject
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2389581&group_id=176962
2008-12-04 18:59:18 +00:00
armenrz 67c15c25cd BF [ 2215840 ] MatchPO Bug Collection 2008-12-04 17:07:35 +00:00
teo_sarca e9ac5e52df fix InvoiceCalculateTax:
* unpost invoice because we need to repost it after changing tax amounts
* refactor + able to run process from outside
2008-12-04 11:29:52 +00:00
teo_sarca 1c913f8cbf CRPDatasetFactory.getMaxRange : fix formula 2008-12-04 07:47:37 +00:00
trifonnt ce609bc33f BF: Proper WHERE clause in Payment window. 2008-12-04 06:19:58 +00:00
Redhuan D. Oon 457feb7252 [#2385559] Swing POS: NPE after deleting line IN SUBCURRENTLINE.JAVA (DONE AS ADVISED)
thanks Mario, for been the good tester, telling me where to look. Its tested resolved.
2008-12-04 05:28:18 +00:00
Heng Sin Low e9bf5053cc Fixed NPE when logout. 2008-12-04 04:01:10 +00:00
Heng Sin Low 603301b433 Fixed jdk 1.5 compatibility error. 2008-12-04 01:44:08 +00:00
phib 1fb1574080 FR [ 1840016 ] Avoid usage of clearing accounts
Support for avoiding PPV and PPV Offset use
https://sourceforge.net/tracker/?func=detail&group_id=176962&atid=879335&aid=1840016
2008-12-03 23:59:07 +00:00
tspc 5da8884b6a Temporarily commenting out changes made in
Rev:7376 of Ini class, to enable trunk to compile.
(BF2373679 Validator for beforeSaveProperties)
2008-12-03 22:11:50 +00:00
teo_sarca 76f4216035 BF [ 2314336 ] Can not login after logout
* eclipse classpath: added jbossall-client.jar
* eclipse classpath: exported all jars
* eclipse classpath: attached source jars where possible
2008-12-03 12:00:41 +00:00
Heng Sin Low 0914636b35 Minor - javadoc 2008-12-03 09:56:46 +00:00
Heng Sin Low 4022504df5 Failure to generate getI* shouldn't be fatal. Also, the current algorithm use to discover the reference tablename is by no mean fool proof. 2008-12-03 09:51:08 +00:00
Heng Sin Low 6b33b0ab59 Avoid NPE when no application server client library is detected. 2008-12-03 09:03:38 +00:00
Heng Sin Low 5b8c826e5f Improve window management - open zoom and report window next to the related tab instead of always at the end. 2008-12-03 08:37:20 +00:00
teo_sarca 86d2ff07ad VOrderReceiptIssue: typo error : Qty Reject / Qty Scrap should be active is the method is Only Receipt 2008-12-03 07:30:55 +00:00
Heng Sin Low 9eeee632c8 Remove obsolete properties. 2008-12-03 06:59:58 +00:00
Carlos Ruiz 823c1fe65c Fix United States Regions has Arkansas listed twice - ID: 2374272
Fix contributed by Dominik (banym)
2008-12-03 04:38:36 +00:00
Carlos Ruiz 249eb6f54d Fix Swing client hiding fields incorrectly - ID: 2307133
Found one additional issue when three consecutive fields are marked same line.
2008-12-03 04:23:00 +00:00
vpj-cd 76738f569b fix native sequence for oracle 2008-12-03 04:09:24 +00:00
Heng Sin Low 89382502cd Implemented pressed state for toolbar button. 2008-12-03 02:48:02 +00:00
phib 82de714759 BT [ 2380306 ] Bank statement "create lines from" broken filter
https://sourceforge.net/tracker/index.php?func=detail&aid=2380306&group_id=176962&atid=879332
2008-12-03 00:07:59 +00:00
phib 724fbe0272 FR [ 2380080 ] Implement drop shipment
https://sourceforge.net/tracker/?func=detail&group_id=176962&atid=879335&aid=2380080
2008-12-02 23:35:39 +00:00
vpj-cd c80f34265e Implementation the Native sequence 2008-12-02 18:22:29 +00:00
Redhuan D. Oon e194ec8172 [2093355 ] Small bugs in OpenXpertya POS
SOLVED AS EXPLAINED.. some cosmetics next...
1) Java POS can start a new order while not completed present orders! <-- killer stuff. Can jump to any Order by choice.
2) Java POS do not commit illegal action such as reversing Reserved Qty without Model action.
3) Can delete Drafted non reserved OrderLines. Cannot delete when completed.
2008-12-02 16:52:18 +00:00
Heng Sin Low 446b5092ba - Modified report viewer window to be displayed as an embedded window at the desktop 2008-12-02 08:28:37 +00:00
Heng Sin Low c8dd937041 - Implemented delete selection feature to window toolbar 2008-12-02 07:56:45 +00:00
tspc 00ff3295aa BF2227971 Product Planning window 2008-12-02 01:07:49 +00:00
Carlos Ruiz fcd3bec9c6 Implement Validator for beforeSaveProperties - ID: 2373679
Sample beforeSaveProperties for GardenWorld - to show usage to developers
2008-12-01 22:25:44 +00:00