valid cpl with param, cpl order, last inv list fixed

August 20th, 2008   Filed Under Wrk  

English:

  • cpl_valid=’T’ in modData.countCostplaces(): ok
    cpl_valid=’T’ in modData.fillAllCostplaces: ok
    cpl_valid=’T’ in modData.fillCostplaces: ok
    FavCostplaces: ok
    Change all to optional sValid string in parameters:
    fillAllCostplaces: ok
    fillResCostplaces: ok
    findCpl: ok
    countcostplaces: ok
  • order by cpl_code: Cpl Edit and FMain ok
  • invoice list underneath not lagging behind any more
Nederlands:

Upl. v 0.0.44

FMain open code cleanup, focus, amounts

August 19th, 2008   Filed Under Wrk  

English:

  • set focus to suppliers after amount to assig left =0
  • Amount assigned = 0 after booking invoice
  • Combobox Cost to readonly, move all needed code to other events
  • Total assigned counter (rework)
  • FMain_open: clean up code, make sub’s.
Nederlands:

Upl. v 0.0.43

currency, CN checks negative amount

August 19th, 2008   Filed Under Wrk  

English:

  • currency-dropdown: value now passed to txbxCurrency
  • CN switch controls negative amount, reacts/corrects
  • negative amount checks CN, reacts/corrects
Nederlands:

Upl. v 0.0.42

Invoice edit deletes date fix

August 18th, 2008   Filed Under Wrk  

English:

  • date bug / error fixed in Invoice Edit (txbxDate.Text= $hInvoice.sInvDate)
  • bug list cleanup
  • todo: new costplace : check existing non-”valid”
  • todo: load costplaces: check op “valid” field
  • after assign and amount left=0 focus supplier selection
Nederlands:

Upl. v 0.0.41

fTotalAssigned, assigned reset, InsertTop

August 14th, 2008   Filed Under Wrk  

English:

  • defined constant to add in lists on top instead of 0: InsertTop = 0
  • todo: tooltip last used invoices list underneath, mention CN, help: CN option sets negative numbers, negative amounts without “CN” only for own corrections (?)
  • fTotalAssigned (session)
  • tooltips, assigned reset if amount left=0
Nederlands:

Upl. v 0.0.40

screen corrections, Assign on ready, sup description

August 13th, 2008   Filed Under Wrk  

English:

  • Supplier selection copies description to invoice description if empty
  • changed txbxRemark to Description (was for description field)
  • corrected tooltips ixc fields
  • changed empty invoice sign to “-” (different function als empty list)
  • Assign is blocked; extended ready to assign: costplace, other
  • Data entry testing; edit invoice (amounts) testing
Nederlands:

Upl. v 0.0.39

connect/disconnect, (p)reload invoices

August 12th, 2008   Filed Under Wrk  

English:

  • insert version nr in main screen title tooltip
  • check invoice klick; make invoice selection procedure
  • insert TRY IF ERROR in opening tables in modData
  • extended Connected option box with disconnect/check connection functionality, preloads all data.
  • added button to clear costplace list
  • ClsReadyBook: change bPlaceOk from public to private
Nederlands:

Upl. v 0.0.38

decimal 10.4 instead of float 10.4

August 11th, 2008   Filed Under Problem-Probleem, Wrk  

English:

  • could not select a record on the amount of this field, mysql doesn’t give the same value back as was input.
  • so changed field ixc_amount in ixc from float 10,4 to decimal 10,4: now selection works.
  • change from float 10,4 to double 10,4 should work as well … - which is better?
Nederlands:

screen costs to object and save to db

August 11th, 2008   Filed Under Wrk  

English:

  • class cost: saveToDB
  • FMain: cost screen to object
  • modData assignCost
  • save works, return value still to check.
Nederlands:

Upl. v 0.0.37

inv edit, save changes

August 10th, 2008   Filed Under Wrk  

English:

  • blog update
  • fixed temporary invoice id to inv edit
  • FEditInvoice: added inv id label+value, supplier label+value and set disabled (prev just values)
  • tab-sequence of screen objects on FEditInvoice
  • save invoice after edit works somehow; but problem with invoice list and selection in FMain!!
  • ixc table structure change int to float on test db
Nederlands:

Upl. v 0.0.36