12
I Use This!
High Activity

News

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Posted almost 6 years ago by ehu
1.6 release notes What's new in LedgerSMB 1.6 Compatability concerns New features Other user-visible changes Known issues   ehu Thu, 05/03/2018 - 14:33 Topic release notes Release 1.6
Posted almost 6 years ago by ehu
1.6 release notes What's new in LedgerSMB 1.6 Inventory adjustments based on GL transactions "System Information" page in setup.pl New "smtpport" option in ledgersmb.conf Automatic detection of the temporary directory Reports and ... [More] search results exportable as XLS(X) New and faster menu New features Inventory adjustments based on GL transactions Before 1.6, inventory adjustments were based on dummy invoices, issued to the "Inventory Entity" -- an entity meant to model the company itself. Issuing invoices for this purpose is problematic in some jurisdictions, especially in those with continuous numbering requirements. Additionally, the "Inventory entity" caused confusion for those who didn't need it. The Inventory Entity has been removed from 1.6 and - unless invoices remain issued against it after data migration - will be removed in the upgrade process. Schema upgrade checks, interactive resolution and silent upgrades This version features "schema upgrade checks": checks that are being performed on the data in the company (database) being upgraded before an upgrade step is being performed. These checks assert that the following schema upgrade can be executed and that there's no data in the schema that violates the assumptions of the schema upgrade. When the check finds non-compliant data, the user will be offered a resolution method. Also, the database creation and upgrade processes no longer generate heaps of logs, restricting the log output to actual errors that have occurred during the execution process. Same as the new upgrade checks, this should enable admins to be self-supporting and make any upgrade issues easier to resolve. System Information page in setup.pl In the system administrator interface, there's a new "System Information" screen, which lists details of the system the application is running on, such as installed Perl modules, version of the PostgreSQL server and more. The data on this screen can be used for debugging purposes. It's highly encouraged to include (some) of the data on this page when reporting bugs to the project. New smtpport option in ledgersmb.conf Before 1.6, the SMTP port used for sending mail directly to a mail server, was hard-coded to be 25. Now, it's defaulted to port 25, but overridable from ledgersmb.conf. The SMTP host IP address always has been overridable; this option adds to that. Automatic detection of the temporary directory Before 1.6, the temporary directory would be indicated in ledgersmb.conf. As of 1.6, the Perl module File::Spec is being used to determine the temporary directory. In the past users were regularly experiencing problems with access rights to the self-created temporary directory managed by LedgerSMB. The process to create its own temporary directory has been removed as well, which takes away the source of the reports. Reports and search results exportable to XLS(X) With the correct dependencies installed, reports and search results can now be exported to XLS and XLSX formats in addition to the formats that were already there: PDF, HTML and CSV. New and faster menu The most prominent reason for the initial page after login to take a while to appear, is that the left menu takes a while to render on the server side. In order to reduce the amount of time for the first page to appear, we have off-loaded some of the effort to the client rendering the UI. This way, some of the slowest components in rendering the menu have been eliminated and both speed of the page to appear as well as server-load have improved. Other user-visible changes Removed experimental REST interface Never having been completed, the last remnants of the first (experimental) attempts at realising a REST API have been removed and are now officially no longer supported. Please note that this isn't a statement that we will not implement a web-API. Instead, we're preparing to start with a clean slate to build solid infrastructure that can serve as the foundation and integration layer for real businesses. Removed 'ledgersmb.conf' options The following options have been removed from ledgersmb.conf without replacement: no_db_str db_autoupdate return_accno pathsep fs_cssdir tempdir backupdir smtpauthmethod Improved access and error logs Access logs are now enabled by default. Additionally, logging related to a single request is now easily recognizable by a unique request-ID being included in all logged lines. Improved clean-up of temporary files With this release, LedgerSMB switched to File::Temp for its temporary file management (and uses fewer temporary files), ensuring that temporary files are cleaned up after use. Known issues Single-day time-card entry is broken (since 1.4); weekly entry works though ehu Thu, 05/03/2018 - 14:33 Topic release notes Release 1.6 [Less]
Posted almost 6 years ago by ehu
1.6 release notes We're compiling a document here along the lines of http://subversion.apache.org/docs/release-notes/1.10.html What's new in LedgerSMB 1.6 Inventory adjustments based on GL transactions "System Information" page in ... [More] setup.pl New "smtpport" option in ledgersmb.conf Automatic detection of the temporary directory Reports and search results exportable as XLS(X) New and faster menu New features Inventory adjustments based on GL transactions Before 1.6, inventory adjustments were based on dummy invoices, issued to the "Inventory Entity" -- an entity meant to model the company itself. Issuing invoices for this purpose is problematic in some jurisdictions, especially in those with continuous numbering requirements. Additionally, the "Inventory entity" caused confusion for those who didn't need it. The Inventory Entity has been removed from 1.6 and - unless invoices remain issued against it after data migration - will be removed in the upgrade process. System Information page in setup.pl In the system administrator interface, there's a new "System Information" screen, which lists details of the system the application is running on, such as installed Perl modules, version of the PostgreSQL server and more. The data on this screen can be used for debugging purposes. It's highly encouraged to include (some) of the data on this page when reporting bugs to the project. New smtpport option in ledgersmb.conf Before 1.6, the SMTP port used for sending mail directly to a mail server, was hard-coded to be 25. Now, it's defaulted to port 25, but overridable from ledgersmb.conf. The SMTP host IP address always has been overridable; this option adds to that. Automatic detection of the temporary directory Before 1.6, the temporary directory would be indicated in ledgersmb.conf. As of 1.6, the Perl module File::Spec is being used to determine the temporary directory. In the past users were regularly experiencing problems with access rights to the self-created temporary directory managed by LedgerSMB. The process to create its own temporary directory has been removed as well, which takes away the source of the reports. Reports and search results exportable to XLS(X) With the correct dependencies installed, reports and search results can now be exported to XLS and XLSX formats in addition to the formats that were already there: PDF, HTML and CSV. New and faster menu   Other user-visible changes The need for the "Inventory Entity" used by the inventory adjustment process has been eliminated Known issues Single-day time-card entry is broken (since 1.4); weekly entry works though   ehu Thu, 05/03/2018 - 14:33 Topic release notes Release 1.6 [Less]
Posted about 6 years ago by LedgerSMB_Team
1.5.20 Released Security release No LedgerSMB_Team Sat, 04/14/2018 - 13:03 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.20/ ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.5.20 Fix inability to save custom sequences (System > Sequence) (Erik H, #3511) Fix error when downloading balance sheet as PDF (Erik H, #3515) Fix empty backup file due to PGObject::Util::DBAdmin 0.120 (Erik H, #3531) Norwegian (nb) translation update (Havard S) Erik H is Erik Huelsmann Havard S is Havard Sorli For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.20/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.20 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.20 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.20 These are the sha256 checksums of the uploaded files: bb815d97b23707c6f70b1a5cac56adb86fd0c841a5c4b403770760fee1a8392c ledgersmb-1.5.20.tar.gz 8931bac54f7b877486629fdf296968ad1b93bed11067116db8cbe531cecc4625 ledgersmb-1.5.20.tar.gz.asc Release 1.5 [Less]
Posted about 6 years ago by ehu
1.5.19 Released Security release No ehu Mon, 04/02/2018 - 13:06 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.19 ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.5.19 Fix payment screen localized amount formatting problem (Erik H, #3283) Separate error and output 'psql' logs during database upgrade (Nick P) Fix random order of PNL and B/S reports columns (Erik H, #2244) Various fixes to setup.pl regarding backup file generation (Nick P) Use File::Path to create directory instead of through shell call-out (Nick P) On TAB-exit of accounts/parts selector, select first item (Erik H) Estonian translation update (Margus L) German translation update (Mikael A) Hungarian translation update (Istvan P) Erik H is Erik Huelsmann Nick P is Nick Prater Istvan P is is Istvan Pongracz Margus L is Margus Lepmets Mikael A is Mikael Arhelger For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.19/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.19 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.19 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.19 These are the sha256 checksums of the uploaded files: 7dba20470984328924ba3ef3dd3d92b60f41b6023ccbe72d107968da0cb1c677 ledgersmb-1.5.19.tar.gz 40f2f458a6605f05ee1eb238f0c084c481cd26273287568f35b927b75813665c ledgersmb-1.5.19.tar.gz.asc Release 1.5 [Less]
Posted about 6 years ago by ehu
1.5.18 Released Security release No ehu Sun, 03/11/2018 - 04:02 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.18 ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.5.18 Fix menu-resizing minimum threshold overlapping main content (Erik H, #3421) Persist selected menu-width across sessions/page reloads (Erik H) Fix customer pricelist Quantity field not saved for new rows (Erik H) Fix quantity discounts not working on orders/quotations (Erik H, #3439) Customer pricelist changes can be saved without adding new rows (Erik H) Field 'PO Number' on purchase documents renamed to 'SO Number' (Erik H, #3276) (Running) 'Balance' column of 'Search & GL' report incorrect (Erik H) German translation update (Mikael A) Estonian translation update (Margus L) Erik H is Erik Huelsmann Margus L is Margus Lepmets Mikael H is Mikael Arhelger For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.18/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.18 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.18 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.18 These are the sha256 checksums of the uploaded files: 4fcde42e22fd00630bb647ced82096d5436c39ba05d519c4592765b03f04c5d3 ledgersmb-1.5.18.tar.gz fb354741cbc2d50436bdac7a8b0f88f92ad926fa933722968782a0da42b9b56f ledgersmb-1.5.18.tar.gz.asc Release 1.5 [Less]
Posted about 6 years ago by ehu
1.5.17 Released Security release No ehu Mon, 02/26/2018 - 13:37 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.17 ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.5.17 Fix inability to add taxforms (Erik H, #3431) Add loading of SIC and GIFI on company creation to setup.pl (Erik H, #3442) Fix double counted 'paid' amount on some printed invoices (Erik H, #3440) Fix failure to include 'Price Updated' column on goods search (Erik H, #3333) Fix payment account on invoice to retain value on update (Erik H, #3455) Fix linebreaks, '' showing as HTML code on invoice (Erik H, #3457) Estonian translation update (Margus L) German translation update (Mikael H) Erik H is Erik Huelsmann Margus L is Margus Lepmets Mikael H is Mikael Helger For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.17/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.17 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.17 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.17 These are the sha256 checksums of the uploaded files: 3cbac050e5684c347a89ca28107919ce636b03cbac543ed7dee2b919be38d631 ledgersmb-1.5.17.tar.gz d2ebc7cc3e61cb7490aba8f896e1c127370d139be5b7e05a2fe547efce2f2678 ledgersmb-1.5.17.tar.gz.asc Release 1.5 [Less]
Posted over 6 years ago by ehu
1.5.16 Released Security release No ehu Sun, 01/28/2018 - 11:47 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.16 ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. The trial period of the 1.5-slim Docker image has been extended by one more release (due to practical reasons). This release contains the following fixes and improvements: Changelog for 1.5.16 * Properly compute the last cleared balance on reconciliation (Yves L, #3405) * Fix regression reports not showing (PDF, etc) download links (Erik H, #3408) * Fix typo in SQL Ledger upgrade code (Erik H, #3409) * Add French Chart of Accounts (Yves L) * Lift requirement to enter sensitive private data when creating users (Erik H) * Fix absolute [New] link on order, AR and AP pages (Erik H) * Support non-root hosting by using relative '/' to 'login.pl' redirect (Erik H) Erik H is Erik Huelsmann Yves L is Yves Lavoie For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.16/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.16 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.16 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.16 These are the sha256 checksums of the uploaded files: 3b878c8430267b3d1c7ab1f4eee3f16c36b110047a7a67f6574351a62fee032a ledgersmb-1.5.16.tar.gz 485f405566556892700ca09cad4dd3fcea2e07b9a9bb65a1cec737e6b6bb744a ledgersmb-1.5.16.tar.gz.asc Release 1.5 [Less]
Posted over 6 years ago by ehu
1.5.16 Released Security release No ehu Sun, 01/28/2018 - 11:47 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.16 ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. The trial period of the 1.5-slim Docker image has been extended by one more release (due to practical reasons). This release contains the following fixes and improvements: Changelog for 1.5.16 Properly compute the last cleared balance on reconciliation (Yves L, #3405) Fix regression reports not showing (PDF, etc) download links (Erik H, #3408) Fix typo in SQL Ledger upgrade code (Erik H, #3409) Add French Chart of Accounts (Yves L) Lift requirement to enter sensitive private data when creating users (Erik H) Fix absolute [New] link on order, AR and AP pages (Erik H) Support non-root hosting by using relative '/' to 'login.pl' redirect (Erik H) Erik H is Erik Huelsmann Yves L is Yves Lavoie For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.16/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.16 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.16 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.16 These are the sha256 checksums of the uploaded files: 3b878c8430267b3d1c7ab1f4eee3f16c36b110047a7a67f6574351a62fee032a ledgersmb-1.5.16.tar.gz 485f405566556892700ca09cad4dd3fcea2e07b9a9bb65a1cec737e6b6bb744a ledgersmb-1.5.16.tar.gz.asc Release 1.5 [Less]
Posted over 6 years ago by ehu
1.5.15 Released Security release No ehu Sun, 01/07/2018 - 13:34 Release candidate No Download https://download.ledgersmb.org/f/Releases/1.5.15 ... [More] The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. As of this release, we're publishing a docker image based on the debian *-slim images, which reduces the Docker Hub reported size from 220MB (regular 1.5 image) to 150MB (slim image). When we don't get any negative feedback regarding the slim image, the next release will be based on that. This release contains the following fixes and improvements: Changelog for 1.5.15 * Generate access logs on standard output by default (Erik H) * Fix cli scripts; block running as root in PSGI instead of Sysconfig (Erik H) * Remove our moving out of SourceForge notice from the welcome page (Erik H) * Fix zero-value depreciations from blocking later depreciations (Chris T) * Be explicit about which Perl::Critic policies to apply in tests (Nick P) * Check for file errors when blacklist test (Nick P) * Make checks work (out of the box) with our Docker dev images (Nick P) Chris T is Chris Travers Erik H is Erik Huelsmann Nick P is Nick Prater For installation instructions and system requirements, seehttps://github.com/ledgersmb/LedgerSMB/blob/1.5.15/README.md The release can be downloaded from our download site athttps://download.ledgersmb.org/f/Releases/1.5.15 The release can be downloaded from GitHub athttps://github.com/ledgersmb/LedgerSMB/releases/tag/1.5.15 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.5.15 Or pulled from Docker Hub, for the slim (150MB) image using $ docker pull ledgersmb/ledgersmb:1.5-slim These are the sha256 checksums of the uploaded files: 5555f5f894e9ecae11ce2ff93bd7ff557ce1d0952336781f6c34758992f557e3 ledgersmb-1.5.15.tar.gz 7693f4b178bc53010cc00190b03d33c84d9d0362aa24d678682c2ea1c40a0d34 ledgersmb-1.5.15.tar.gz.asc Release 1.5 [Less]