From: John S. <jo...@sc...> - 2009-03-16 19:55:41
|
I am running SL 2.8.23 on Linux with PostgreSQL. I have a strange phenomenon in that once a bankaccount is reconciled, updated and "Done" it seems that the changesare not posted and each time I go into Bank Reconciliation I get all the previous entries which were already reconciled, Can anyone help with this ? Thanks, John |
From: William M. <wi...@kn...> - 2009-03-16 22:55:25
|
On Mon, 2009-03-16 at 21:53 +0200, John Saunders wrote: > I am running SL 2.8.23 on Linux with PostgreSQL. > > I have a strange phenomenon in that once a bankaccount is reconciled, > updated and "Done" it seems that the changesare not posted and each > time I go into Bank Reconciliation I get all the previous entries > which were already reconciled, > > Can anyone help with this ? Sorry, I can only confirm that we have on-going issues with reconcilation. Generally, we're able to figure out where something got unmarked. Usually, it's due to making edits to a reconciled item; SQL-Ledger allows this with no warning that it will be marked as unreconciled. William -- Knowmad Technologies - Open Source Software Solutions W: http://www.knowmad.com | E: wi...@kn... P: 704.343.9330 | http://www.LinkedIn.com/in/williammckee |
From: Armaghan S. <sa...@le...> - 2009-03-16 23:44:06
|
On Tue, Mar 17, 2009 at 12:53 AM, John Saunders <jo...@sc...> wrote: > > I am running SL 2.8.23 on Linux with PostgreSQL. > > I have a strange phenomenon in that once a bankaccount is reconciled, updated and > "Done" it seems that the changesare not posted and each time I go into Bank > Reconciliation I get all the previous entries which were already reconciled, Starting from version 2.8.0 there are at least 3 bank reconciliation issues (which I have corrected in my hosted version. see http://www.ledger123.com/our-enhancements/) 1. When there are multiple receipts for a single invoice/date or same amount/date, only one is shown. This happens when * When source column is blank for both payments * When source column contains same value for both payments. 2) Marking one receipt of *same* invoice as reconciled will incorrectly mark the other receipt as reconciled as well. 3) Reconciled transactions are displayed on reconciliation screen forever making it inconvenient and error prone to do the reconciliation. If you are interested in the patch, contact me off-list and I shall send you the patched rc.pl file. Regards -- http://www.ledger123.com/ - Free SQL-Ledger Hosting - Documentation wiki - Virtual appliances -- |
From: P.V.Anthony <an...@so...> - 2009-03-17 02:59:36
|
On 17-Mar-09 7:22 AM, Armaghan Saqib wrote: > If you are interested in the patch, contact me off-list and I shall > send you the patched rc.pl file. Please share the patch with Dieter. Maybe he may include the patches in the next update of SQL-Ledger. P.V.Anthony |
From: Armaghan S. <sa...@le...> - 2009-03-18 08:44:24
|
On Tue, Mar 17, 2009 at 6:35 AM, P.V.Anthony <an...@so...> wrote: > On 17-Mar-09 7:22 AM, Armaghan Saqib wrote: > >> If you are interested in the patch, contact me off-list and I shall >> send you the patched rc.pl file. > > Please share the patch with Dieter. Maybe he may include the patches in > the next update of SQL-Ledger. I have sent the patched files to list members who requested. I shall soon be putting it on the ledger123 git repository and dropping a note to Dieter too. Regards -- http://www.ledger123.com/ - Free SQL-Ledger Hosting - Documentation wiki - Virtual appliances -- |
From: <la...@cl...> - 2009-04-08 18:11:09
|
Hello, For those who sell parts and perform reverse invoice, have you seen this before? We upgraded from 2.4 to 2.8 last May, and this is what we discover recently while try to close our last year's book. The sales, inventory, and purchasing numbers were wrong. We had created two test cases with 2.8.11 and 2.8.24 and the results were the same. 1. create test part A cost $10 each and sell price $20 each, shipping service B, and restock fee service C in goods and services. 2. create vendor invoice of 100 pieces test part A. 3. create sales invoide of 1 each part A for $20 and shipping for $10, total sales $30. 4. Reverse the about invoice, non-refundable shipping, and $4 restock fee. Total credit $16. The income statement now say... INCOME Apr 08 2009 SALES REVENUE 4010 - Sales 24.00 *** Should be $4 (restock fee). Part A was returned. SALES REVENUE 24.00 OTHER REVENUE 4430 - Shipping & Handling 10.00 OTHER REVENUE 10.00 TOTAL INCOME 34.00 ***Should be $14 EXPENSES COST OF GOODS SOLD 5010 - Purchases 10.00 COST OF GOODS SOLD 10.00 TOTAL EXPENSES 10.00 *** Should be $0 since part A was returned. INCOME / (LOSS) 24.00 ***Should be $14 And the balance sheet say... ASSETS Apr 08 2009 CURRENT ASSETS 1060 - Checking Account 14.00 CURRENT ASSETS 14.00 INVENTORY ASSETS 1510 - Inventory 1,010.00 INVENTORY ASSETS 1,010.00 *** should be $1000. Part A was returned. TOTAL ASSETS 1,024.00 *** should be $1014. LIABILITIES CURRENT LIABILITIES 2100 - Accounts Payable 1,000.00 CURRENT LIABILITIES 1,000.00 TOTAL LIABILITIES 1,000.00 SHAREHOLDER'S EQUITY Current Earnings 24.00 TOTAL EQUITY 24.00 *** should be $14 from earning TOTAL LIABILITIES & EQUITY 1,024.00 *** should be $1014. Is this just me and can anyone give me some input? I really appreciate your help! Thanks! Regards, Tim |
From: Omar <ob...@ab...> - 2009-04-11 06:37:01
|
Hi All, I want to make invoices in two languages, One arabic and one English, The Arabic is for the customs reasons in Egypt and the English is for the customer, I can either enter one or the other , because when the description of the invoice is done then it is fixed to the language needed , Can I make printing the invoice take the description from the language file directly so I make one template for printing Arabic invoices and another for printing English ones, best rgeards Omar |