User Activity

  • Posted a comment on discussion Help on uniCenta POS

    Here's a small improvement I've had to make since unicenta is currently using doubles for currency, and is rounding them in weird ways. These lines don't exactly match what the UI does: double total = ticket.getTotal(); int totalInt = Math.round(total * 100.0); And so there are cases where it doesn't work. Instead I use these lines, including necessary imports: import com.openbravo.pos.util.*; ... Double total = ticket.getTotal(); Double fixedTotal = DoubleUtils.fixDecimals(total); int totalInt =...

  • Modified a comment on discussion Help on ObjectListView

    I don't think that's the right approach. A ListView is not a collection of controls,...

  • Modified a comment on discussion Open Discussion on ObjectListView

    If you lock a grouping, and then try secondary sorting, it doesn't work. This is...

  • Posted a comment on discussion Open Discussion on ObjectListView

    If you lock a grouping, and then try secondary sorting, it doesn't work. This is...

  • Posted a comment on discussion Help on ObjectListView

    I don't think that's the right approach. A ListView is not a collection of controls,...

  • Posted a comment on discussion Help on uniCenta POS

    not sure how printing to serial works exactly, but it could depend on DPI of ima...

  • Posted a comment on discussion Help on uniCenta POS

    Sorry, I was just concerned I was being an arrogant know-it-all by barging into the...

  • Modified a comment on discussion Help on uniCenta POS

    iPOD would be pretty unlikely. iPAD would be less unlikely but still hard if not...

View All

Personal Data

Username:
flamingmomar
Joined:
2016-05-23 22:40:26
Location:
Calgary / Canada / MDT
Gender:
Male

Projects

  • No projects to display.

Skills

This is a list of skills that Dave Cousineau possesses:

  • C#
  • C
  • C++
  • Java
  • JavaScript
  • ASP.NET
  • Python
  • VBScript
  • Visual Basic .NET
  • Visual Basic for Applications (VBA)
  • .NET/Mono
  • Java Swing
  • OpenGL
  • Win32 (MS Windows)
  • Microsoft SQL Server
  • PostgreSQL (pgsql)
  • MySQL
  • Microsoft Access
  • Linux

Personal Tools

MongoDB Logo MongoDB