Invoice remark always copied to new bug fix

July 29th, 2009   Filed Under Wrk  

English:

  • Invoice remark now reset after saving an invoice from “edit” (FEditInvoice) window.
  • Upd SF
Nederlands:

Upl. v 0.2.6

Invoice Some value data pollution bug, screen field order, sql

July 28th, 2009   Filed Under Wrk  

English:

  • Corrected “10″-bug (!*) (invoice somevalue allways stored 10 at invoice creation). Yes indeed stored 10 instead of &10 what stands for a variable with the value of the 10th parameter. Data pollution!
  • Screen “tab” order in FEditInvoice for field SomeValue
  • Screen “tab” order in FMain for field SomeValue
  • corrected facstables.sql that makes initial database
  • Released 0.2.5 code on SF

! * Check your data - you can edit the invoice by selecting it in the list, choose the edit butten right next to the invoice data, save it again.

Nederlands:

Upl. v 0.2.5

Extra number field for invoice

July 22nd, 2009   Filed Under Wrk  

English:

  • TABLE CHANGE!! from 0.2.4 on
  • - inv DATABASE CHANGE: added inv_number(20) bigint for numbers/counters etc in vlbxSomeValue
    ALTER TABLE `inv` ADD `inv_number` BIGINT NOT NULL AFTER `inv_remark` ;
  • - ClsInvoice iSomeVal
  • - MData changeInvoice and addInvoice
  • - FMain field and code
  • - FEditInvoice field and code
Nederlands:

Upl. v 0.2.4
contact

Invoice amount calculation

July 16th, 2009   Filed Under Wrk  

English:

  • - Supplier selection: show external id in tooltip of sup description
  • - Invoice amount: “memory clear” button to clear M, button enables when memory value filled
  • - Invoice amount: “clear” button to clear invoice amount (not memory)
  • - Tooltip about sum/subtract in Invoice amount title
Nederlands:

Upl. v 0.2.3

Save supplier with similar name, feedback

July 10th, 2009   Filed Under Wrk  

English:

  • save new supplier: added feedback
  • save new supplier: adjusted screen order

Upl. v 0.2.1

  • - similar supplier name: save anyway works now
  • - after crash + dataconnection restore, find last invoice nr after connect
Nederlands:

Upl. v 0.2.2

getLastCostcode of supplier, Tables changed.

June 15th, 2009   Filed Under Wrk  

15/06/2009

Take care! Tables changed from 0.2.0 on !
Errors like: “Unknown field: sup_invdescription” will occur. Add the field to your table:
sup_invdescription varchar(30) No standard invoice description
ALTER TABLE `sup` ADD `sup_invdescription` VARCHAR( 30 ) NOT NULL AFTER `sup_mostcpl` ;
UPDATE `sup` SET `sup_invdescription` = `sup_description`

Also see DB description

Upl. v 0.2.0

save supplier with sup_invdescription

June 8th, 2009   Filed Under Wrk  

- FMain display sup_invdescription
- FEditSupplier modified to save sup_invdescription
- changeSupplier modified to save sup_invdescription

e[x]it, prepare supplier description + invoice default text

March 24th, 2009   Filed Under Wrk  

- added default invoice text field on edit supplier, new supplier (no code yet)
- changed field description at supplier new/edit to real supplier description fields (no code yet)
- made procedure leaveApp: exit button and “x” of window calls same exit procedure and closes app with normal shutdown

config, report directory, language field -1:30

February 11th, 2009   Filed Under Wrk  

English:

  • config, general, language: button to empty field (with 0 like main screen); other button (with .) sets to default en_US
  • config, general, report: button to set to default (user directory with tilde ~)
  • language choice : more explanation about not-installed system language (facs language requiers it)
Nederlands:

Upl. v 0.1.7

Create new: feedback, button dis/enable, db user/pw correction

February 3rd, 2009   Filed Under Wrk  

English:

  • corrected database user rights grant
  • Create new facs: feedback changed to listbox to scroll back
  • Better feedback after some steps
  • DB user Password only auto-created if asked, with button, to avoid creating a never-seen password
  • DB user Password is shown till confirmed
  • enable/disable of buttons improved.
Nederlands:

Upl. v 0.1.6