Activity for Christer Sandberg

  • Christer Sandberg Christer Sandberg committed [r148] on Code

    Fixed bug: Didn't store the accumulated depreciations of the current year when the booking of the event was confirmed.

  • Christer Sandberg Christer Sandberg committed [r147] on Code

    Added a new verifications tab for credit invoices.

  • Christer Sandberg Christer Sandberg committed [r146] on Code

    Added some guards. Added indentation of account rows. Added handling of tax return. All of it concerning finishing the current year.

  • Christer Sandberg Christer Sandberg committed [r145] on Code

    Problem that updating of the customer list efter adding a new customer has been fixed.

  • Christer Sandberg Christer Sandberg committed [r144] on Code

    Added quantity for generated events in order to maintain the stock properly. In addition made som clearifications.

  • Christer Sandberg Christer Sandberg committed [r143] on Code

    Fixed bug that caused memory error when deleting verifications from business events.

  • Christer Sandberg Christer Sandberg committed [r142] on Code

    Added quards to avoid memory error and reference mismash when editing or removing series.

  • Christer Sandberg Christer Sandberg committed [r141] on Code

    Fixed bugs that computed depreciations incorrectly.

  • Christer Sandberg Christer Sandberg committed [r140] on Code

    Added the possibility to re-open a closed year.

  • Christer Sandberg Christer Sandberg committed [r139] on Code

    Merged trunk

  • Christer Sandberg Christer Sandberg committed [r138] on Code

    Merged trunk

  • Christer Sandberg Christer Sandberg committed [r137] on Code

    Merged from trunk.

  • Christer Sandberg Christer Sandberg committed [r136] on Code

    Merged from trunk.

  • Christer Sandberg Christer Sandberg committed [r135] on Code

    Merged from trunk.

  • Christer Sandberg Christer Sandberg committed [r134] on Code

    Added new error texts:

  • Christer Sandberg Christer Sandberg committed [r133] on Code

    Completed and tested the 'finish year' function. Added the possibility to keep more than the last year open at the same time.

  • Christer Sandberg Christer Sandberg committed [r132] on Code

    Fixed bugs in error handling in the re-written read-events-from-file function. Fixed a couple of imperfections in guards found by gcc.

  • Christer Sandberg Christer Sandberg committed [r131] on Code

    A few cosmetic fixes.

  • Christer Sandberg Christer Sandberg committed [r130] on Code

    Removed unused file.

  • Christer Sandberg Christer Sandberg committed [r129] on Code

    Made a temporary patch to avoid memory error when changing language.

  • Christer Sandberg Christer Sandberg committed [r128] on Code

    Changed country code to language code in language files. - some more changes needed.

  • Christer Sandberg Christer Sandberg committed [r127] on Code

    Changed country code to language code in language files.

  • Christer Sandberg Christer Sandberg committed [r29] on base

    Canged country code to languge code.

  • Christer Sandberg Christer Sandberg committed [r126] on Code

    Updated CB files.

  • Christer Sandberg Christer Sandberg committed [r125] on Code

    Fixed texts

  • Christer Sandberg Christer Sandberg committed [r124] on Code

    Added funcion for automatic generation of depreciations.

  • Christer Sandberg Christer Sandberg committed [r123] on Code

    Added funcion for automatic generation of depreciations.

  • Christer Sandberg Christer Sandberg committed [r122] on Code

    Added functions for generating account recievable records. Fixed bugs when correcting events. Introduced check of dates when recording 'hold events'. Fixed a couple of more bugs.

  • Christer Sandberg Christer Sandberg committed [r121] on Code

    Fixed a couple of bugs related to the updated function for generating events from file names.

  • Christer Sandberg Christer Sandberg committed [r120] on Code

    Fixed bugs in the changes committed to revision 119

  • Christer Sandberg Christer Sandberg committed [r119] on Code

    Re-constructed generation of events from filenames

  • Christer Sandberg Christer Sandberg committed [r118] on Code

    Added display of quantity in the ledger.

  • Christer Sandberg Christer Sandberg committed [r117] on Code

    Fixed bug in floting point printing.

  • Christer Sandberg Christer Sandberg committed [r116] on Code

    Added the (optional) possibility to state a quantity in the file name when business events are specified by verification file names.

  • Christer Sandberg Christer Sandberg committed [r115] on Code

    Added functionality to support stock handling at the end of the year.

  • Christer Sandberg Christer Sandberg committed [r114] on Code

    Changed sorting by invoice key to put unconfirmed invoces as the ones with the biggest keys.

  • Christer Sandberg Christer Sandberg committed [r113] on Code

    Fixed alignement in sold items list.

  • Christer Sandberg Christer Sandberg committed [r112] on Code

    Added preliminar handling of stock transfering.

  • Christer Sandberg Christer Sandberg committed [r111] on Code

    Improved VAT claim tables.

  • Christer Sandberg Christer Sandberg committed [r110] on Code

    Fixed a bug that crashed when modifying an already existing transaction of a business event. Cleaned the transaction dialog a bit.

  • Christer Sandberg Christer Sandberg posted a comment on ticket #109

    Hello Joseph. That was good news. Well done! What kind of warnings were there? gcc version 4.8.4 gives no warnings on Linux. You can see the version number by command "gcc --version". Strange with the startup delay. A difference to the Linux system is the handling of dynamic libraries. Have you tried the static linked version? One can do that by running "make clean" and then "make STATICLINK=1". Alternatively you could test to change to a different initialization function in one of the examples,...

  • Christer Sandberg Christer Sandberg posted a comment on ticket #109

    Hi OK, you can remove that line, but that will not solve the problem. There is a text file cgui/lib/mingw32/cgui.def. Line 114 should look like this: InsertIntoWinClip @112 Remove that line. There is another text file cgui/misc/dllsyms.lst which has a line 112 that looks like: InsertIntoWinClip Remove the text from that line but keep the empty line. In the best case this will solve the problem, but I doubt it will. It might seem strange that I haven't discovered these problems myself, but I am working...

  • Christer Sandberg Christer Sandberg posted a comment on ticket #109

    Thank you for the bug report. I have downloaded the 2.1 packages (both zip and tar) and made a global text search through the entire source code, and get no matches for the text "InsertIntoWinClip" and get no matches. However, I looked into the revision history on sourceforge and found that there exists a reference to InsertIntoWinClip in the file obedbox.c in the src directory. Can you check if this is the case also in your code? If so, I guess that you have got an older version ov CGUI, not 2.1....

  • Christer Sandberg Christer Sandberg committed [r109] on Code

    Extended the list view of items.

  • Christer Sandberg Christer Sandberg committed [r108] on Code

    Added the possibility for the user to supply verification files for account receivable and account payable for generation of records in the day book.

  • Christer Sandberg Christer Sandberg committed [r107] on Code

    Making the view of verifications (in the verifications tab) more useful by adding more columns in the lists and adding two more sub-tabs for other selections of verifications.

  • Christer Sandberg Christer Sandberg committed [r106] on Code

    Fixed bug that the series number sequence get a hole if deleting a record from the day book.

  • Christer Sandberg Christer Sandberg committed [r105] on Code

    Added version marking of the data base files.

  • Christer Sandberg Christer Sandberg committed [r104] on Code

    Added missed update when a new event has been booked. + Toggled name and semantics of the flag 'ready' (to 'todo'), to make its meaning more clear for the user.

  • Christer Sandberg Christer Sandberg committed [r103] on Code

    Improved error handling in case the loading of the text label file failes. Instead of a silent dead it will type an ugly message right over the graphical screen (because the GUI cant't be used since there are no labels available).

  • Christer Sandberg Christer Sandberg committed [r102] on Code

    Constified som files.

  • Christer Sandberg Christer Sandberg committed [r101] on Code

    Added code to make it possible for developer to activate cleaning of dead verifications.

  • Christer Sandberg Christer Sandberg committed [r100] on Code

    Added the possibility for the user to enter a specific date when recording a paid invoice in the day book.

  • Christer Sandberg Christer Sandberg committed [r99] on Code

    Added resources content to storage branch.

  • Christer Sandberg Christer Sandberg committed [r98] on Code

    Added resources to storage branch.

  • Christer Sandberg Christer Sandberg committed [r28] on base

    Modified usages of english language tag in language files to conform with the parsing tool.^C

  • Christer Sandberg Christer Sandberg committed [r97] on Code

    Completed first version of data storing concerning item's storage

  • Christer Sandberg Christer Sandberg committed [r96] on Code

    Added files with code for storage handling.

  • Christer Sandberg Christer Sandberg committed [r95] on Code

    Added some code for storage handling

  • Christer Sandberg Christer Sandberg committed [r94] on Code

    Adding new bransch

  • Christer Sandberg Christer Sandberg committed [r93] on Code

    Added new branch

  • Christer Sandberg Christer Sandberg committed [r92] on Code

    Fixed NULL-pointer access that occurred when parsed filename contained non-existing account number.

  • Christer Sandberg Christer Sandberg committed [r91]

    FIxed bug that crashed when marking an invoice as payed with date.

  • Christer Sandberg Christer Sandberg committed [r90]

    Fixed bug that didn't cancel the 'confirm at' dialog for invoices when the user selects 'Cancel'

  • Christer Sandberg Christer Sandberg committed [r89]

    The user's selected settings for the invoice and receipt lists are now stored in the configuration file in a proper way.

  • Christer Sandberg Christer Sandberg committed [r88]

    Fixed bug that crashed the program when the user selects sorting the invoice list.

  • Christer Sandberg Christer Sandberg committed [r87]

    Added button for generating pdf printout of the general ledger.

  • Christer Sandberg Christer Sandberg committed [r86]

    Fixed bug that crashed the program if removing an unconfirmed invoice.

  • Christer Sandberg Christer Sandberg committed [r85]

    Committed the files.

  • Christer Sandberg Christer Sandberg committed [r84]

    Project for making it possible to remove and add verifications in existing event records.

  • Christer Sandberg Christer Sandberg committed [r83]

    Modified build files

  • Christer Sandberg Christer Sandberg committed [r82]

    Adding new files.

  • Christer Sandberg Christer Sandberg committed [r81]

    Just too many changes - this is however the first working revision.

  • Christer Sandberg Christer Sandberg committed [r27]

    Replaced english language code from en to gb. Corrected the percentage handling in mktext to follow the intentions.

  • Christer Sandberg Christer Sandberg committed [r80]

    Removed traces.

  • Christer Sandberg Christer Sandberg committed [r79]

    Extended e-mail sending with check for errors in the msmtp log file.

  • Christer Sandberg Christer Sandberg committed [r26]

    Fixed bug in handling of time in the edit box.

  • Christer Sandberg Christer Sandberg committed [r78]

    Bugfixed handling of references between events and invoices. Bugfixed handling of dates. Added filtering in the daybook.

  • Christer Sandberg Christer Sandberg committed [r77]

    Adjusted code to work with recently changed file names.

  • Christer Sandberg Christer Sandberg committed [r76]

    Renamed some files. Added missing files.

  • Christer Sandberg Christer Sandberg committed [r75]

    Moved 'Incoming' and 'Dialog invoices' to tabs in the main window. Bugfixes.

  • Christer Sandberg Christer Sandberg committed [r74]

    Fixed problem that invoices intended to link to events in the current year can link also to previous years events with the same series and number. Fixed problem that warning for date disorder occured also for buffered events not yet recorded, which are allowed to be in arbitrary date order. Added display of the name of of the entered account number in the transaction dialog. Fixed some layout issues.

  • Christer Sandberg Christer Sandberg committed [r73]

    Added dialog for easy recording of business events from properly named bank transaction files concerning registered invoices.

  • Christer Sandberg Christer Sandberg committed [r72]

  • Christer Sandberg Christer Sandberg committed [r71]

    Improved the previous changes of invoce numbers; Improved the printout of daybooks;

  • Christer Sandberg Christer Sandberg committed [r25]

    Added function to control the speed of the mouse wheel.

  • Christer Sandberg Christer Sandberg committed [r70]

    Fixed bug that the dialog window for selecten of item link to account did'n close.

  • Christer Sandberg Christer Sandberg committed [r69]

    Changed handling of dates making it impossible for the user to break regulations from the authoritis.

  • Christer Sandberg Christer Sandberg committed [r68]

    Modified invoices to not assign invoice sequence number until confimation.

  • Christer Sandberg Christer Sandberg committed [r67]

    Added missing files.

  • Christer Sandberg Christer Sandberg committed [r66]

    Added a function to make it more efficient to record a whole directory of supplier invoices.

  • Christer Sandberg Christer Sandberg committed [r24]

    Fixed bug that froze while editing if another editbox was deactivated in the meantime.

  • Christer Sandberg Christer Sandberg committed [r65]

    Added missing file

  • Christer Sandberg Christer Sandberg committed [r64]

    Problems with events missing verification references due to name mismatch is solved. Problem with event number not in sequence due to buffered records is solved. Added an option to compress multiple transactions regarding the same account in one event into a single transaction. Added controls to get to a certain account in the general ledger list from the income statement list, and from the general ledger lists transactions to the corresponding dialog for events.

  • Christer Sandberg Christer Sandberg committed [r63]

    Fixed problem that when a new event has been added the restart of the event add dialog was random (instead of being restarted only when maually adding the event)

  • Christer Sandberg Christer Sandberg committed [r62]

    Added guard to avoid crash if a refered customer has been deleted

  • Christer Sandberg Christer Sandberg committed [r61]

    Added menu item for sending invoices as e-mail. Verified using smtp setup for gmail

  • Christer Sandberg Christer Sandberg committed [r60]

    Changed the event that generates a pdf file for an invoce to be when the invoice is confirmed.

  • Christer Sandberg Christer Sandberg committed [r59]

    Added more customer data in the list view of customers.

  • Christer Sandberg Christer Sandberg committed [r32]

    Cosmetic

1 >