Ajout methode showsample
This commit is contained in:
parent
2a5f8d9889
commit
0dfcb46182
@ -20,9 +20,9 @@
|
|||||||
*
|
*
|
||||||
* Format de CDR Messidor
|
* Format de CDR Messidor
|
||||||
*
|
*
|
||||||
* 1;"0240125478";02/08/2006;12:04:21;"0620772324";FRANCE MOBILE;01mn14;MX2;0,148;60;
|
* 1;"0240020000";02/08/2006;12:04:21;"0620770000";FRANCE MOBILE;01mn14;MX2;0,148;60;
|
||||||
* 6;"0240125478";02/08/2006;16:36:45;"0674295614";FRANCE MOBILE;08mn13;MX2;0,986;480;
|
* 6;"0240020000";02/08/2006;16:36:45;"0674290000";FRANCE MOBILE;08mn13;MX2;0,986;480;
|
||||||
* 3;"0240125478";02/08/2006;12:32:44;"0620772324";FRANCE MOBILE;02mn10;MX2;0,260;60;
|
* 3;"0240020000";02/08/2006;12:32:44;"0620770000";FRANCE MOBILE;02mn10;MX2;0,260;60;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -35,6 +35,16 @@ class CdrFormatMessidor
|
|||||||
$this->datas = array();
|
$this->datas = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function ShowSample()
|
||||||
|
{
|
||||||
|
$sample = '
|
||||||
|
1;"0240020000";02/08/2006;12:04:21;"0620770000";FRANCE MOBILE;01mn14;MX2;0,148;60;
|
||||||
|
6;"0240020000";02/08/2006;16:36:45;"0674290000";FRANCE MOBILE;08mn13;MX2;0,986;480;
|
||||||
|
3;"0240020000";02/08/2006;12:32:44;"0620770000";FRANCE MOBILE;02mn10;MX2;0,260;60;';
|
||||||
|
|
||||||
|
return $sample;
|
||||||
|
}
|
||||||
|
|
||||||
function ReadFile($file)
|
function ReadFile($file)
|
||||||
{
|
{
|
||||||
dolibarr_syslog("CdrFormatMessidor::ReadFile($file)", LOG_DEBUG);
|
dolibarr_syslog("CdrFormatMessidor::ReadFile($file)", LOG_DEBUG);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user