@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2013 by Domingo Alvarez Duarte <[email protected]>
+ *
+ * Licensed under GPLv3, see http://www.gnu.org/licenses/gpl.html.
+ */
+
local globals = getroottable();
function checkCompaniesUkDBFile(){
if(!globals.get("HTTPConn", false)) dofile("ourbiz-client.nut");
class Fl_Bar_Chart extends Fl_Box {
_bars = null; //{label, value, color}
_bar_depth = null;
class OurHelpWindow extends HelpWindow
{
_help_file_name = null;
local constants = getconsttable();
if(!globals.get("APP_CODE_FOLDER", false)) ::APP_CODE_FOLDER <- ".";
class PDF_Order extends Sq_Fpdf
logoFileName = null;
class PdfSqlTable extends Sq_Fpdf {
col_h = null;
col_h0 = null;
function _tr(str) {return str;}
class Fl_Multiline_Output extends Fl_Output {
class OurBizSearchOptions
search_str = null;
WIN32 <- os.getenv("WINDIR") != null;
local included = {};
function unify_code(fname){
function setAppFont(fontName)
local my_font, numfonts, font1, font2;