-
Notifications
You must be signed in to change notification settings - Fork 1
/
Form1.cs
731 lines (622 loc) · 30 KB
/
Form1.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SQLite;
using System.IO;
using System.Diagnostics;
using System.Threading;
using Atol.Drivers10.Fptr;
using JR.Utils.GUI.Forms;
namespace ArsaKassa
{
public partial class Form1 : Form
{
private string dbFileName;
private SQLiteConnection m_dbConn;
private SQLiteCommand m_sqlCmd;
public int choiseMoney;
public string sumRMKforPay;
public Form1()
{
InitializeComponent();
}
private void buttonDBNomenclature_Click(object sender, EventArgs e)
{
if (!File.Exists(dbFileName))
SQLiteConnection.CreateFile(dbFileName);
try
{
m_dbConn = new SQLiteConnection("Data Source=" + dbFileName + "; Version =3;");
m_dbConn.Open();
m_sqlCmd.Connection = m_dbConn;
m_sqlCmd.CommandText = "CREATE TABLE IF NOT EXISTS Nomenclature (id INTEGER PRIMARY KEY AUTOINCREMENT, sku INT, namenomenclature TEXT, price DOUBLE, barcode BIGINT)";
m_sqlCmd.ExecuteNonQuery();
toolStripStatusLabelDB.Text = "Подключено к БД";
}
catch (SQLiteException ex)
{
toolStripStatusLabelDB.Text = "Нет подключения к БД";
MessageBox.Show("Error:" + ex.Message);
}
}
private void Form1_Load(object sender, EventArgs e)
{
//textBoxScaner.Focus();
textBoxScaner.Select();
m_dbConn = new SQLiteConnection();
m_sqlCmd = new SQLiteCommand();
dbFileName = "DBAraKassa.sqlite";
toolStripStatusLabelDB.Text = "Нет подключения к БД";
connectDB();
//Устанавливаем путь до базы обмена
String path = @"C:\base.txt";
//textBoxPathBaseTxt.Text = path;
// textBoxScaner.SelectionStart;
}
public void connectDB()
{
try
{
m_dbConn = new SQLiteConnection("Data Source=" + dbFileName + ";Version=3;");
m_dbConn.Open();
m_sqlCmd.Connection = m_dbConn;
toolStripStatusLabelDB.Text = "Подключено к БД";
}
catch (SQLiteException ex)
{
toolStripStatusLabelDB.Text = "Нет подключения к БД";
MessageBox.Show("Ошибка " + ex.Message);
}
}
private void buttonConnectedDB_Click(object sender, EventArgs e)
{
if (!File.Exists(dbFileName))
{
MessageBox.Show("Создайте базу.");
return;
}
try
{
m_dbConn = new SQLiteConnection("Data Source=" + dbFileName + ";Version=3;");
m_dbConn.Open();
m_sqlCmd.Connection = m_dbConn;
toolStripStatusLabelDB.Text = "Подключено к БД";
}
catch (SQLiteException ex)
{
toolStripStatusLabelDB.Text = "Нет подключения к БД";
MessageBox.Show("Ошибка " + ex.Message);
}
}
private void buttonReadAll_Click(object sender, EventArgs e)
{
DataTable dTable = new DataTable();
String sqlQuery;
if (m_dbConn.State != ConnectionState.Open)
{
MessageBox.Show("Установите соединение с базой");
return;
}
try
{
sqlQuery = "SELECT * FROM Nomenclature";
SQLiteDataAdapter adapter = new SQLiteDataAdapter(sqlQuery, m_dbConn);
adapter.Fill(dTable);
if (dTable.Rows.Count > 0)
{
dataGridView1.Rows.Clear();
for (int i = 0; i < dTable.Rows.Count; i++)
dataGridView1.Rows.Add(dTable.Rows[i].ItemArray);
}
else
MessageBox.Show("База пустая");
}
catch (SQLiteException ex)
{
MessageBox.Show("Ошибка " + ex.Message);
}
}
private void buttonAdd_Click(object sender, EventArgs e)
{
if (m_dbConn.State != ConnectionState.Open)
{
MessageBox.Show("Подключитесь к БД");
}
AddDataToDb addData = new AddDataToDb();
if (addData.ShowDialog() == DialogResult.OK)
{
try
{
m_sqlCmd.CommandText = "INSERT INTO Nomenclature ('sku', 'namenomenclature', 'price', 'barcode') values ('" +
addData.Sku + "' , '" + addData.Namenomenclature + "' , '" + addData.Price + "', '" + addData.Barcode + "')";
m_sqlCmd.ExecuteNonQuery();
}
catch (SQLiteException ex)
{
MessageBox.Show("Ошибка: " + ex.Message);
}
}
}
private void buttonDell_Click(object sender, EventArgs e)
{
if (m_dbConn.State != ConnectionState.Open)
{
MessageBox.Show("Подключитесь к БД");
return;
}
try
{
m_sqlCmd.CommandText = "DELETE FROM Nomenclature";
m_sqlCmd.ExecuteNonQuery();
dataGridView1.Rows.Clear();
}
catch (SQLiteException ex)
{
MessageBox.Show("Ошибка: " + ex.Message);
}
}
private void button1_Click(object sender, EventArgs e)
{
if (m_dbConn.State != ConnectionState.Open)
{
MessageBox.Show("Подключитесь к БД");
}
try
{
//Удаляем по индексу
int indexDel = dataGridView1.CurrentRow.Index;
DataGridViewRow row = dataGridView1.Rows[indexDel];
int IndexCell = Convert.ToInt32(row.Cells[0].Value);
//m_sqlCmd.CommandText = "DELETE FROM Catalog WHERE id = " + CellAuthor + " and book = " + CellBook;
m_sqlCmd.CommandText = "DELETE FROM Nomenclature WHERE id = " + IndexCell;
m_sqlCmd.ExecuteNonQuery();
}
catch (Exception ex)
{
MessageBox.Show("Ошибка: " + ex.Message);
}
}
private void buttonAddRandom_Click(object sender, EventArgs e)
{
if (m_dbConn.State != ConnectionState.Open)
{
MessageBox.Show("Подключитесь к БД");
}
//Создание объекта для генерации чисел
Random rnd = new Random();
//Получить очередное (в данном случае - первое) случайное число
int value = rnd.Next(100, 100);
toolStripProgressBarLOAD.Maximum = value;
toolStripProgressBarLOAD.Value = 0;
//Создаем еще поток и отображаем в прогрессбаре и добавляем много записей
Thread t = new Thread(new ThreadStart(delegate
{
for (int i = 0; i < value; i++)
{
this.Invoke(new ThreadStart(delegate
{
m_sqlCmd.CommandText = "INSERT INTO Nomenclature ('sku', 'namenomenclature', 'price', 'barcode') values " +
"('" + value + "' , '" + value + "', '" + value + "', '" + 3760053114402 + "' )";
m_sqlCmd.ExecuteNonQuery();
toolStripProgressBarLOAD.Value++;
}));
}
}));
t.Start();
//MessageBox.Show("Загружено " + value);
}
private void buttonAddBarcode_Click(object sender, EventArgs e)
{ //добавляем номеклатуру в рмк - типо через сканер поиском по штрихкоду
DataTable dTable = new DataTable();
String sqlQuery;
List<long> bar = new List<long> { 4602193010734, 6933412700036 };
int countrow = 0;
foreach (long i in bar)
{
try
{
//sqlQuery = "SELECT * FROM Nomenclature WHERE barcode = '4602193010734'";
sqlQuery = "SELECT * FROM Nomenclature WHERE barcode = " + i;
SQLiteDataAdapter adapter = new SQLiteDataAdapter(sqlQuery, m_dbConn);
adapter.Fill(dTable);
//Поиск вхождения SKU в РМК, если есть то добавляем позицию
foreach (DataGridViewRow row in dataGridViewRMK.Rows)
{
foreach (DataGridViewCell cell in row.Cells)
{
int indexSKU = 1;
if (cell.Value?.ToString() == dTable.Rows[countrow].ItemArray.GetValue(indexSKU).ToString())
{
int indexPriceFOR = 3;
object pricedTableFOR = dTable.Rows[countrow].ItemArray.GetValue(indexPriceFOR);// Цена номенклатуры
int indexPriceIntFOR = Convert.ToInt32(pricedTableFOR);
int scoredTableFOR = Convert.ToInt32(row.Cells[5].Value);
int indexRowFOR = dataGridViewRMK.Rows.Count - 1; //Получаем индекс строки // тут ошибка при сложении
dataGridViewRMK[5, indexRowFOR].Value = scoredTableFOR + 1; //куда нужно вставить количество и сумма
dataGridViewRMK[6, indexRowFOR].Value = indexPriceIntFOR * Convert.ToInt32(dataGridViewRMK[5, indexRowFOR].Value); // 6 - сумма, 5 количество
sumALL(false);
//return;
}
}
}
//тут он не находит по ску и переходит сюда и дублирует строки
//Первая продажа, еще не нашли СКУ и поэтому добавляем 1шт
dataGridViewRMK.Rows.Add(dTable.Rows[countrow].ItemArray);
int indexPrice = 3;
object pricedTable = dTable.Rows[0].ItemArray.GetValue(indexPrice);// Цена номенклатуры
int indexPriceInt = Convert.ToInt32(pricedTable);
int scoredTable = 1;
int indexRow = dataGridViewRMK.Rows.Count - 1; //Получаем индекс строки
dataGridViewRMK[5, indexRow].Value = scoredTable; //куда нужно вставить количество и сумма
dataGridViewRMK[6, indexRow].Value = indexPriceInt * scoredTable; // 6 - сумма, 5 количество
// sumALL(false);
}
catch (Exception ex)
{
MessageBox.Show("Ошибка: Штрихкод не найден! " + ex.Message);
}
countrow = countrow + 1;
}
}
public void sumALL(bool clearSumAll) //Пересчитываем общию сумму внизу РМК
{
if (clearSumAll == true)
{
textBoxSumRMK.Text = "0";
}
else
{
int sumall = 0;
foreach (DataGridViewRow row in dataGridViewRMK.Rows)
{
foreach (DataGridViewCell cell in row.Cells)
{
sumall += Convert.ToInt32(row.Cells[6]?.Value);
break;
}
}
textBoxSumRMK.Text = sumall.ToString();
textBoxScaner.Text = "";
}
}
private void dataGridViewRMK_CellMouseDown(object sender, DataGridViewCellMouseEventArgs e)
{ //Выделяем ячейку и правой кнопкой
if (e.ColumnIndex < dataGridViewRMK.ColumnCount && e.RowIndex < dataGridViewRMK.RowCount && e.Button == MouseButtons.Right)
{
try
{
dataGridViewRMK.CurrentCell = dataGridViewRMK.Rows[e.RowIndex].Cells[e.ColumnIndex];
dataGridViewRMK.Columns[dataGridViewRMK.Columns.Count - 1].HeaderCell.ContextMenuStrip = contextMenuStripDelPositionRMK;
}
catch
{
MessageBox.Show("Выберите ячейку, перед удалением");
}
}
}
private void ToolStripMenuItemDelPosition_Click(object sender, EventArgs e)//удаляем выделеную строку ячейку в рмк
{
try
{
foreach (DataGridViewCell cell in dataGridViewRMK.SelectedCells)
{
dataGridViewRMK.Rows.RemoveAt(cell.RowIndex);
}
}
catch
{
MessageBox.Show("Вы не выбрали строку для удаления", "Внимание!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
}
private void buttonSales_Click(object sender, EventArgs e) //Делаем продажу и записываем в базу ее
{
sumRMKforPay = textBoxSumRMK.Text;
//Проверка, если рмк пуст то не вызываем окно оплаты и оплата № 3 - т.е отмена
if (dataGridViewRMK.Rows.Count == 0)
{
return;
}
//Проверка, если рмк пуст то не вызываем окно оплаты
//Вызываем окно оплаты
Payment f = new Payment();
f.Owner = this;
f.ShowDialog();
//Вызываем окно оплаты
if (choiseMoney == 3)
{
return;
}
if (m_dbConn.State != ConnectionState.Open)
{
MessageBox.Show("Подключитесь к БД");
}
try
{
//Продажа по ККМ АТОЛ
//Инициализация драйвера
IFptr fptr = new Fptr();
//Инициализация драйвера
//Настройки для кассы подключение
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_MODEL, Constants.LIBFPTR_MODEL_ATOL_AUTO.ToString());
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_PORT, Constants.LIBFPTR_PORT_COM.ToString());
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_COM_FILE, "COM7");
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_BAUDRATE, Constants.LIBFPTR_PORT_BR_115200.ToString());
fptr.applySingleSettings();
//Настройки для кассы подключение
//Проверка на подключение кассы
fptr.setParam(Constants.LIBFPTR_PARAM_DATA_TYPE, Constants.LIBFPTR_DT_STATUS);
fptr.queryData();
fptr.open();
bool isOpened = fptr.isOpened();
//Проверка на подключение кассы
//открывает чек и кассира
fptr.setParam(1021, "Кассир Иванов И.");
fptr.setParam(1203, "123456789047");
fptr.operatorLogin();
fptr.setParam(Constants.LIBFPTR_PARAM_RECEIPT_TYPE, Constants.LIBFPTR_RT_SELL);
fptr.openReceipt();
//открывает чек и кассира
double sumRMKforKKM = 0;
foreach (DataGridViewRow item in dataGridViewRMK.Rows)
{ //получаем данные из строчки и записываем в таблицу продажи sales
int SKU = Convert.ToInt32(item.Cells[1].Value);
int shiftnumber = 1; //номер смены
DateTime shiftdate = new DateTime(); // время продажи
shiftdate = DateTime.Now;
String nomenclature = item.Cells[2].Value?.ToString();
int price = Convert.ToInt32(item.Cells[3].Value);
double barcode = Convert.ToDouble(item.Cells[4].Value);
int count = Convert.ToInt32(item.Cells[5].Value);
int sum = Convert.ToInt32(item.Cells[6].Value);
sumRMKforKKM += sum;
m_sqlCmd.CommandText = "INSERT INTO sales ('sku', 'shiftnumber', 'shiftdate', 'nomenclature','price', 'barcode', 'count', 'sum') " +
"values ('" + SKU + "' , '" + shiftnumber + "' , '" + shiftdate + "', '" + nomenclature + "', '" + price + "', '" + barcode + "', '" + count + "', '" + sum + "')";
m_sqlCmd.ExecuteNonQuery();
//Тело чека
fptr.setParam(Constants.LIBFPTR_PARAM_COMMODITY_NAME, nomenclature);
fptr.setParam(Constants.LIBFPTR_PARAM_PRICE, price);
fptr.setParam(Constants.LIBFPTR_PARAM_QUANTITY, count);
fptr.setParam(Constants.LIBFPTR_PARAM_TAX_TYPE, Constants.LIBFPTR_TAX_NO);
fptr.registration();
//Тело чека
}
//Выбираем нал или безнал
if (choiseMoney == 1)
{
//MessageBox.Show("Наличка");
fptr.setParam(Constants.LIBFPTR_PARAM_PAYMENT_TYPE, Constants.LIBFPTR_PT_CASH);
}
else
{
//MessageBox.Show("Безнал");
fptr.setParam(Constants.LIBFPTR_PARAM_PAYMENT_TYPE, Constants.LIBFPTR_PT_ELECTRONICALLY);
}
//Выбираем нал или безнал
//Оплата чека
//fptr.setParam(Constants.LIBFPTR_PARAM_PAYMENT_TYPE, Constants.LIBFPTR_PT_CASH);
fptr.setParam(Constants.LIBFPTR_PARAM_PAYMENT_SUM, sumRMKforKKM);
fptr.payment();
//Оплата чека
//Полная оплата чека
fptr.closeReceipt();
//Полная оплата чека
//Нефискальный чек - реклама
fptr.beginNonfiscalDocument();
fptr.setParam(Constants.LIBFPTR_PARAM_TEXT, "МОЯ РЕКЛАМА ШАПКА");
fptr.setParam(Constants.LIBFPTR_PARAM_ALIGNMENT, Constants.LIBFPTR_ALIGNMENT_RIGHT);
fptr.setParam(Constants.LIBFPTR_PARAM_FONT, 2);
fptr.setParam(Constants.LIBFPTR_PARAM_FONT_DOUBLE_WIDTH, true);
fptr.setParam(Constants.LIBFPTR_PARAM_FONT_DOUBLE_HEIGHT, true);
fptr.printText();
fptr.setParam(Constants.LIBFPTR_PARAM_PRINT_FOOTER, false);
fptr.endNonfiscalDocument();
//Нефискальный чек - реклама
fptr.close();
// fptr.continuePrint(); // допечатать документ
dataGridViewRMK.Rows.Clear();
}
catch (SQLiteException ex)
{
MessageBox.Show("Ошибка: " + ex.Message);
}
textBoxScaner.Select();
textBoxScaner.Text = "";
}
private void buttonAddFromTxt_Click(object sender, EventArgs e)
{
//string path1 = textBoxPathBaseTxt.Text;
//int countMy = 0;
//using (StreamReader sr = new StreamReader(path1, System.Text.Encoding.Default))
//{
// string line;
// while ((line = sr.ReadLine()) != null)
// {
// countMy += 1;
// string[] mass = line.Split(';');
// try
// {
// m_sqlCmd.CommandText = "INSERT INTO Nomenclature ('sku', 'namenomenclature', 'price', 'barcode') values ('" +
// mass[0] + "' , '" + mass[1] + "' , '" + mass[2] + "', '" + mass[3] + "')";
// m_sqlCmd.ExecuteNonQuery();
// }
// catch (Exception ex)
// {
// MessageBox.Show("Ошибка: Разбора файла " + ex.Message);
// }
// }
//}
//MessageBox.Show(countMy + " ШТ Записали в базу из " + path1);
}
private void textBoxScaner_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar == (char)Keys.Enter)
{
//добавляем номеклатуру в рмк - типо через сканер поиском по штрихкоду
DataTable dTable = new DataTable();
String sqlQuery;
try
{
string barcode = textBoxScaner.Text.ToString(); ;
sqlQuery = "SELECT * FROM Nomenclature WHERE barcode = '" + barcode + "'";
SQLiteDataAdapter adapter = new SQLiteDataAdapter(sqlQuery, m_dbConn);
adapter.Fill(dTable);
//Поиск вхождения SKU в РМК, если есть то добавляем позицию
foreach (DataGridViewRow row in dataGridViewRMK.Rows)
{
foreach (DataGridViewCell cell in row.Cells)
{
int indexSKU = 1;
string sku = dTable.Rows[0].ItemArray.GetValue(indexSKU).ToString();
if (cell.Value?.ToString() == sku)
{
int indexPriceFOR = 3;
object pricedTableFOR = dTable.Rows[0].ItemArray.GetValue(indexPriceFOR);// Цена номенклатуры
int indexPriceIntFOR = Convert.ToInt32(pricedTableFOR);
int scoredTableFOR = Convert.ToInt32(row.Cells[5].Value);
//int indexRowFOR = dataGridViewRMK.Rows.Count - 1; //Получаем индекс строки
int indexRowFOR = dataGridViewRMK.Rows.IndexOf(row);
dataGridViewRMK[5, indexRowFOR].Value = scoredTableFOR + 1; //куда нужно вставить количество и сумма
dataGridViewRMK[6, indexRowFOR].Value = indexPriceIntFOR * Convert.ToInt32(dataGridViewRMK[5, indexRowFOR].Value); // 6 - сумма, 5 количество
sumALL(false);
return; //Вовзращаем чтобы не было дубля
}
}
}
//Первая продажа, еще не нашли СКУ и поэтому добавляем 1шт
dataGridViewRMK.Rows.Add(dTable.Rows[0].ItemArray);
int indexPrice = 3;
object pricedTable = dTable.Rows[0].ItemArray.GetValue(indexPrice);// Цена номенклатуры
int indexPriceInt = Convert.ToInt32(pricedTable);
int scoredTable = 1;
int indexRow = dataGridViewRMK.Rows.Count - 1; //Получаем индекс строки
dataGridViewRMK[5, indexRow].Value = scoredTable; //куда нужно вставить количество и сумма
dataGridViewRMK[6, indexRow].Value = indexPriceInt * scoredTable; // 6 - сумма, 5 количество
sumALL(false);
}
catch (Exception ex)
{
MessageBox.Show("Ошибка: Штрихкод не найден! " + ex.Message);
textBoxScaner.Text = "";
}
}
textBoxScaner.Focus();
}
private void dataGridViewRMK_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
//При изменени количества меняется сумма в строчке
int priceRMK = Convert.ToInt32(dataGridViewRMK[3, e.RowIndex].Value);
int countRMK = Convert.ToInt32(dataGridViewRMK[5, e.RowIndex].Value);
dataGridViewRMK[6, e.RowIndex].Value = priceRMK * countRMK;
}
private void textBoxScaner_TextChanged(object sender, EventArgs e)
{
}
private void buttonSetting_Click(object sender, EventArgs e)
{
Settings formSetting = new Settings();
formSetting.Show();
}
private void button1_Click_1(object sender, EventArgs e)
{
}
public static object atolConnect()
{
//Инициализация драйвера
IFptr fptr = new Fptr();
//Инициализация драйвера
//Настройки для кассы подключение
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_MODEL, Constants.LIBFPTR_MODEL_ATOL_AUTO.ToString());
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_PORT, Constants.LIBFPTR_PORT_COM.ToString());
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_COM_FILE, "COM7");
fptr.setSingleSetting(Constants.LIBFPTR_SETTING_BAUDRATE, Constants.LIBFPTR_PORT_BR_115200.ToString());
fptr.applySingleSettings();
//Настройки для кассы подключение
//Проверка на подключение кассы
fptr.setParam(Constants.LIBFPTR_PARAM_DATA_TYPE, Constants.LIBFPTR_DT_STATUS);
fptr.queryData();
fptr.open();
bool isOpened = fptr.isOpened();
//Проверка на подключение кассы
return fptr;
}
private void button1_Click_2(object sender, EventArgs e)
{
Payment payment = new Payment();
// payment.DGVRMK = this.dataGridViewRMK;
payment.ShowDialog();
}
private void buttonNom1_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "1";
}
private void buttonDelSku1_Click(object sender, EventArgs e)
{
textBoxScaner.Text = "";
}
private void buttonNom2_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "2";
}
private void buttonNom3_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "3";
}
private void buttonNom4_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "4";
}
private void buttonNom5_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "5";
}
private void buttonNom6_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "6";
}
private void buttonNom7_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "7";
}
private void buttonNom8_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "8";
}
private void buttonNom9_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "9";
}
private void buttonNom0_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "0";
}
private void buttonNomPoint_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + ".";
}
private void buttonNomZero2_Click(object sender, EventArgs e)
{
textBoxScaner.Text = textBoxScaner.Text + "00";
}
private void buttonCancelRMK_Click(object sender, EventArgs e)
{
if (dataGridViewRMK.Rows.Count == 0)
{
return;
}
FlexibleMessageBox.FONT = new Font("Impact", 25, FontStyle.Regular);
DialogResult result = FlexibleMessageBox.Show("Отменить чек?", "Подтвердите действие", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
if (result == DialogResult.Yes)
{
dataGridViewRMK.Rows.Clear();
}
else
{
}
}
}
}