Desk booking apllication in APEX - oracle

I'm creating a desk reservation application with Oracle Apex.
Does anyone know if there is a sapmle application in the way thet I can use for my application?
I have some problems, for example for every floor I have a page, and for every room in a floor I have created a region, and I have Buttons for every desk in the room.
The image of desks should be dynamic based on a column in a table in DB indicating that the desk is bookable or not.
And if it is bookable, with clicking on the button it redirects to pick_a_date page and there you can choose a data and time and enter your name and the desk will be yours if nobody has booked it.
Thnak you in advance

Related

How to clear data using a button? LARAVEL

Scenario: My website does shoe orders. When a user proceeds into buying a shoe, it goes to pending orders. My problem is that when the user presses the back button of the browser, the order data is loaded and still be available to be purchased and proceed to pending orders.
Is there a way that I can make the back button of the browser to erase the order details after proceeding to pending orders?
check this answer - that should do the trick, BUT it's quite common that if you add goods to the cart, it stays there and it doesn't matter if you pressed the back button or not.
So, is it really necessary to catch this scenario? Is it causing any problem? If so, I would personally use a cron job to remove unpain pending orders (in the last X hours)

Google Analytics Tracking for 1 page to another

I want to track how many users proceed from a website portfolio page to the product detail page. How can we track this event? What are the tracking parameters I need to set up (category, action, label) which can be used by the developers
You can get that value just tracking pageview. You have to use a segment based on sequences to isolate users that visited portfolio page followed by product detail page. Even if you use events the concept is the same.

Joomla: Protected content just below Easy Calendar

On this page http://bit.ly/13PplAT I am using Easy Calendar to show a calendar and whether the dates have been reserved or not. Is it possible in some easy way to show some content below the calendar that only the logged in users would see? The administrators of the site would just like to have some way of sharing notes about the reservations between them, and this page is ideal for them.
What I would do is to create two special menu links for FARMHOUSE AVAILABILITY.
The first one for people who are not connected (the current one).
The second one only for registered users with calendar and extra content.
Thus, it is just menu parametrization.

Modify Contact Associated View to include prospects

We have Contact Associated View that displays all customers. These are people who have bought one or more item from the high street shop or online. But we also have a set of customers who goes to the shop and signup for news letters and offers. In our setup these are called PROSPECTs.
My current view (Contact Associated View) only displays customers but not prospect and I was wondering what is the best way to include them in this view? I don't want to create another cusom view as I don't know what the criterias are.
Also, if there is any way to find out what criteria is used to create Contact Associated View and if it is practicle to make changes in it.
Any guidance or tutorial link would be much appreciated.
Many thanks
EDIT: I manage to create a custom view under CONTACT which SUPPOSE to list all customers who purchased or didn't purchase item from that shop.
Simple check like Customer equal y;n
but when I view contacts from this view, it only list customers with purchase. Is there any master condition that is overwriting this condition or am I missing some thing? (forgive me if I sound stupid but I am from SharePoint world where master CSS rules takes over local CSS rules)

Missing UPS Shipping Methods on the Magento Frontend

What would cause ups shipping methods that are selected in magento's shipping method admin page to not show up as shipping options to customers. Specifically I'm trying to get the ground commercial option to show up on the frontend.
I've done some research on this, it seems like this questions been asked a before and never answered (that i can find) so I'll ask it again and throw in my research on the subject.
I've traced the source code from the shipping cost estimations in the shopping cart and found that when you enter a zip code it creates an entry in the 'sales_flat_quote_address' table with basically just the postcode and id fields filled.
It also creates rows in 'sales_flat_quote_shipping_rate'. one for each applicable shipping method for that quote/address pair.
When magento lists the shipping options it references this table.
Somewhere between the shipping methods admin and this database table some of the shipping methods are filtered out.
I think it has something to do with residential/commercial addresses. However ups's rating api cant determine if an address is residential/commercial if only given a zip code. Also changing the destination type in the admin page does not have an effect on which methods are displayed on the frontend.
For reference if all ups shipping methods are selected in the back end, the following are the only ones that show up on the front end:
ground
3 Day Select
2nd Day Air
Next Day Air Saver
Next Day Air
Next Day Air Early AM
This is out of 22 options selected in the backend.
Go to System > Configuration from admin panel
In the Configuration panel on the left, under Sales, click Shipping Methods.
Click to expand the UPS section. Then set enable to yes.

Resources