EMULAB Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

The new forum is online, hope you enjoy it!

Pages: [1] 2 3 4 5 6 ... 10
 1 
 on: Today at 11:34 
Started by jennyjaxon0 - Last post by jennyjaxon0
A mobile Point of Sale (POS) solution offers numerous benefits for restaurant businesses, enhancing both efficiency and customer experience. One significant advantage is the increased mobility and flexibility it provides. Staff can take orders and process payments directly at the table, reducing wait times and minimizing errors. This streamlined service can lead to higher customer satisfaction and quicker table turnover.

The intuitive interfaces of mobile POS systems simplify training for new employees, allowing them to become proficient quickly. This ease of use ensures that staff can focus more on providing excellent service rather than struggling with complex systems.

Mobile POS solutions also offer robust inventory management capabilities, enabling real-time tracking of stock levels and ingredient usage. This feature helps prevent overstocking or running out of essential items, thereby reducing waste and improving cost efficiency. Additionally, real-time inventory alerts ensure that replenishments are timely, keeping the kitchen running smoothly.

Another key benefit is the comprehensive reporting and analytics provided by mobile POS systems. These insights help restaurant owners make informed decisions by analyzing sales trends, customer preferences, and overall performance. Data-driven decisions can lead to more effective menu planning, promotional strategies, and operational improvements.

 2 
 on: Today at 10:24 
Started by GordonEsove - Last post by GordonEsove
 
Приветствую всех присутствующих!
 
 Что, по вашему мнению, является ключом к счастливой жизни? 
 С уважением к вам, друзья, до новых встреч. 
 
Пишите мне! Контакты найдете в профиле, всегда рад общению.

 3 
 on: Today at 09:23 
Started by Roman - Last post by Roman
When you talk about "labeled preliminary" are you refering to driver's status,cocktail or emulation attribute "imperfect"? Or all of them?

<!ATTLIST driver status (good|imperfect|preliminary) #REQUIRED>
<!ATTLIST driver emulation (good|imperfect|preliminary) #REQUIRED>
<!ATTLIST driver cocktail (good|imperfect|preliminary) #IMPLIED>


one possible xpath for the emulation attribute would be
xp://machine[driver[not(@emulation='preliminary')]]

or if you want emulation and status attributes being something else than preliminary, you can use
xp://machine[driver[not(@emulation='preliminary') and not(@status='preliminary')]]

the dependencies (needed parent/bios/devices) get added internally

 4 
 on: Today at 08:23 
Started by airfarepolicies - Last post by cofffee124
Check the available payment options and make sure they are safe and trustworthy. cheap love doll

 5 
 on: Today at 06:35 
Started by airfarepolicies - Last post by airfarepolicies
Changing a flight with British Airways is a streamlined process, designed to accommodate passengers' needs for flexibility and convenience. Whether due to a change in plans or unforeseen circumstances, knowing how to modify your booking can save time and reduce stress. Here’s a step-by-step guide on how to change flight with British Airways.

Step-by-Step Guide to Changing Your Flight
Log In to Your Account:

Begin by visiting the British Airways website or opening the mobile app. Log in using your booking reference and last name. This information can be found on your booking confirmation email.
Access 'Manage My Booking':

Once logged in, navigate to the "Manage My Booking" section. This will display a list of all your upcoming flights and their details.
Select the Flight You Wish to Change:

Identify the flight you need to modify. Click on the "Change/Cancel Booking" option next to it.
Choose a New Flight:

Follow the on-screen prompts to browse and select your new flight options. The system will show available flights along with any fare differences that may apply.
Review and Confirm Changes:

Carefully review the details of your new flight. This includes the departure and arrival times, layovers (if any), and any additional costs. Ensure that all the information is correct before proceeding.
Complete the Payment (if applicable):

If your new flight is more expensive than your original booking, you will need to pay the fare difference. Additionally, certain fare types may incur a change fee. Complete the payment process to finalize your booking change.
Receive Confirmation:

After the change is processed, you will receive a confirmation email with your updated flight details. Make sure to save this information for future reference.
Important Considerations
Fare Types and Fees:

The ability to change flights and the associated costs depend on the type of fare you purchased. Flexible fares generally allow changes without a fee, while non-flexible fares may include both a change fee and a fare difference.
Timing:

It’s advisable to make changes as early as possible. Last-minute changes may have limited availability and higher costs.
Special Circumstances:

