|
|
@@ -31,6 +31,7 @@
|
|
|
42A51BF61D62F9AB00F13667 /* orderDetail.json in Resources */ = {isa = PBXBuildFile; fileRef = 42A51BF51D62F9AB00F13667 /* orderDetail.json */; };
|
|
|
42B309791E45BA32007AFC62 /* status_filter_cadedate_po.json in Resources */ = {isa = PBXBuildFile; fileRef = 42B309781E45BA32007AFC62 /* status_filter_cadedate_po.json */; };
|
|
|
42B3C9BB1D642C880053985C /* order_info.html in Resources */ = {isa = PBXBuildFile; fileRef = 42B3C9BA1D642C880053985C /* order_info.html */; };
|
|
|
+ 42BF67CC1E5179970081F90A /* ERPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 42BF67CB1E5179970081F90A /* ERPUtils.m */; };
|
|
|
42C2E8BC1DB49D02006C0495 /* TearSheet.json in Resources */ = {isa = PBXBuildFile; fileRef = 42C2E8BB1DB49D02006C0495 /* TearSheet.json */; };
|
|
|
42C9FB151D5B28FA001DCA8B /* contactAdvanceSearch.json in Resources */ = {isa = PBXBuildFile; fileRef = 42C9FB141D5B28FA001DCA8B /* contactAdvanceSearch.json */; };
|
|
|
42DC31131D546FBE00BCD1C6 /* category.json in Resources */ = {isa = PBXBuildFile; fileRef = 42DC31121D546FBE00BCD1C6 /* category.json */; };
|
|
|
@@ -286,6 +287,8 @@
|
|
|
42A51BF51D62F9AB00F13667 /* orderDetail.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = orderDetail.json; sourceTree = "<group>"; };
|
|
|
42B309781E45BA32007AFC62 /* status_filter_cadedate_po.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = status_filter_cadedate_po.json; path = common/Functions/order/status_filter_cadedate_po.json; sourceTree = SOURCE_ROOT; };
|
|
|
42B3C9BA1D642C880053985C /* order_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = order_info.html; sourceTree = "<group>"; };
|
|
|
+ 42BF67CA1E5179970081F90A /* ERPUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ERPUtils.h; path = common/ERPUtils.h; sourceTree = SOURCE_ROOT; };
|
|
|
+ 42BF67CB1E5179970081F90A /* ERPUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ERPUtils.m; path = common/ERPUtils.m; sourceTree = SOURCE_ROOT; };
|
|
|
42C2E8BB1DB49D02006C0495 /* TearSheet.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = TearSheet.json; sourceTree = "<group>"; };
|
|
|
42C9FB141D5B28FA001DCA8B /* contactAdvanceSearch.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = contactAdvanceSearch.json; sourceTree = "<group>"; };
|
|
|
42DC31121D546FBE00BCD1C6 /* category.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = category.json; sourceTree = "<group>"; };
|
|
|
@@ -1087,6 +1090,8 @@
|
|
|
71D01B171E0A2055006620CE /* PDFUtils.m */,
|
|
|
71D01B181E0A2055006620CE /* TextUtils.h */,
|
|
|
71D01B191E0A2055006620CE /* TextUtils.m */,
|
|
|
+ 42BF67CA1E5179970081F90A /* ERPUtils.h */,
|
|
|
+ 42BF67CB1E5179970081F90A /* ERPUtils.m */,
|
|
|
71FFBBE51C60894900D91DC2 /* iSalesDB.h */,
|
|
|
71FFBBE61C60894900D91DC2 /* iSalesDB.m */,
|
|
|
71FFBBE71C60894900D91DC2 /* iSalesNetwork.h */,
|
|
|
@@ -1837,6 +1842,7 @@
|
|
|
7162A5CA1C58761500AB630E /* SignatureView.m in Sources */,
|
|
|
7162A5181C58704600AB630E /* CartViewController.m in Sources */,
|
|
|
71DF74601C575E7900F2789C /* CommonEditorCellMAction.m in Sources */,
|
|
|
+ 42BF67CC1E5179970081F90A /* ERPUtils.m in Sources */,
|
|
|
71DF745F1C575E7900F2789C /* CommonEditorCellLabel.m in Sources */,
|
|
|
7141DD3C1C5726B700F7DF59 /* ScanApiHelper.mm in Sources */,
|
|
|
7162A5261C58706C00AB630E /* CategoryViewController.m in Sources */,
|