File Release Notes and Changelog
Notes:
- compatibility with jdk1.3 is broken (should come back for rc1)
- doc is just starting : sorry to be so small
- install notes and changelog are integrated in oxerp-doc.pdf
Changes:
END-USER FEATURES
- Formatting doc
- xml format import/export : without change b2-b3 : you should be able to reimport as-is you b2 exports
DEVELOPER FEATURES
- castor replaced by a custom marshaller/unmarshaller (smaller and more suitable for oXerp)
- double replaced by class Decimal as a wrapper (numbers are saved as long to avoid rounding problems)
BUGS CLIENT-SIDE CORRECTION
- import invoices before, related avoirs after in order not to have them rejected
- NullPointerException in TableRenderer for null datas
- Quantitities and unit prices with a negative sign
BUGS SERVER-SIDE CORRECTION
- None