In the event of emergencies or special circumstances, British Airways may offer more flexible options. Contacting customer service directly can provide additional support and information.
Conclusion
British Airways strives to offer passengers flexibility and ease when it comes to changing flight plans. By following the straightforward steps outlined above, you can efficiently manage your travel arrangements. For the most accurate and personalized assistance, visiting the British Airways website or reaching out to their customer service is highly recommended. This ensures you are fully informed about any specific terms and conditions that may apply to your booking.

 6 
 on: Today at 05:31 
Started by plateaubuy - Last post by AntoPISA
Hi Jack,
welcome to the forum  ;)

 7 
 on: Today at 02:54 
Started by Roman - Last post by nullz3
ok....small wip mainly about filters:

one little thing on my to do list was supporting xpath for filtering, so I've added that and it gives you fantastic possibilities to filter on specific things..
The filter input field (or commandline attribute) is used for this. Currently it supports regular expressions for filtering machines on name only (see rebuilder readme.md). Using xpath filterings gives you more power. To use it, you need to prefix the filterstring with "xp:", otherwise it's the regular expression filter and your xpath expression needs to select software, machine or game elements.

So here we go with some examples:

Filtering a -listsoftwarelist output by only taking the Commodore software lists into account:

xp://softwarelist[contains(@description, 'Commodore')]/software

Filtering a -listxml output by selecting machines which have a baddump disk:

xp://machine[disk[@status='baddump']]

Filtering a -listxml output by selecting machines which have preliminary emulation status and Taito as manufacturer:

xp://machine[driver[@emulation='preliminary'] and manufacturer='Taito']


If you are familar with xpath, you already can imagine what you can do here. If not, learn xpath ;-)


Another thing with filtering is that you most likely want the dependencies included automatically. So you want to filter on a clone machine, but you also need the parent/bios/devices files included.
The filtering does that for you now, so if you filter on pacman, it will also include all the dependencies for you.

Attached are some screenshot parts which show some filtering for the examples above, also one showing the dependencies (including showing empty machines, which you already know as a feature).

On a side note I did some work on speed improvements, solving some thread safety things which should also positively affect the rebuilder core. And I found a way for handling the weird things like the samples of battles and homerun in a full merged environment...if you have no idea what I'm talking about, well, ignore me or check cloneof versus sampleof versus fullmerged).


So....tada...till next time

Hi Roman,

Thank you so much for your continued development on the new scanner/rebuilder.  Question, for someone like me that filters out machines labeled "preliminary", how would I go about only keeping machines labeled "imperfect" and "good" while keeping the required parents/clones/bios for the set?

Thank you

 8 
 on: Yesterday at 22:23 
Started by boriskarloff - Last post by blakeblossom
An amazing video. Good for future game designer or emulators coder check.
https://www.youtube.com/watch?v=sJFnWZH5FXc

That's quality video. I enjoyed a lot. Thank you.

 9 
 on: 18 May 2024, 18:15 
Started by Roman - Last post by ntt3
Can't wait to try it...  8)

 10 
 on: 18 May 2024, 18:02 
Started by Roman - Last post by Roman
ok....small wip mainly about filters:

one little thing on my to do list was supporting xpath for filtering, so I've added that and it gives you fantastic possibilities to filter on specific things..
The filter input field (or commandline attribute) is used for this. Currently it supports regular expressions for filtering machines on name only (see rebuilder readme.md). Using xpath filterings gives you more power. To use it, you need to prefix the filterstring with "xp:", otherwise it's the regular expression filter and your xpath expression needs to select software, machine or game elements.

So here we go with some examples:

Filtering a -listsoftwarelist output by only taking the Commodore software lists into account:

xp://softwarelist[contains(@description, 'Commodore')]/software

Filtering a -listxml output by selecting machines which have a baddump disk:

xp://machine[disk[@status='baddump']]

Filtering a -listxml output by selecting machines which have preliminary emulation status and Taito as manufacturer:

xp://machine[driver[@emulation='preliminary'] and manufacturer='Taito']


If you are familar with xpath, you already can imagine what you can do here. If not, learn xpath ;-)


Another thing with filtering is that you most likely want the dependencies included automatically. So you want to filter on a clone machine, but you also need the parent/bios/devices files included.
The filtering does that for you now, so if you filter on pacman, it will also include all the dependencies for you.

Attached are some screenshot parts which show some filtering for the examples above, also one showing the dependencies (including showing empty machines, which you already know as a feature).

On a side note I did some work on speed improvements, solving some thread safety things which should also positively affect the rebuilder core. And I found a way for handling the weird things like the samples of battles and homerun in a full merged environment...if you have no idea what I'm talking about, well, ignore me or check cloneof versus sampleof versus fullmerged).


So....tada...till next time


Pages: [1] 2 3 4 5 6 ... 10

Page created in 0.17 seconds with 16 queries.