cmbxAllSupplier cleanup, shiftDown, lsbxLstSupplier

October 15th, 2008   Filed Under Wrk  

English:

  • cmbxAllSupplier cleanup
  • ShowSelSupplier
  • SelectSupplier
  • MData.shiftDown to MCommon.shiftDown
  • lsbxLstSupplier Add Last Supplier not after selection but after book invoice
Nederlands:

Upl. v 0.0.72

sum input in assign amount, grey index and id’s

October 14th, 2008   Filed Under Wrk  

English:

  • To Assign, Amount: sums consequent inputs (like invoice amount does)
  • record id’s and indexes less obvious (less disturbing) by greying them out
  • config order lost again - check later
Nederlands:

Upl. v 0.0.71

order in config, invoice import work

October 10th, 2008   Filed Under Wrk  

English:

  • order in config
  • some bugs
  • work on import of invoices from foxpro (no code here yet)
Nederlands:

Upl. v 0.0.71

Popular Suppliers list, favourite Costcode per supplier

October 2nd, 2008   Filed Under Wrk  

English:

  • Added popularity counter to suppliers
  • added MData sub to increase the supplier’s counter = rise supplier in favourite list
  • Added initialisation of the popularity list
  • testing mysql statements to fill the costcode list
    most popular costcodes:
    SELECT sup.sup_id, sup.sup_name, count(inv.sup_id) from sup, inv where sup.sup_id=inv.sup_id group by sup_id
    most popular costcodes of supplier id 1220:
    SELECT sup_name, cpl_code, count(cpl_code) as popularity from `ixc`, sup, inv where inv.sup_id=1220 and sup.sup_id=inv.sup_id and inv.inv_id=ixc.inv_id group by cpl_code order by popularity desc
  • Added favourite costcode list for selected invoice’s supplier
  • Arranged optimal field after selecting from popular/favourite lists
Nederlands:

Upl. v 0.0.70

module names standarized, Dutch Preferences form

October 1st, 2008   Filed Under Wrk  

English:

  • More space for strings (translations) in Preferences
  • Dutch translation for text on Preferences.
  • changed modStart to MMain
  • Changed all mod modCommon, modData, modImport to M: MCommon, MData, MImport
Nederlands:

Upl. v 0.0.68

language setting at startup

September 30th, 2008   Filed Under Wrk  

English:

  • changed language setting at startup read from settings file, with message if none set.
  • Changed startup order: modStart as start class, checks language, starts FMain.
  • bugs forgotten field properties fixed
  • updated Dutch translation
Nederlands:

Upl. v 0.0.67

Language conf, settings changes, FMain layout adjusted

September 30th, 2008   Filed Under Wrk  

English:

  • Language added to configuration, General + modcommon + save
  • Still looking how to use it. Read at start, if not empty set to this language, else use system language. To have choosen language in forms have to start from modStart and only afterwards open first window FMain?
  • Settings, Invoice/BookYear seems not (yet) to be used: commented out. Now year is composed from date. Maybe later as preset for input of previous bookyear?
  • Configuration settings: use / save separated: use is active now, save is next time active: both are needed.
  • metadata on screen adjusted, cre/upd in tooltip, record id’s in italics re-arranged
  • selected assignment data out of assing frame (is now like selected invoice)
  • corrected assign amounts (to assign) after invoice selection of edited invoice
  • clear assignment remark when new invoice is booked (instead of allways leave last remark - might be usefull when assigning more costs from one invoice)
Nederlands:

Upl. v 0.0.66

calculate in invoice amount, settings, assign order

September 26th, 2008   Filed Under Wrk  

English:

  • Added calculator (+/-) integrated in invoice amount field
  • Corrected storage/retrieval of settings for interface (complex, assign on)
  • Corrected assignment order when more than 1 amount.
Nederlands:

Upl. v 0.0.651

deleting assignment, invoice, screen formatting, sequence

September 24th, 2008   Filed Under Wrk  

- testing
- sequence changes in assignment screen left to right
- empty assignment line corrections
- delete assignment line
- show invoice selection in assignment screen
- changed data order in invoices list to make user readable
- changed data order in selected invoice to make user readable
- changed non-user data to italic in selected invoice
- make empty and delete assignment works
- make empty and delete invoice if no assignment left works

Upl 0.0.65

AddLog, translation

September 23rd, 2008   Filed Under Wrk  

- AddLog corrections
- Adjust buttons to (longer) translations
- Competed Dutch translation (fields in Invoice Edit with () to make translatable)

Upl 0.0.64