background preloader

For:cald

Facebook Twitter

Education

Ps3. Karl's Mortgage Calculator. Year Interest Principal Balance Month Interest Principal Balance Apr $416.67 $120.15 $99,879.85 May $416.17 $120.66 $99,759.19 Jun $415.66 $121.16 $99,638.03 Jul $415.16 $121.66 $99,516.37 Aug $414.65 $122.17 $99,394.20 Sep $414.14 $122.68 $99,271.52 Oct $413.63 $123.19 $99,148.33 Nov $413.12 $123.70 $99,024.62 Dec $412.60 $124.22 $98,900.41 Month Payment Extra Balance Apr $536.82 $0.00 $99,879.85 May $536.82 $0.00 $99,759.19 Jun $536.82 $0.00 $99,638.03 Jul $536.82 $0.00 $99,516.37 Aug $536.82 $0.00 $99,394.20 Sep $536.82 $0.00 $99,271.52 Oct $536.82 $0.00 $99,148.33 Nov $536.82 $0.00 $99,024.62 Dec $536.82 $0.00 $98,900.41. Restaurant Call Center Software, Systems and Solutions by Exit41. Extend your restaurant team with dedicated, expert agents at the ready to assist your phone-in customers Increase average check size with consistent suggestive selling and up-selling Drive sales with outbound marketing services for your to-go and catering business Based in our Andover, MA headquarters, Exit41 operates the industry’s only boutique, PCI compliant Call Center, staffed with expert agents to seamlessly represent your brand and provide a superior level of service to your phone-in customers, so you can focus on what’s happening inside your restaurant.

We take a consultative approach to getting the order right, completing the “whole order,” and building relationships with your customers. What we provide: Customized brand experience, extending your restaurant to capture all calls 100% focus on the customer, expert consultation on your catering, delivery or takeout menu Highly trained brand dedicated agents that know your menu inside and out La Madeleine grows takeout business 6% MICROS 3700 db structure. Micros.trans_dtl is the main transaction table that will link transactions to checks, employees and RVC's. Micros.sale_dtl holds order type and itemizer sales by transaction. Join it to micros.trans_dtl on the common field trans_seq. Drilling in further needs an extra table link. Micros.dtl holds the details for each entry within a transaction. This also joins to micros.trans_dtl on the common field trans_seq. You can join micros.dtl to the menu item (mi_dtl), discount/service charge, (dsvc_dtl) and payment, (tmed_dtl) details on the common fields trans_seq and dtl_seq.

So, to get menu item details you would use something like this. select * from micros.trans_dtl as tdtl join micros.dtl as d on tdtl.trans_seq = d.trans_seq join micros.mi_dtl as mdtl on d.trans_seq = mdtl.trans_seq and d.dtl_seq = mdtl.dtl_seq join micros.mi_def as mdef on mdtl.mi_seq = mdef.mi_seq Extracting details for multiple item types can get a bit tricky. Last, remember that micros details are only held for 14 days. Micros 3700 database access. Ok, quick primer for 3700:Micros provides good documentation for most aspects of the system.

You can get DB schemas, explanation of every report and field within the report, and help with how to interact with the database. Start here:\Micros\Documentation\ REPORTSFigure out what reports you are using for EOD and EOW. You'll use these as the basis for figuring out where to fetch the data you want. Find the report in the Reports manual:\Micros\Documentation\res\POS\Reports\3700POSrpts_Man.pdf First, read up on the Profiles concept. Next, look for the Daily System Sales Detail under Sales Balance Reports. V_R_sys_sales essentially gives you the data you see in the top of the report (net sales, covers, voids, etc)v_R_sys_trk gives you the 64 items you are tracking in the middle of the report, the things that are specific to your restaurant setup. DATABASE ACCESSUse the Sybase manager app to explore the db. Maven-gae-plugin - Google Code.