GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Gui
Customer
CustomerReportWidget.h
Go to the documentation of this file.
1
#line 2 "src/Gui/CustomerReportWidget.h"
2
3
#ifndef __GUI_CUSTOMERREPORTWIDGET_H___
4
#define __GUI_CUSTOMERREPORTWIDGET_H___
5
6
#include <Wt/WContainerWidget.h>
7
#include <Wt/WTableView.h>
8
9
namespace
GCW
{
10
namespace
Gui {
11
12
/*!
13
** \brief Customer Report
14
**
15
**
16
*/
17
class
CustomerReportWidget
18
:
public
Wt::WContainerWidget
19
{
20
public
:
21
22
CustomerReportWidget
(
const
std::string &
_customerGuid
);
23
24
private
:
25
26
std::string
m_customerGuid
;
27
28
};
// endclass CustomerReportWidget
29
30
}
// endnamespace Gui {
31
}
// endnamespace GCW {
32
33
#endif
// end __GUI_CUSTOMERREPORTWIDGET_H___
34
35
GCW::Gui::CustomerReportWidget
Customer Report.
Definition
CustomerReportWidget.h:19
GCW::Gui::CustomerReportWidget::m_customerGuid
std::string m_customerGuid
Definition
CustomerReportWidget.h:26
Wt::WContainerWidget
Wt::WContainerWidget::addNew
Widget * addNew(Args &&...args)
GCW
Definition
App.h:18
Generated on Sat Sep 13 2025 08:48:27 for GnuCashew ~ Web Application compatible with GnuCash sql data files. by
1.9.8