|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Please be aware for “Extended License” of “Envato”
– https://codecanyon.net/licenses/terms/extended
Release Note
Version 1.1.2 Released Date : 3 May 2018 # Change Log 1. Fixed share pop up at ipad 2. Fixed to show error message, when payment is fail. 3. News Feed Details Description Scroll 4. Menu Items Query Improve For Higher MySQL Version # Effected Files From Xcode - Restaurateur/Base.lproj/Main.storyboard - Restaurateur/Extensions.swift - Restaurateur/ItemDetailViewController.swift - Restaurateur/StripeViewController.swift - Restaurateur/Reachability.swift # Effected Files From Backend - controllers/rest/Stripe.php - models/Module.php # Effected SQL Query - UPDATE `be_modules` SET `group_icon` = 'fa-pencil-square-o' WHERE `be_modules`.`module_id` = 22; - UPDATE `be_modules` SET `group_has_child` = '1' WHERE `be_modules`.`module_id` = 4; - UPDATE `be_modules` SET `group_name` = 'Users Feedback' WHERE `be_modules`.`module_id` = 5;
Version : 1.1.1 Released Date : 14 Nov 2017 Change Log 1) Updated to support Xcode 9.1 (Mobile) 2) Alamofire with Swift 4 (Mobile) 3) Updated not to show keyboard at news feed detail page. (Mobile) 4) Updated missing Selected Category name after click. (Mobile) 5) Updated Gallery Image is not showing fully in iPhone SE. (Mobile) 6) Updated Keyboard covering in search page in iPhone SE. (Mobile) 7) Updated keyboard hiding when press button in login, register, forgot password, inquiry and comment entry. (Mobile) 8 ) Updated some UI Warning (Mobile) 9) Updated SQLite with swift 4 (Mobile) 10) Server Side Form Validation (Backend) 11) File Upload Security Improvement(Backend) Effected Files For Xcode - Alamofire-master/*.* - SQLite.swift-master/*.* - Restaurateur/Assets.xcassets/AppIcon.appiconset/Contents.json - Restaurateur/Assets.xcassets/AppIcon.appiconset/rt-icon.png - Restaurateur/Base.lproj/Main.storyboard - Restaurateur/Common.swift - Restaurateur/ForgotPasswordViewController.swift - Restaurateur/InquiryEntryViewController.swift - Restaurateur/ItemDetailViewController.swift - Restaurateur/LoginViewController.swift - Restaurateur/RegisterViewController.swift - Restaurateur/ReviewEntryViewController.swift - Restaurateur/SearchViewController.swift - Restaurateur/StripeViewController.swift - Restaurateur/UserProfileEditViewController.swift - Restaurateur/ItemsGridViewController.swift Effected Files For Backend - application/libraries/Uploader.php - application/config/autoload.php - application/config/mimes.php - application/config/teamps_config.php - application/controllers/Abouts.php - application/controllers/Attributes.php - application/controllers/Categories.php - application/controllers/Coupons.php - application/controllers/Discount_types.php - application/controllers/Feeds.php - application/controllers/Items.php - application/controllers/Shops.php - application/controllers/Sub_categories.php - application/views/attributes/add.php - application/views/attributes/add_detail.php - application/views/attributes/edit.php - application/views/attributes/edit_detail.php - application/views/categories/add.php - application/views/categories/edit.php - application/views/coupons/add.php - application/views/coupons/edit.php - application/views/discount_types/add.php - application/views/discount_types/edit.php - application/views/feeds/add.php - application/views/feeds/edit.php - application/views/items/add.php - application/views/items/edit.php - application/views/login.php - application/views/shops/create.php - application/views/shops/edit.php - application/views/shops/list.php - application/views/sub_categories/add.php - application/views/sub_categories/edit.php - application/views/templates/restaurateur/header.php - application/views/users/add.php - application/views/users/edit.php - application/views/flash_message.php (New) - application/views/ads.php (New) - application/views/analytic.php (New)
Version : 1.1.0 Released Date : 2 Nov 2017 Change Log 1. Remove DLRadioButton Framework 2. Use SSRadioButton Effected Files For XCode - new file: Restaurateur/SSRadioButton.swift - new file: Restaurateur/SSRadioButtonsController.swift - modified: Restaurateur.xcodeproj/project.pbxproj - modified: Restaurateur/Base.lproj/Main.storyboard - modified: Restaurateur/ItemsGridViewController.swift - modified: Restaurateur/PSUIExtensions.swift - modified: Restaurateur/SSRadioButton.swift - modified: Restaurateur/SSRadioButtonsController.swift - modified: Restaurateur/SortingPopupViewController.swift - deleted: Restaurateur/DLRadioButton.framework/DLRadioButton - deleted: Restaurateur/DLRadioButton.framework/Headers/DLRadioButton.h - deleted: Restaurateur/DLRadioButton.framework/Info.plist - deleted: Restaurateur/DLRadioButton.framework/Modules/module.modulemap - deleted: Restaurateur/DLRadioButton.framework/_CodeSignature/CodeResources
Version : 1.0.12 Released Date : 23 Oct 2017 Change Log 1) Supports for CodeIgniter 3 and PHP 5 & 7 (Backend) 2) Fixed for small bug at checkout (Mobile) Effected Files For Xcode - Restaurateur/CheckoutConfirmViewController.swift Effected Files For Backend New Files Created - system/*.* - application/views/errors/*.* - assets/index.html - css/index.html - fonts/index.html - img/index.html - js/index.html - uploads/index.html - uploads/thumbnail/index.html Modified Files - application/controllers/{abouts.php => Abouts.php} - application/controllers/{appusers.php => Appusers.php} - application/controllers/{attributes.php => Attributes.php} - application/controllers/{categories.php => Categories.php} - application/controllers/{contacts.php => Contacts.php} - application/controllers/{coupons.php => Coupons.php} - application/controllers/{dashboard.php => Dashboard.php} - application/controllers/{discount_types.php => Discount_types.php} - application/controllers/{favourites.php => Favourites.php} - application/controllers/{feeds.php => Feeds.php} - application/controllers/{fileupload.php => Fileupload.php} - application/controllers/{follows.php => Follows.php} - application/controllers/{gcm.php => Gcm.php} - application/controllers/{inquiries.php => Inquiries.php} - application/controllers/{items.php => Items.php} - application/controllers/{likes.php => Likes.php} - application/controllers/{main.php => Main.php} - application/controllers/{ratings.php => Ratings.php} - application/controllers/{reports.php => Reports.php} - application/controllers/{reservations.php => Reservations.php} - application/controllers/{reviews.php => Reviews.php} - application/controllers/{shops.php => Shops.php} - application/controllers/{sub_categories.php => Sub_categories.php} - application/controllers/{touches.php => Touches.php} - application/controllers/{transactions.php => Transactions.php} - application/controllers/{users.php => Users.php} - application/controllers/{welcome.php => Welcome.php} - application/controllers/rest/{abouts.php => Abouts.php} - application/controllers/rest/{appusers.php => Appusers.php} - application/controllers/rest/{categories.php => Categories.php} - application/controllers/rest/{coupons.php => Coupons.php} - application/controllers/rest/{example.php => Example.php} - application/controllers/rest/{feeds.php => Feeds.php} - application/controllers/rest/{gcm.php => Gcm.php} - application/controllers/rest/{images.php => Images.php} - application/controllers/rest/{items.php => Items.php} - application/controllers/rest/{reservations.php => Reservations.php} - application/controllers/rest/{shops.php => Shops.php} - application/controllers/rest/{stripe.php => Stripe.php} - application/controllers/rest/{tokens.php => Tokens.php} - application/controllers/rest/{transactions.php => Transactions.php} - application/libraries/{common.php => Common.php} - application/libraries/Uploader.php - application/libraries/uploader.php - application/models/{about.php => About.php} - application/models/{appuser.php => Appuser.php} - application/models/{attribute_detail.php => Attribute_detail.php} - application/models/{attribute_header.php => Attribute_header.php} - application/models/{base_model.php => Base_model.php} - application/models/{category.php => Category.php} - application/models/{code.php => Code.php} - application/models/{contact.php => Contact.php} - application/models/{coupon.php => Coupon.php} - application/models/{discount_type.php => Discount_type.php} - application/models/{favourite.php => Favourite.php} - application/models/{feed.php => Feed.php} - application/models/{follow.php => Follow.php} - application/models/{image.php => Image.php} - application/models/{inquiry.php => Inquiry.php} - application/models/{item.php => Item.php} - application/models/{like.php => Like.php} - application/models/{module.php => Module.php} - application/models/{rating.php => Rating.php} - application/models/{reservation.php => Reservation.php} - application/models/{reservation_status.php => Reservation_status.php} - application/models/{review.php => Review.php} - application/models/{role.php => Role.php} - application/models/{shop.php => Shop.php} - application/models/{sub_category.php => Sub_category.php} - application/models/{token.php => Token.php} - application/models/{touch.php => Touch.php} - application/models/{transaction_detail.php => Transaction_detail.php} - application/models/{transaction_header.php => Transaction_header.php} - application/models/{transaction_status.php => Transaction_status.php} - application/models/{user.php => User.php} - index.php - application/config/autoload.php - application/config/config.php - application/config/database.php Effected For Database CREATE TABLE IF NOT EXISTS `ci_sessions` ( `id` varchar(128) NOT NULL, `ip_address` varchar(45) NOT NULL, `timestamp` int(10) unsigned DEFAULT 0 NOT NULL, `data` blob NOT NULL, KEY `ci_sessions_timestamp` (`timestamp`) );
Version : 1.0.11 Released Date : 20 Oct 2017 1) Social Share Update and keyboard space issue in checkout page (Mobile) 2) Shop Admin Bug Fixed (Backend) 3) UTF8 Characters Bug Fixed (Backend) Effect Files For Xcode - Restaurateur/Base.lproj/Main.storyboard - Restaurateur/CheckoutConfirmViewController.swift - Restaurateur/HomeContainerViewController.swift - Restaurateur/ItemDetailViewController.swift - Restaurateur/ShopsMapViewController.swift Effected Files For Backend - application/config/routes.php - application/controllers/{moket.php => Restaurateur.php} - application/controllers/dashboard.php - application/controllers/shops.php - application/models/user.php
Version : 1.0.10 Released Date : 4 Oct 2017 1) Clear warnings and notices (Backend) 2) Unpublish shops pagination (Backend) 3) Currency Symbol for favourite items (Backend) 4) Show customer phone number at transactions (Backend) 5) Item Attributes & Basket Workflow Modification (Mobile) 6) To show shop information from item favourite (Mobile) 7) Some alignment modification if only one shop (Mobile) Effected Files For Backend - application/controllers/attributes.php - application/controllers/categories.php - application/controllers/coupons.php - application/controllers/discount_types.php - application/controllers/feeds.php - application/controllers/items.php - application/controllers/main.php - application/controllers/shops.php - application/controllers/sub_categories.php - application/models/attribute_detail.php - application/models/attribute_header.php - application/models/feed.php - application/models/sub_category.php - application/views/attributes/edit.php - application/views/attributes/edit_detail.php - application/views/categories/edit.php - application/views/discount_types/edit.php - application/views/items/list.php - application/views/shops/create.php - application/views/sub_categories/edit.php - application/views/templates/restaurateur/index.php - application/views/templates/restaurateur/nav.php - application/views/transactions/list.php - system/core/Common.php Effected Files From Xcode - Restaurateur/AttributeModel.swift - Restaurateur/AttributeTable.swift - Restaurateur/BasketCell.swift - Restaurateur/BasketSchema.swift - Restaurateur/BasketTable.swift - Restaurateur/BasketViewController.swift - Restaurateur/CategoryHeaderCell.swift - Restaurateur/CheckoutConfirmViewController.swift - Restaurateur/ItemDetailViewController.swift - Restaurateur/ItemsGridViewController.swift - Restaurateur/SelectedShopViewController.swift - Restaurateur/ShopProfileViewController.swift - Restaurateur/SingleShopViewController.swift - Restaurateur/StripeViewController.swift - Restaurateur/TransactionHistoryDetailViewController.swift - Restaurateur/Base.lproj/Main.storyboard
Version : 1.0.9 Released Date : 23 Sep 2017 1) Support iPhone X and iPhone 8 with Xcode 9 & Swift 4 2) Some UIs alignments improvement Effected Files For Xcode - Alamofire-master/*.* (Latest library replaced) - SQLite.swift-master/*.* (Latest library replaced) - Restaurateur/AboutViewController.swift - Restaurateur/AnnotatedPhotoCell.swift - Restaurateur/AppDelegate.swift - Restaurateur/BasketViewController.swift - Restaurateur/CategoryHeaderCell.swift - Restaurateur/CheckoutConfirmViewController.swift - Restaurateur/Common.swift - Restaurateur/Config.swift - Restaurateur/ContainerViewController.swift - Restaurateur/CosmosDistrib.swift - Restaurateur/CouponDiscountViewController.swift - Restaurateur/FavouriteItemsViewController.swift - Restaurateur/ForgotPasswordViewController.swift - Restaurateur/HomeContainerViewController.swift - Restaurateur/ImageSliderViewController.swift - Restaurateur/InquiryEntryViewController.swift - Restaurateur/ItemDetailViewController.swift - Restaurateur/ItemModel.swift - Restaurateur/ItemsGridViewController.swift - Restaurateur/ItemsMapViewController.swift - Restaurateur/LoginViewController.swift - Restaurateur/NewsFeedDetailViewController.swift - Restaurateur/NewsFeedTableViewController.swift - Restaurateur/PSUIExtensions.swift - Restaurateur/PaymentOptionsViewController.swift - Restaurateur/PinterestLayout.swift - Restaurateur/RegisterViewController.swift - Restaurateur/ReservationHistoryTableViewController.swift - Restaurateur/ReservationViewController.swift - Restaurateur/ReviewEntryViewController.swift - Restaurateur/ReviewsListTableViewController.swift - Restaurateur/RoundedCornersView.swift - Restaurateur/SearchPopUpViewController.swift - Restaurateur/SearchResultViewController.swift - Restaurateur/SearchViewController.swift - Restaurateur/SelectedShopViewController.swift - Restaurateur/ShopProfileViewController.swift - Restaurateur/ShopsListViewController.swift - Restaurateur/ShopsMapViewController.swift - Restaurateur/StripeViewController.swift - Restaurateur/SweetAlert.swift - Restaurateur/TransactionDetailCell.swift - Restaurateur/TransactionHistoryDetailViewController.swift - Restaurateur/TransactionHistoryTableViewController.swift - Restaurateur/TrasnactionHeaderCell.swift - Restaurateur/UserProfileEditViewController.swift - Restaurateur/UserProfileViewController.swift - Restaurateur/Base.lproj/Main.storyboard - Restaurateur/Assets.xcassets/AppIcon.appiconset/Contents.json - Restaurateur/SWRevealViewController.m Effected Files For Backend - N.A *** This version must use with Xcode9 ***
Version : 1.0.8 Released Date : 1 Aug 2017 1) Bug Fixed for Add To Cart Logic 2) Bug Fixed for missing image for category, sub category and item. Effected Files For Xcode Project - modified: Restaurateur/Base.lproj/Main.storyboard - modified: Restaurateur/AttributeSchema.swift - modified: Restaurateur/AttributeTable.swift - modified: Restaurateur/CheckoutConfirmViewController.swift - modified: Restaurateur/ItemDetailViewController.swift - modified: Restaurateur/StripeViewController.swift - modified: Restaurateur/TransactionDetailCell.swift - modified: Restaurateur/TransactionHistoryDetailViewController.swift - modified: Restaurateur/SearchResultViewController.swift Effected Files For Backend - modified: application/controllers/rest/items.php - modified: application/controllers/rest/shops.php - modified: application/controllers/rest/transactions.php - modified: application/models/attribute_detail.php - modified: application/models/feed.php - modified: application/views/transactions/list.php - modified: application/views/transactions/search.php ** These 2 new images are import to put uploads folder - uploads/image_not_found_big.png - uploads/image_not_found_small.png
Version : 1.0.7 Released Date : 2 June 2017 1) Fixed for basket item’s qty not allow zero 2) Fixed for basket badge count bug Effected Files From Xcode Project - new file: Restaurateur/Assets.xcassets/Back.imageset/Contents.json - new file: Restaurateur/Assets.xcassets/Back.imageset/back.png - new file: Restaurateur/Assets.xcassets/Back.imageset/[email protected] - new file: Restaurateur/Assets.xcassets/Back.imageset/[email protected] - modified: Restaurateur/BasketCell.swift - modified: Restaurateur/BasketViewController.swift - modified: Restaurateur/Config.swift - modified: Restaurateur/ItemDetailViewController.swift - modified: Restaurateur/ItemsGridViewController.swift - modified: Restaurateur/SelectedShopViewController.swift Effected Files from Backend - None
Version : 1.0.6 Released Date : 24 May 2017 1) Fixed for basket amount bug When increate or decrease QTY 2) Fixed for missing shop index at reservation form when only on shop from backend 3) Fixed for sorting issue at Items Grid 4) Fixed for special characters at Search Result 5) Improved the logic for one user can give rating only one time 6) Reduced some warnings for Xcode 8.3.2 Effect Files List on Xcode iOS Project - Restaurateur/Base.lproj/Main.storyboard - Restaurateur/BasketCell.swift - Restaurateur/Config.swift - Restaurateur/ItemDetailViewController.swift - Restaurateur/ResponseTypes.swift - Restaurateur/ShopProfileViewController.swift - Restaurateur/ShopsListViewController.swift - Restaurateur/SweetAlert.swift - Restaurateur/UserProfileEditViewController.swift - Restaurateur/APIRouters.swift Effect Files List On Backend - application/controllers/rest/items.php
Version : 1.0.5 Released Date : 6 May 2017 1) Keyword Search Result Bug Fixed 2) New Feeds Details Description is not editable
Version : 1.0.4 Released Date : 14 Apr 2017 1) Offline Data Caching (New Feature) 2) Animations & Transitions (New Feature) 3) Sorting (New Feature) 4) About App Page (New Feature) 5) Other improvement for colors & UI Alignment for different screen sizes 6) Push Notification Improvement
Version : 1.0.3 Released Date : 13 Mar 2017 - Improvement for iOS 10 Push Notification
Version : 1.0.2 Released Date : 16 Jan 2017 - Fixed for checkout button cannot click
Version : 1.0.1 Released Date : 9 Jan 2017 1. Fixed some UI alignment for smaller and older device like iPhone5s 2. Special Characters Fixed For Favourite List 3. Pull refresh loading logic fixed 4. System User Permission fixed from Backend
Version : 1.0.0 Released Date : 22 Aug 2016 # iOS Application Features 1. Xcode and Supports for iOS10 and Swift3 2. Universal App for iPhones and iPads 3. Not only for Single Restaurant but also support for Multiple Restaurants 4. Start with Restaurants List (Or) Map 5. Search using keywords at Restaurants List 6. Location Search based on user current location 7. News Feed Slider from selected shop 8. Categories, Sub Categories and Items 9. Item Attributes with different price 10. Add To Cart, Basket Management, Checkout 11. Payment Options (Stripe, Cash On Delivery, Bank Transfer) 12. Coupon Discount 13. Shipping Cost 14. Reservation Feature 15. Percent Discount 16. User Profile Management 17. Transaction History 18. Favourite Items 19. Like, Unlike, Review, Rating, Inquiry 20. Share on Facebook and Twitter 21. Able to change language at config file 22. Push Notification by using Apple Push Notification Service 23. Alamofire Integration # Backend Features 1. Super Admin can manage for all restaurants from the system 2. Different restaurant with own admin account to manage only their restaurant 3. Categories, Sub Categories, Items CRUD for each resturant 4. Item attributes CRUD to support different attribute with different additional price 5. Normal percentage discounts CRUD 6. Coupon Discounts CRUD 7. News Feeds CRUD for promotions and discount information 8. Manage user feedback for Likes, Reviews, Ratings, Favourites, Inquiries, Contact Message 9. Reservation Management 10. Transactions Report 11. Data Analytics Using Google Chart API 12. Language config file for localization 13. Sending Push Notification From Backend 14. Location Picker Map Integration # APIs Integration 1. Using RestFul API 2. Using JSON to transfer data in between Mobile App and Backend
FAQ
Q. What xcode verion need to install?
A. Please use 9 GA and above
Q. Will work with Objective C++?
A. No. It is using Swift4.
Q. Which iOS version will compatible?
A. iOS9 and 10
Q. How about Push Notification?
A. Yes, there is simple push notification by using Apple Push Notification Service. User can register their device from App then Super Admin User could send notification from Backend to app those registered devices.
Q. Is it included Backend & API together?
A. Yes, you can manage all content from Backend and then RESTFul API will transfer data in between App and Backend.
Q. It is included Backend & API as together?
A. Yes, you can manage all content from Backend and then RESTFul API will transfer data in between App and Backend.
Q. Do I need to know programming knowledge to modify the app?
A. Yes, especially Swift and CodeIgniter.
Message To Buyer
All those features are ready to start and good enough for your full application development and customization.
If you want to know more about it, please drop message to [email protected]
Found Any Bugs? No worry at all. Please report to [email protected] Appreciates it.
After you bought, don’t forgot to review and rating!
Images Credit : Randomly pickup some images from Google Search and Flicker.
– Some Images From Google Search
– Some Images From Freepik
– Alamofire
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Restaurateur iOS (Full Application For Restaurant Platform)
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/restaurateur-ios-full-application-for-restaurant-platform/19197740″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Restaurateur iOS (Full Application For Restaurant Platform) from the The Developer ( Panacea-Soft ) website. Thank you.
Download = Restaurateur iOS (Full Application For Restaurant Platform)-[Updated].zip