GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Customers.h
Go to the documentation of this file.
1#line 2 "src/Dbo/Customers/Customers.h"
2
3#ifndef __DBO_CUSTOMERS_H___
4#define __DBO_CUSTOMERS_H___
5
6#include "Item.h"
7
8namespace GCW {
9 namespace Dbo {
10 namespace Customers {
11
12/*!
13** \brief Load Customer by Guid
14**
15*/
16Item::Ptr byGuid( const std::string & _guid );
17
18 } // endnamespace Customers
19
20 } // endnamespace Dbo
21
22} // endnamespace GCW
23
24#endif // __DBO_CUSTOMERS_H___
25
Item::Ptr byGuid(const std::string &_guid)
Load Customer by Guid.
Definition Customers.cpp:41
Definition App.h:18