0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added DocumentExport.java, to support SAFT-PT More... about 16 years ago
- changed gardenia.sh to use /bin/bash, instead of sh (that caused problems on ubuntu edgy, since the default shell is ash) - Added initial support for backup/restore on gardenia desktop (T0075) - Document Serial Number is no longer created when doc. is created, but when its status is passed from "EDT" mode. When doc. is created, it is given a temporary SerialNumber/SerialNumberPrefix More... about 17 years ago
- added new issue to TODO List (last bought price) - added missing sql add clause for RelatedDocumentID field on tbl_Document More... over 17 years ago
*** empty log message *** More... over 17 years ago
- Created MigrationUtil.java and helper script migration-util.sh, to migrate from 0.9.03 to 0.9.04 - inserted missing "insert" on tbl_Parameter on upgrade-0.9.03-0.9.04.sql - changed a method in Document.java to public, in order to be able to be used by MigrationUtil class More... over 17 years ago
- Added new field on tbl_DocumentType: Status (ACT=Active, INC=Inactive). Added field also on documentType.jsp, and on document.jsp and documentList.jsp limit the DocumentType List only the active ones. Updated resource bundle with keys to this new field. - changed the pop-up windows code to include the toolbars=0,scrollbars=0 and changed the size of the new pop-up window to 600x400 - added the missing baseline entry for parameter DocumentReportPropFileName on tbl_Parameter for the english baseline - updated the datamodel, upgrade sql script and binary baselines with the new field tbl_DocumentType.Status - added nullFieldValue=" " to product.jsp and productList.jsp More... over 17 years ago
correction of bugs T0062 and T0064 More... over 17 years ago
- added missing icon image files for supporting T0035 (pop-up lists) - corrected small bugs T0062 and T0064 (related to the document PDF creation) More... over 17 years ago
- added JS error checking and error messages to selection of Entities, when ChooseEntityMode=popup - when there is no selected entity, shows a i18n tag with NONE (xx.EntityID.NONE) text - on product, when Status=EDT and ChooseProductMode=popup, the new product field is automatically focused More... over 17 years ago
- support for large number of products on document.jsp, using variables on tbl_Parameter (ChooseProductMode and ChooseEntityMode). - updates to README.source.txt More... over 17 years ago
From ChangeLog.txt: More... over 17 years ago
- added support for automatically set the label "CANCELED" on canceled documents/invoices. More... over 17 years ago
- added support for pop-up-window "selector" mode on entityList.jsp and productList.jsp (initial support for T0035). - document.jsp now does not show a "drop-down-list" to select the product on documentItems thaat are already inserted (now you can only change the other values, like price, qty, vat, discount, etc, but not the product). Products now are only selected when we are adding a new line. The interface seems simpler this way. More... over 17 years ago
- corrected table layout for graphics. When there were no products on last 30 days, the presentation was incorrect. More... over 17 years ago
- updated docs, changelog, etc. More... almost 18 years ago
- corrected bug on ViewDocumentReport (incorrect query to select number of copies) - changed default webserver port on gardenia desktop from 8080 to 9889 (in order to reduce possibility of conflicts with other already running applications). More... almost 18 years ago
- added empty logo to document report (for people who print invoices on special papers already with company logo...) - Corrected small issues on english translation - Corrected VAT Tax on Report to show decimal cases. On UK, with VAT at 17.5%, the document report was printed with VAT rounded up to 18%. Corrected this on GardeniaDocumentItemVATResume jasper report. More... almost 18 years ago
- updated gardenia binary baseline for firebird, in PT More... almost 18 years ago
- updated README files, added velocity and itext references More... almost 18 years ago
- add creation of src/desktop/dist dir to build.xml file - small corrections on graphical view for issueList.jsp and eventList.jsp colspan html table attribute More... almost 18 years ago
update todo/changelog More... almost 18 years ago
- upgraded iText library - added support for velocity templates (T0009) - added 2 new templates, and one very simple to serve as example (sample01). - changes on gardenia startup sequence. now in case of errors acessing DB, it will retry 6 times, with 10 secs sleep between each (T0055) - now PDF reports open on a new window (T0054). - created automatic support for generating original, duplicate and copies of documents (T0012). - corrected bug on productList.jsp (additional connection closed) - limited the number of entries shown on index.jsp for each dashboard item (now max to 10). - changed document.jsp. Now, it is not possible change a document from CANCELED to OPEN. More... almost 18 years ago
- minor fixes on language strings (ApplicationResources_en.properties) and missed calls to <db:messaage key="..."/> on entityContactList.jsp - added number formatting to some fields on index.jsp - limited the number of rows shown on some queries on index.jsp - added support for DefaultLocale to setup.jsp More... about 18 years ago
- corrected language of ForceDBFormsRequestLocale on web.xml. It was en_US, changed to en. - additionaly, on ForceDBFormsRequestLocale.java, added call to dbforms MessageResources.setLocale(), to really force the locale. - Finished i18n support, changing all reports to support i18n - minor fixes on reportLocal.en.html, language files, etc. - minor changes to productList and entityList.jsp, to correct the colspan html attribute tag of tables. More... about 18 years ago
- finished i18n translation of ApplicationResources_en.properties - corrected some english texts on other files (lang/*.en.html). - finished support for having a new field on tbl_Entity: EntityType (Customer, Supplier and Customer/Supplier). Support added on entity.jsp and entytyList.jsp (with a Filter for this), and on product.jsp. - update README's with libs being used, and installation instructions on README.source.txt More... about 18 years ago
- added support for selection of db baseline based on installation language. now, instead of copying a hsql db previously populated with data (in PT), in desktop edition we copy an empty hsqldb (database/binary/hsql-gardenia01.zip) and populate it at install time, based on the lang selected. For this, the build.xml copies the database/baseline/*.sql files to the GardeniaDesktop install dir tmp/install, in order to be loaded by the installer (class GardeniaDesktopSetup.java). More... about 18 years ago
- renamed to gardenia/src/database/binary/hsql-empty/ More... about 18 years ago
- updated izPack standalone compiler jar - manually added bin/native/izpack/ShellLink.dll from IzPack Distro - added support for portuguese/portugal to IzPack (giving the code "prt", since "por" was already being used by brazilian locale) More... about 18 years ago
- missing defaultLocale=xx on gardenia.properties More... about 18 years ago
- Added support for i18n on Gardenia Desktop application, and english translation. More... about 18 years ago