12
I Use This!
High Activity

News

Analyzed about 12 hours ago. based on code collected about 18 hours ago.
Posted over 7 years ago by [email protected] (Chris Travers)
Having been using various vcs solutions for a while, I think it is worth noting that my least favorite from a user experience perspective is git.  To be sure, git has better handling of whitespace-only merge conflicts and a few other major features ... [More] than any other vcs that I have used.And the data structure and model are solid.But even understanding what is going on behind the scenes, I find git to be an unintuitive mess at the CLI issue.Let me start by saying things that git got right: The dag structure is nice Recursive merges are good The data models and what goes on behind the scenes is solid. It is the most full-featured vcs I have worked with However, I still have real complaints with the software  These include fundamentally different concepts merged into the same label and the fact that commands may do many different things depending on how you call them.  The fact that the concepts are not clear means that it is worse than a learning curve issue.  One cannot have a good grasp of what git is doing behind the scenes because this is not always clear.  In particular: In what world is a fast-forward a kind of merge? Is there any command you can explain (besides clone) in three sentences or less? What does git checkout do?  Why does it depend on what you checkoout?   Can you expect an intermediate user to understand what to expect if you have staged changes on a file, when you try to check out a copy of that file from another revision? What does git reset do from a user perspective?  Is there any way a beginner can understand that from reading the documentation? In other words, git commands try to do too much at once and this is often very confusing. Submodules are an afterthought and not well supported across the entire tool chain (why does git-archive not have an option to recurse into submodules?) These specific complaints come from what I see as a lack of clarity regarding what concepts mean and they indicate that those who wrote the tools did so at a time when the concepts were still not entirely clear in their own minds.  In essence it is not that things are named in unclear ways but that concepts have unclear boundaries.   Some of this could be fixed in git.  fast-forward could be referred to as a shortcut to avoid a merge rather than a kind of merge. Some could be fixed with better documentation (we could describe git reset by what the user-facing changes are, rather than the internal changes).  Some would require a very different set of command layouts. [Less]
Posted over 7 years ago by ehu
1.4.36 Released Download https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.36/ ehu Sat, 12/10/2016 - 01:09 The LedgerSMB development team is happy to announce yet another new version of its ... [More] open source ERP and accounting application. This release fixes a regression of the 1.4.30 release where the use of overpayments was incorrectly accounted for in the customer balance (over all balance is correctly accounted). We have a FAQ to help you repair your customer balance in case your books were affected by this bug:http://ledgersmb.org/faq/how-do-i-fix-out-balance-overpayments Changelog for 1.4.36 Overpayments incorrectly not reduced when applied (Erik H, #2346) Fix number formatting/processing in batch payment/receipt (Erik H, #2350)   The release can be downloaded from sourceforge at     https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.36/ These are the sha256 checksums of the uploaded files: dbd24e53ca16ab0b4b5572c1a0e65b6f5388b3e022f14ec2b2902f44c705a894 ledgersmb-1.4.36.tar.gz 9824a3523c60960eaa80c8753d670cb0f9f5c5c6ec8bcbb11893fe365e730460 ledgersmb-1.4.36.tar.gz.asc Release 1.4 Security release Off Release candidate Off [Less]
Posted over 7 years ago by ehu
1.4.36 Released Download https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.36/ ehu Sat, 12/10/2016 - 01:09 The LedgerSMB development team is happy to announce yet another new version of its ... [More] open source ERP and accounting application. This release fixes a regression of the 1.4.30 release where the use of overpayments was incorrectly accounted for in the customer balance (over all balance is correctly accounted). We have a FAQ to help you repair your customer balance in case your books were affected by this bug:http://ledgersmb.org/faq/how-do-i-fix-out-balance-overpayments Changelog for 1.4.36 Overpayments incorrectly not reduced when applied (Erik H, #2346) Fix number formatting/processing in batch payment/receipt (Erik H, #2350)   The release can be downloaded from sourceforge at     https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.36/ These are the sha256 checksums of the uploaded files: dbd24e53ca16ab0b4b5572c1a0e65b6f5388b3e022f14ec2b2902f44c705a894 ledgersmb-1.4.36.tar.gz 9824a3523c60960eaa80c8753d670cb0f9f5c5c6ec8bcbb11893fe365e730460 ledgersmb-1.4.36.tar.gz.asc Release 1.4 Security release Off Release candidate Off [Less]
Posted over 7 years ago by freelock
How do I fix out-of-balance overpayments? How do I clean up my books as a result of Issue #2346, URGENT: Use Overpayments creates accounting errors? freelock Wed, 12/07/2016 - 09:03 What you need to do is look for ... [More] rows in payment_links which have type=0 Then, in acc_trans, you need to identify those rows which have an entry_id of a row which has a 0 amount. That row is probably an fx_transaction row. The preceding entry_id row is likely one for the same transaction, with a non-zero, non-fx_transaction amount. You need to insert a new row into the payment_links table with: payment_id: same as for the fx_transaction entry_id: entry_id of preceeding entry in acc_trans type: 0 When you do that, the customer balances should be fixed. Component Base Release 1.4 FAQ Category Accounting [Less]
Posted over 7 years ago by freelock
How do I fix out-of-balance overpayments? How do I clean up my books as a result of Issue #2346, URGENT: Use Overpayments creates accounting errors? freelock Wed, 12/07/2016 - 09:03 What you need to do is look for ... [More] rows in payment_links which have type=0 Then, in acc_trans, you need to identify those rows which have an entry_id of a row which has a 0 amount. That row is probably an fx_transaction row. The preceding entry_id row is likely one for the same transaction, with a non-zero, non-fx_transaction amount. You need to insert a new row into the payment_links table with: payment_id: same as for the fx_transaction entry_id: entry_id of preceeding entry in acc_trans type: 0 When you do that, the customer balances should be fixed. Component Base Release 1.4 FAQ Category Accounting [Less]
Posted over 7 years ago by ehu
1.5.0-rc3 Released Download https://sourceforge.net/projects/ledger-smb/files/Beta%20Releases/1.5.0-rc3/ ehu Sun, 12/04/2016 - 13:55 The LedgerSMB development team is happy to announce yet another new ... [More] version of its open source ERP and accounting application. This is release release candidate 3 for LedgerSMB 1.5.0.  Since the last release candidate many issues and findings have been resolved with the help of many early adopters and testers. This release builds on new releases of a number of our dependencies. If you are updating your local install, please don't forget to update to the latest and new requirements. If you would like to play with this release without going through the trouble of installing it yourself, please feel free to use the demo at:    https://demo.cloud.efficito.com/erp/beta/ and report any problems and issues either through mail to the development mailing list or directly to the project's GitHub issue tracker (https://github.com/ledgersmb/LedgerSMB/issues/). The release can be downloaded from sourceforge at   https://sourceforge.net/projects/ledger-smb/files/Beta%20Releases/1.5.0-rc3/ These are the sha256 checksums of the uploaded files: 42060d46b7400897db8e6fff8654acc3f754766ed9321273e3dd29de58dcb18a  ledgersmb-1.5.0-rc3.tar.gz 6b7da23b4c7d3f3c13a3e25706e2661b11b7e02057adcdb859410ead35b98380  ledgersmb-1.5.0-rc3.tar.gz.asc Release 1.5 Security release Off Release candidate On [Less]
Posted over 7 years ago by ehu
1.5.0-rc3 Released Download https://sourceforge.net/projects/ledger-smb/files/Beta%20Releases/1.5.0-rc3/ ehu Sun, 12/04/2016 - 13:55 The LedgerSMB development team is happy to announce yet another new ... [More] version of its open source ERP and accounting application. This is release release candidate 3 for LedgerSMB 1.5.0.  Since the last release candidate many issues and findings have been resolved with the help of many early adopters and testers. This release builds on new releases of a number of our dependencies. If you are updating your local install, please don't forget to update to the latest and new requirements. If you would like to play with this release without going through the trouble of installing it yourself, please feel free to use the demo at:    https://demo.cloud.efficito.com/erp/beta/ and report any problems and issues either through mail to the development mailing list or directly to the project's GitHub issue tracker (https://github.com/ledgersmb/LedgerSMB/issues/). The release can be downloaded from sourceforge at   https://sourceforge.net/projects/ledger-smb/files/Beta%20Releases/1.5.0-rc3/ These are the sha256 checksums of the uploaded files: 42060d46b7400897db8e6fff8654acc3f754766ed9321273e3dd29de58dcb18a  ledgersmb-1.5.0-rc3.tar.gz 6b7da23b4c7d3f3c13a3e25706e2661b11b7e02057adcdb859410ead35b98380  ledgersmb-1.5.0-rc3.tar.gz.asc Release 1.5 Security release Off Release candidate On [Less]
Posted over 7 years ago by ehu
1.4.35 Released Download https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.35/ ehu Tue, 11/22/2016 - 11:53 The LedgerSMB development team is happy to announce yet another new version of its ... [More] open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.35 Fixed release process; 1.4.32+ included '-dev' in tar version (Erik H) Fix 'existing account' check when saving account configuration (Yves L) Add 'make clean' Makefile target (Erik H, #1828) Fix failing upgrades from 1.3 due to 'locked_by' not NULL (Erik H, #2241) Fix inability to add new business unit class (Erik H, #1023) Erik H is Erik Huelsmann Yves L is Yves Lavoie The release can be downloaded from sourceforge athttps://sourceforge.net/projects/ledger-smb/files/Releases/1.4.35/ These are the sha256 checksums of the uploaded files: 4ce2ed7d537c5e07ca3dac5de9bd3daae0d99a1876d54a6f7f59a709d81eb2f2 ledgersmb-1.4.35.tar.gz 1b5629ab6dc55e26d4303ad75112fb8594aa314f7217a088be5bb96751f72054 ledgersmb-1.4.35.tar.gz.asc Release 1.4 Security release Off Release candidate Off [Less]
Posted over 7 years ago by ehu
1.4.35 Released Download https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.35/ ehu Tue, 11/22/2016 - 11:53 The LedgerSMB development team is happy to announce yet another new version of its ... [More] open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.35 Fixed release process; 1.4.32+ included '-dev' in tar version (Erik H) Fix 'existing account' check when saving account configuration (Yves L) Add 'make clean' Makefile target (Erik H, #1828) Fix failing upgrades from 1.3 due to 'locked_by' not NULL (Erik H, #2241) Fix inability to add new business unit class (Erik H, #1023) Erik H is Erik Huelsmann Yves L is Yves Lavoie The release can be downloaded from sourceforge athttps://sourceforge.net/projects/ledger-smb/files/Releases/1.4.35/ These are the sha256 checksums of the uploaded files: 4ce2ed7d537c5e07ca3dac5de9bd3daae0d99a1876d54a6f7f59a709d81eb2f2 ledgersmb-1.4.35.tar.gz 1b5629ab6dc55e26d4303ad75112fb8594aa314f7217a088be5bb96751f72054 ledgersmb-1.4.35.tar.gz.asc Release 1.4 Security release Off Release candidate Off [Less]
Posted over 7 years ago by ehu
1.4.35 Released Download https://sourceforge.net/projects/ledger-smb/files/Releases/1.4.35/ ehu Tue, 11/22/2016 - 11:53 The LedgerSMB development team is happy to announce yet another new version of its ... [More] open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.35 Fixed release process; 1.4.32+ included '-dev' in tar version (Erik H) Fix 'existing account' check when saving account configuration (Yves L) Add 'make clean' Makefile target (Erik H, #1828) Fix failing upgrades from 1.3 due to 'locked_by' not NULL (Erik H, #2241) Fix inability to add new business unit class (Erik H, #1023) Erik H is Erik Huelsmann Yves L is Yves Lavoie The release can be downloaded from sourceforge athttps://sourceforge.net/projects/ledger-smb/files/Releases/1.4.35/ These are the sha256 checksums of the uploaded files: 4ce2ed7d537c5e07ca3dac5de9bd3daae0d99a1876d54a6f7f59a709d81eb2f2 ledgersmb-1.4.35.tar.gz 1b5629ab6dc55e26d4303ad75112fb8594aa314f7217a088be5bb96751f72054 ledgersmb-1.4.35.tar.gz.asc Release 1.4 Security release Off Release candidate Off [Less]