CodeIgniter Forums
Introducing TastyIgniter - Open source Restaurant Ordering & Reservation System - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Spotlight (https://forum.codeigniter.com/forumdisplay.php?fid=16)
+--- Thread: Introducing TastyIgniter - Open source Restaurant Ordering & Reservation System (/showthread.php?tid=63169)

Pages: 1 2 3


Introducing TastyIgniter - Open source Restaurant Ordering & Reservation System - sampoyigi - 10-02-2015

Hi All-


I just released an online restaurant ordering and reservation system / restaurant table manager. It is proudly built on the CodeIgniter Framework. I've been working on this project for 2 years now, and I am continually impressed by its consistency and its depth. Its really an amazing system and is my first open source project.

more info & demo: http://tastyigniter.com
github: https://github.com/tastyigniter/TastyIgniter

Feedback and Contributions will be highly appreciated Smile


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - solidcodes - 10-02-2015

+1 for sharing
will try it.


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - solidcodes - 10-02-2015

all are in beta? do you have exact date for stable version?
I will play with it.


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - sampoyigi - 10-03-2015

Thank you.

I'm looking to release a stable version sometime this month after i get some user feedback. I've recently completed the acceptance testing. I'm just looking to have some developer participation and advice before i declare it stable Smile


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - ignitedcms - 10-03-2015

Very Nice looks like a lot of work has gone into this.


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - sampoyigi - 10-03-2015

Indeed Smile. Your views and feature suggestion are also welcome.


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - dmyers - 10-03-2015

(10-02-2015, 08:40 AM)sampoyigi Wrote: Hi All-


I just released an online restaurant ordering and reservation system / restaurant table manager. It is proudly built on the CodeIgniter Framework. I've been working on this project for 2 years now, and I am continually impressed by its consistency and its depth. Its really an amazing system and is my first open source project.

more info & demo: http://tastyigniter.com
github: https://github.com/tastyigniter/TastyIgniter

Feedback and Contributions will be highly appreciated Smile

Thank you for sharing your code and supporting the CodeIgniter Community.

DMyers


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - sampoyigi - 10-04-2015

(10-03-2015, 02:29 PM)dmyers Wrote:
(10-02-2015, 08:40 AM)sampoyigi Wrote: Hi All-


I just released an online restaurant ordering and reservation system / restaurant table manager. It is proudly built on the CodeIgniter Framework. I've been working on this project for 2 years now, and I am continually impressed by its consistency and its depth. Its really an amazing system and is my first open source project.

more info & demo: http://tastyigniter.com
github: https://github.com/tastyigniter/TastyIgniter

Feedback and Contributions will be highly appreciated Smile

Thank you for sharing your code and supporting the CodeIgniter Community.

DMyers

My pleasure Smile Maybe you could also give it a try sometime anytime Smile, would be nice to hear what you think.


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - arma7x - 10-05-2015

Nice job but im having error issues Severity:Error --> Call to undefined method Currencies_model::addCurrency()File path admin/controllers/Currencies.php line 160.
***Update:: Just found out the error, addCurrency() method does not exist in Currencies_model.php. File path system/tastyigniter/models


RE: Introducing TastyIgniter - Restaurant Ordering & Reservation System - sampoyigi - 10-06-2015

(10-05-2015, 07:09 AM)arma7x Wrote: Nice job but im having error issues Severity:Error --> Call to undefined method Currencies_model::addCurrency()File path admin/controllers/Currencies.php line 160.
***Update:: Just found out the error, addCurrency() method does not exist in Currencies_model.php. File path system/tastyigniter/models

That error was fixed in https://github.com/tastyigniter/TastyIgniter/pull/84/files

The addCurrency() method was replaced with saveCurrency().

You can always use the bug tracker to find bug fix and let us know what you think of the system and how it can be improved