New: Add experimental module Point of sale

This commit is contained in:
Laurent Destailleur
2009-09-11 14:29:36 +00:00
parent b7e739ef92
commit 0598ee3668
19 changed files with 349 additions and 375 deletions

View File

@@ -1,5 +1,5 @@
<?php
/* Copyright (C) 2008 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2008-2009 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ class modCashDesk extends DolibarrModules
$this->description = "CashDesk module";
$this->revision = explode(' ','$Revision$');
$this->version = 'development';
$this->version = 'experimental';
//$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);