Quellcode durchsuchen

HMLG Scan Order 1.33 release

Ray Zhang vor 3 Jahren
Ursprung
Commit
f9d17d0b41

+ 2 - 2
RedAnt ERP Mobile/HMLG Scan Order.xcodeproj/project.pbxproj

@@ -2520,7 +2520,7 @@
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = NO;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CURRENT_PROJECT_VERSION = 52630;
+				CURRENT_PROJECT_VERSION = 52652;
 				DEVELOPMENT_TEAM = HXWLAA5YN5;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -2569,7 +2569,7 @@
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = NO;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CURRENT_PROJECT_VERSION = 52630;
+				CURRENT_PROJECT_VERSION = 52652;
 				DEVELOPMENT_TEAM = HXWLAA5YN5;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",

+ 1 - 1
RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

@@ -5914,7 +5914,7 @@ commitEditingStyle:(UITableViewCellEditingStyle)editingStyle  forRowAtIndexPath:
                 [ActiveViewController Notify:@"OrderListViewController" Message:RA_NOTIFICATION_RELOAD_DATA];
                 [ActiveViewController Notify:@"CartViewController" Message:RA_NOTIFICATION_SCAN_RELOAD_DATA];
                 
-                [RAUtils playSound:@"softScanBeep" type:@"wav"];
+                [RAUtils playSound:@"add" type:@"wav"];
                 
                 
             }

+ 1 - 1
RedAnt ERP Mobile/common/data_provider/RADataProvider.m

@@ -119,7 +119,7 @@
 //    2022-07-14。1.17
     //    2022-07-14。1.19
     
-NSDate * ddate =[dateFormatter dateFromString:@"2022-10-16"];
+NSDate * ddate =[dateFormatter dateFromString:@"2023-1-21"];
     
 //    bool review=[cdate earlierDate:ddate];
     NSTimeInterval secondsInterval= [cdate timeIntervalSinceDate:ddate];

+ 10 - 6
RedAnt ERP Mobile/iSales-CONTRAST.xcodeproj/project.pbxproj

@@ -7,7 +7,8 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
-		3C284E542971444300E5491B /* wrong.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3C284E532971444300E5491B /* wrong.wav */; };
+		3C284E5E29753C9900E5491B /* wrong.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3C284E5D29753C9900E5491B /* wrong.wav */; };
+		3C284E6029753EAE00E5491B /* add.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3C284E5F29753EAD00E5491B /* add.wav */; };
 		3C2F99B8237BE1790000808F /* PortfolioListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2F99B6237BE1790000808F /* PortfolioListTableViewCell.m */; };
 		3C3300B729430F3E005CFE7C /* commonScanner.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C3300B629430F3E005CFE7C /* commonScanner.storyboard */; };
 		3C3300BA29431141005CFE7C /* CommonScannerSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C3300B929431141005CFE7C /* CommonScannerSettingViewController.m */; };
@@ -306,7 +307,8 @@
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
-		3C284E532971444300E5491B /* wrong.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = wrong.wav; sourceTree = "<group>"; };
+		3C284E5D29753C9900E5491B /* wrong.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = wrong.wav; path = ../../../../../Downloads/wrong.wav; sourceTree = "<group>"; };
+		3C284E5F29753EAD00E5491B /* add.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = add.wav; sourceTree = "<group>"; };
 		3C2F99B6237BE1790000808F /* PortfolioListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PortfolioListTableViewCell.m; path = common/Functions/portfolio/PortfolioListTableViewCell.m; sourceTree = SOURCE_ROOT; };
 		3C2F99B7237BE1790000808F /* PortfolioListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PortfolioListTableViewCell.h; path = common/Functions/portfolio/PortfolioListTableViewCell.h; sourceTree = SOURCE_ROOT; };
 		3C3300B629430F3E005CFE7C /* commonScanner.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = commonScanner.storyboard; sourceTree = "<group>"; };
@@ -1567,8 +1569,9 @@
 				7141DD371C5726B700F7DF59 /* ScanApiHelper.h */,
 				7141DD381C5726B700F7DF59 /* ScanApiHelper.mm */,
 				7141DD391C5726B700F7DF59 /* ScanApiIncludes.h */,
+				3C284E5F29753EAD00E5491B /* add.wav */,
 				7141DD3A1C5726B700F7DF59 /* softScanBeep.wav */,
-				3C284E532971444300E5491B /* wrong.wav */,
+				3C284E5D29753C9900E5491B /* wrong.wav */,
 				7141DD331C57269B00F7DF59 /* include */,
 			);
 			name = ScanAPI;
@@ -1964,6 +1967,7 @@
 				71DF74961C57614C00F2789C /* PhotoBorder@2x.png in Resources */,
 				7143E226202FD2CA00451903 /* so_thumb.json in Resources */,
 				7165662E1EF3ACD900CB897F /* photostack_image.html in Resources */,
+				3C284E6029753EAE00E5491B /* add.wav in Resources */,
 				3C6831692396094200AD5BD7 /* CommonEditor.iPad.xib in Resources */,
 				3C3C927B2907C0C400EC3500 /* customer_info_template.json in Resources */,
 				3C51497D273E07D600F78617 /* EnumSelectAndSort.storyboard in Resources */,
@@ -1973,7 +1977,7 @@
 				3C68316E2396094200AD5BD7 /* iPadCommonEditorCellAction.xib in Resources */,
 				7143E22E202FD3CD00451903 /* more_info.html in Resources */,
 				7162A5A11C58733400AB630E /* offline_status_filter_cadedate.json in Resources */,
-				3C284E542971444300E5491B /* wrong.wav in Resources */,
+				3C284E5E29753C9900E5491B /* wrong.wav in Resources */,
 				42B309791E45BA32007AFC62 /* status_filter_cadedate_po.json in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
@@ -2351,7 +2355,7 @@
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = NO;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CURRENT_PROJECT_VERSION = 230112;
+				CURRENT_PROJECT_VERSION = 230116;
 				DEVELOPMENT_TEAM = HXWLAA5YN5;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -2401,7 +2405,7 @@
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = NO;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CURRENT_PROJECT_VERSION = 230112;
+				CURRENT_PROJECT_VERSION = 230116;
 				DEVELOPMENT_TEAM = HXWLAA5YN5;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",

BIN
RedAnt ERP Mobile/iSales-CONTRAST/add.wav


BIN
RedAnt ERP Mobile/iSales-CONTRAST/wrong.wav