X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fscmwidget.h;fp=src%2Fscmwidget.h;h=a3aa7f5ea9e47718b94c0ec730503352ec12a554;hb=4560acacef35db75a8bab4854d544d297f6c7cb9;hp=d29e5ad4cfc819777eb80dafe79c398345dd3b78;hpb=e2916da12c7309ded63c3d091271ebb2f9123305;p=schematic diff --git a/src/scmwidget.h b/src/scmwidget.h index d29e5ad..a3aa7f5 100644 --- a/src/scmwidget.h +++ b/src/scmwidget.h @@ -27,6 +27,16 @@ class SCMWidget: public QWidget protected slots: void GetNextVendor(void); void GetPreviousVendor(void); + void CreateNote(void); + void CreateAlert(void); + void CreatePurchaseOrder(void); + void ShowOpenPOs(void); + void ShowClosedPOs(void); + void ShowAllPOs(void); + void AddVendor(void); + void AddLocation(void); + void AddContact(void); + void EditVendor(void); public: void GetVendorIDs(void);