Changeset 738 for trunk/temp/FioCVSToSQL.php
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/temp/FioCVSToSQL.php
r572 r738 21 21 $Value = str_replace(' ', '', $Value); 22 22 $Text = $Line[9]; 23 if($Value > 0) 23 if($Value > 0) 24 24 { 25 25 $BillCode = 'BV'.$BVId.'/2013'; … … 31 31 } 32 32 if($Subject == '0094579415') $Subject = 72; 33 33 34 34 $Output .= "INSERT INTO `FinanceOperation` (`Id`, `Time`, `Subject`, `Cash`, `Value`, `BillCode`, `Taxable`, `File`, `Text`, `Network`, `BankAccount`, `Treasury`) VALUES 35 35 (NULL, '".TimeToMySQLDateTime($Date)."', ".$Subject.", 0, '".$Value."', '".$BillCode."', 1, NULL, '".$Text."', 1, 2, NULL);\n";
Note:
See TracChangeset
for help on using the changeset viewer.