Fix in Requests + in Report part
This commit is contained in:
5
App/Report/sql/view_report.sql
Normal file
5
App/Report/sql/view_report.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SELECT name_of_product AS 'Наименование',
|
||||
count_of_bought AS 'Количество',
|
||||
sum AS 'Общая стоимость'
|
||||
FROM reports
|
||||
WHERE month = '$month' AND year = '$year';
|
||||
Reference in New Issue
Block a user