ChangeLog

Konto / ChangeLog

0.2.0 : 2001-07-15 07:30:00

  • Customers and Products working.

0.4.0 : 2001-07-21 07:40:00

  • Faktura working

  • Also working completely in windows

  • Sorry now time for english translation yet.

0.4.1 : 2001-07-28 07:40:00

  • Faktura now includes a forfald date, and a forfald text - defaulting to today + 8 days.

  • Faktura - Products Add now has an comment field.

  • Faktura - Print prints - and % around the rabat item automatically.

  • Faktura now only prints rabat and rabat price if they aren''t empty

  • Resizing of dialogs, finally figured out jow wxWindows goes about positioning it''s windows. Much stupider than GTK - but stille better than mswindows.

  • All numbers, except price, prints with 2 decimals.

  • Added a function to determine what kind of decimal point should be entered into products, and replace in it accordingly.

0.4.2 : 2001-07-28 07:40:00

0.5.0 : 2001-07-29 07:40:00

  • All lists now auto resize to the size of the biggest size.

  • Products now include a unit type, a script called conv.py has been provided to convert the old products.txt format to the new.

  • Faktura print: fakturaelement.html now includes %%productunit%%, which inserts the products unit.

  • Products price, now always has two decimal digits.

0.5.1 : 2001-10-17 07:40:00

  • I18N ( Internationalization ) has now begun, it uses gettext, and is user controlable a new settings dialog box. So far only English has been implemented.

  • Comma Delimeter is now user setable in the settings dialog. Although it only shows when printing.

  • Number can now be in decimal.

  • Customer nr. ComboBox bug running under windows fixed.

0.5.2 : 2001-10-18 07:40:00

  • Sorting: all lists are now sorted, this was ( i found out after having battled with the bisect module ) extremely easy to implement because python lists have a sort() function - thanks Guido van Rossum.

  • When changing product number or customer number it should be changed for all the reciepts using that particular number.

  • New reciept HTML template file, supplied by Jesper Larsen jl--at--pohldata--.--dk of Pohl Data I/S (http://pohldata.dk).

0.5.3 : 2002-06-06 15:20:00

  • Sorting: In Settings you can now choose whether to sort by number or by name.

  • Translation cleanups.