Can I use IBANs with LedgerSMB?
Yes. IBANs are very long, bank account numbers. LedgerSMB has no problems storing, retrieving and using these without any issue.
- Read more about Can I use IBANs with LedgerSMB?
- Log in or register to post comments
Yes. IBANs are very long, bank account numbers. LedgerSMB has no problems storing, retrieving and using these without any issue.
Yes. SEPA (Single Euro Payments Area) requires support for very long bank account numbers (IBANs or International Bank Account Numbers). LedgerSMB can store and use these numbers without problems.
Assuming you have followed the How Do I Backup My Data instructions, you can restore your database as follows...
$ psql -h [database host] -U [database admin user] < [roles backup file]
For example:
$ psql -h localhost -U lsmb_dbadmin < lsmb-roles.sqlc
$ psql -h [database host] -U [database admin user] -c 'CREATE DATABASE [new company name]'
For example:
Log in to the the 'setup.pl' administrative interface, using your ledgersmb database admin user (usually "lsmb_dbadmin" or "postgres"). The default address for setup.pl is http://localhost/ledgersmb/setup.pl.
There are 2 buttons:
One creates a backup of the content of your database. The other creates a backup of the roles.
The table below lists the compatibility of LedgerSMB versions with Perl versions. Products for which support has ceased due to End-of-Life date being reached are not listed and should not be used.
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:
Please note that this release quickly follows a security update of the base
Debian Perl package, as the security release broke LedgerSMB's operation,
resulting in HTTP 500 (Internal server error) being thrown on every request.
The answer to this question depends on what using means to you.
As a user of the web application, yes, there should be absolutely no problem using a recent (as in: no more than 2 or 3 years old) web browser in order to take advantage of all the features available.
The LedgerSMB development team is happy to announce yet another new
version of its open source ERP and accounting application. This release
will be the final release in the 1.3 series. New releases will be published
in the 1.4 series and the upcoming 1.5 series. This release
contains the following fixes and improvements:
Changelog for 1.3.47
We have released LedgerSMB 1.4.12. Users of 1.4 are encouraged to upgrade. This release corrects an issue introduced by an earlier bugfix where users permissions can not be rese from the front-end properly. This affects at least 1.4.10 and 1.4.11.
There are a number of other fixes here too, minor than that one. Please see the complete changelog for details:
LedgerSMB 1.3.41 has been released.
It includes a single fix to the single payment workflow which caused an error in some cases while paying invoices.