SlideShare una empresa de Scribd logo
1 de 123
Descargar para leer sin conexión
March 2016
Anand Doshi
Frappé | ERPNext Open Day
Central
Deploy User Interface
click and deploy
realtime progress
full control and visibility
Bench v2
Enables multiple benches
cleaner code
python install.py —develop
with Rushabh & Shreyas
Nginx
limit_conn_zone memory
starts dropping connections if full
increased to 100mb
Schools
Prepare for release
erpnext.com + press
PayPal UX
Improved messages
& error handling
मुंबई Hackathon
Mail Space
electron + email.js
nodejs testing
incomplete
2015-16
looking back
ERP for Entrepreneurs
ERP for Everyone
ERP Made Simple
My Productivity
improved with the year
primary contributions in
servers, security, reviews, optimizations and user interface
only fixes in ERPNext
New Tech
Ansible, Vagrant, SocketIO
Electron + NodeJS
React + Redux
PaperJS
Twilio
Most Fun
Who is viewing
@mentions
Pretty 502
Sounds
Like
Feedback
Improve code refactoring
Take ownership of website / design
Did I fulfill them?
Previous
Goals 16-17
Leadership
UX & Design
Writing
Thanks@anandpdoshi
Frappé/ERPNext
Open Day
March 2016
Kanchan Chauhan
Collaborative Project Management
• Projects module.
• Project
• Task
• Time-log
• User (Child table of Project)
• Availability
• System user and website user.
• By default every new user is a website user.
• Welcome email is sent when a user is added to a project.
• Features available for tasks and time-logs
• View
• Update status
• Add comment
• Create New
Collaborative Project Management Webpage
Findings on setting up ERPNext
• “View a list of all the help videos” URL not correct
• Supplier Quotation: Tax and Charges by default you can select only 1. Multi select
needed.
• Purchase Order: ”Get last purchase order" should have msgbox saying "No last
purchase order found”.
• Purchase Order: On completed cycle MAKE button does nothing, only flickers.
• Did not understand the concept of Allowance percentage.
• Even after submitting and viewing some things still shows up in notification.
• Edit from link button, stays on same page after saving, it should go back to previous
page.
Findings on setting up ERPNext
• Edit from link button, stays on same page after saving, it should go back to previous
page.
• Mandatory Field collapsed in Selling->Quotation->Territory
• Cannot create Sales Order till you convert Lead into customer.
• Save and Submit bit confusing, should be auto save and only submit
• Sales Invoice: Cannot submit, cannot update stock against Delivery Note
• Production Order: Should have some message to enable production for item
• Production Planning Tool:Error "Cannot create production order", no clear reason.
• Cannot delete item group tree
• HR - Employee Attendance Tool (No Save button)
Lesson Learned: Start simple and to the point
OPEN DAY
MARCH 2016
FIXED ASSET MANAGEMENT
FIXED ASSET MANAGEMENT
ACQUISITION
Create Serial No with appropriate Asset Category
Follow standard purchase cycle to purchase
Set depreciation settings
FIXED ASSET MANAGEMENT
DEPRECIATION
Automatic depreciation entry based on predefined schedule
*Depreciation is nothing but booking expense over a period following a specific method
FIXED ASSET MANAGEMENT
SALE
Follow standard sales cycle for selling
Book gain / loss based on accumulated depreciation
FIXED ASSET MANAGEMENT
SCRAP
Book loss on scrapping an asset if any
FIXED ASSET MANAGEMENT
COMING IN THE NEXT RELEASE !
CLEANUP & FIXES
RECURRING DOCS
▸ Next recurring date now can be set manually
▸ ‘No Copy’ fields should not get copied
▸ Reset recurring id on amendment
▸ Fixed delivery and billing status of affected recurring
orders
CLEANUP & FIXES
SERIALISED ITEM VALUATION
▸ Fixed logic of serialised item valuation for negative stock
and zero rate purchase
▸ Reposted existing stock ledger entries
CLEANUP & FIXES
REPORTS
▸ Trial Balance and Financial Statements
Show group rows with zero values if there are values against children.
▸ Balance Sheet
Message if previous fiscal year is not closed
▸ Delivered / Received Items to be Billed
Refactored based on billed amount
▸ Check print permissions on report printing / pdf
CLEANUP & FIXES
FRAPPE
▸ Set new document name after creating via link field
▸ Set docstatus before and after insert
▸ Don't notify to all system users from communication
THANKS
Open Day
March 2016 at Frappé
मुंबई Hackathon 2016
17 Teams | 32 Participants | 30 Hours
11 Open Source Applications developed
मुंबई Hackathon 2016 - Winners
GigAlert
A webapp for fans to stay informed about their favourite live (music) gigs
मुंबई Hackathon 2016 - Winners
Bling
An app for quickly asking questions / taking polls / requesting locations
मुंबई Hackathon 2016 - Winners
Eldian
A password management software with encrypted note sharing
Support Week
project_name -> project
Added project to Manufacturing
Frappé Schools
Achievement for the Year
Thank You!
@neilLasrado
OPEN DAY
March 2016
Rohit
REQUEST FOR QUOTATION
• Buying -> Request for Quotation -> New RFQ
• Material Request -> Request for Quotation
MAKE SUPPLIER QUOTATION
FROM RFQ
• For User
• For Supplier
FOR USER
• User has to click on Make Supplier Quotation
• Select supplier in pop up and click on Make Supplier
Quotation
FOR SUPPLIER
• To invite supplier to bid on requirement user has to send
email to supplier by clicking on Send Supplier Emails
• If supplier’s user is new then supplier get link to update
the password.
• Supplier has to click on link to update the password.
RFQ PORTAL VIEW
• Supplier enter into bid by entering the rate against the
product or service.
• Supplier can also change the quantity
• Supplier quotation will create on submission of RFQ.
FEATURE REVIEW
• Add margin in pricing rule
• Apply margin on sales flow(Quotation -> Sales Order -> Sales
Invoice -> Delivery Note)
SUPPORT WEEK
• Image view get hide after submission of records.
• Draft BOM showing under link field of BOM in Get
Items from BOM on Material Request.
• Indicator in material request item showing wrong colour
if ordered qty is greater than requested qty
(qty==ordered_qty)
• Earlier recurring billing issue.
• Fiscal year removed from trends report.
• Default letter head of the company is not displaying in
sales and purchase flow.
MUMBAI HACKATHON
Thank You :)
Open Day
March Madness
2016
Rushabh Mehta
#bench
# bench install
$ bench setup
using ansible . . .
retiring setup_frappe.sh . . .
cleaning up redis-install . . .
# Dynamic Links
$ frappe delete-doc
Scanning links . . .
Applying fix . . .
do not validate communication
- if dynamic link:
- Table 1 (302)
- Table 2 (566)
- Communication (23,044) ⏳
#ux
# form re-org "
## Feature
- stop field reorder
- allow custom fields
## Output
- community #
reason
# autosuggest remember
## Feature
- sort by frequently used
## Implementation
- keep count of links in redis on document
save
- flush every 5 mins
# modules redesign
## Add new links
## New module layout
# modules redesign
## Desktop Icon table
# modules redesign
# modules redesign
## App config
### Admin config
#### User config
# seen unseen
## Communicate if user has seen
# seen unseen
## Implementation
- Check “Track Seen” in doctype
- Optional column `_seen` is created
- Get _seen column in list view
- Update _seen on form load
- Reset _seen on save
# quick entry
## Mandatory fields open in dialog
# portal menu
## Configurable via Portal Settings
# portal menu
## Shows count
#hack
# chat bot
## Hello Bot
# chat bot
## Implementation
- New user “Bot” in chat
- If user is bot, evaluate parsers
- HelloBot, ListBot, FindBot
- Add new parsers via hooks.py
- UI changes
- Command-line in desk $
#thanks
@rushabh_mehta
Open Day
March 2016
Saurabh Palande
PO Address Feature
• Address selection on
PO
• In drop shipping
select customer
address
• Or make PO by
specifying company
address
Shopify Sync Log
• User not getting any idea about sync
process
• Hard to debug, if sync break
• In case of any exception, it breaks
whole sync process
Sync Status for Queued
Sync Status on Completion
Error Log with data
Stock Update on PI
• Update stock via
Purchase Invoice
• Learnt how perpetual
inventory works and
some basics of
accounting by pairing
with Rohit
• Worked with first pull
request.
Document flow
Mumbai Hackathon
Some fixes
• Paypal currency validation
• Capture transaction id and
Correlation id for transaction
• Image duplication fixes
• validate paypal credentials while
setting up gateway settings and
creating payment request
@saurabh6790
Thanks
Open day
SHREYAS
March 2016
Support week
Custom Print Format paired with Anand
Support week
Remove Warehouse column from Gross profit report
Support week
Show Warehouse in Items table in Material Request
Support week
Support week
Thanks to Anand, Umair and Nabin
Central 2.0
Backup Site
Central 2.0
Restore Site
Bench
Bench restore with files
• bench —-site <site_name> restore <db_path> —with-public-
files <path_to_files> —with-private-files <path_to_files>
Planned
• Migration for RungaMattee.
• Fixing Issues related to Central 2.0
Thank YOU
March 2016
Umair Sayed
Apr, 2015 Mar, 2016
Plan wise Sales
23%
4%
6%
10%
28%
30%
5 User
25 User (+ 100 user renewals)
Assisted Development
Donations
VIP
Others (multi-tenant,

plan upgrade, Startup)
Customer Group wise Sales
Paid Users
62 countries
India (65), United Arab Emirates (37), United States (26), 

Saudi Arabia (12), Canada (10), Singapore (9), United Kingdom (9)
All Users
152 countries
India (699), United States (419), Indonesia (122), Bangladesh (120),
Mexico (114), United Arab Emirates (114), Saudi Arabia (102)
Territory wise Sales
2%2%4%
7%
12%
13%
18%
19%
24%
East Asia (India, Pak, Nepal, Myanmar)
North America
Middle East
Europe
South East Asia (Singapore, Indonesia,

Malaysia, Vietnam etc.)
Africa
South America
North Asia (China, Russia)
Australia
In March, 2015
New Customers
0
7.5
15
22.5
30
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2015-2016 2014-2015 2013-2014
16
Renewals
0
7.5
15
22.5
30
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2015-2016 2014-2015 2013-2014
20
Trials
2391
0
750
1500
2250
3000
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
Free Trials
109
Support Tickets
0
175
350
525
700
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2015-2016 2014-2015 2013-2014
568
Forum
0
750
1500
2250
3000
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2015-2016 2014-2015 2013-2014
2620
Hackathon App
Fixes
ERPNext
Account Receivable Report
Task List Filter
Fixed Links
Community Portal
Accounts Module
User Manual
Sessions
Red Blink, Sikandar Dhaliwal, USA
Svar FNF, Mahesh Rao, India
Energy Care Holding, Tarek, KSA
World Shopper, Herbert, UK
Waheed, Fast Link, Oman
Crystalline Mirros, Maria, Austria
User Feedback
We are loving all of the latest updates and are very excited to see what else comes along
with future releases. 



I was especially happy to see the Shopify connector and the payment gateway updates.
I hope that leads to more versatility and a connector is eventually released for
Bigcommerce as well (that's what we recently started using for our e-commerce). 



I've been watching some of the videos from the conference as well, sounds like you guys
have some very big things going on! Keep up the good work, it's great watching the
successes you all are achieving!
- Andrew Cook, Atlas Flags
User Feedback
I've moved to a local server, can you make sure I don't receive any emails reminding me

to pay for service? Not sure where I would go to unsubscribe.

I'm very happy with the ease of installing and modifying your software so far, thanks for
your work.

- Colten, Fab lab
……………………………………………..
It is with great pleasure to be sending this email. I have not been this excited for a while
now. What you guys are doing is an amazing thing that will surely change the world by
storm.
- Service Provider in Ghana
User Feedback
First off, I wanted to express my high regards for the extremely robust ERP system your
team has designed, especially the most recent developments. Great Job!

- Chris, Sea Fire
……………………………………………..
All in all, thank you very much to all the people who have made this possible. It's really
putting back the fun in module development especially for me coming from odoo."
- Anonymous User
User Feedback
You guys have an awesome application, and I really wish that ERPNext will suite or
requirements.
- Rabah, Arabcal
……………………………………………..
All in all, thank you very much to all the people who have made this possible. It's really
putting back the fun in module development especially for me coming from Odoo."
- Anonymous User
Thanks
Thanks to Anand for the maps
Open Day
March 2016
Valmik J
Mumbai Hackathon!
Rushabh beat-boxing for the crowd
Leave Approver Improvements
Now, you can set a Leave Approver to an Employee
only if the Leave Approver is a Leave Approver.
Wait what?
If no Leave Approver is set for an Employee, a list
of Leave Approvers will be given to pick from
Removed from :
Holiday List, Holiday Calendar, Maintenance Schedule, Installation
Note, Expense Claim, Lead, C-Form, Stock Entry, Warranty Claim,
Maintenance Visit, Opportunity, 2otation, GL Entry, Stock
Reconciliation, Journal Entry, Supplier, 2otation, A4endance,
Upload A4endance, Neil Lasrado, Purchase Order, Sales Order, Stock
Ledger Entry, Sales Invoice, Appraisal, Delivery Note, Purchase
Receipt, Purchase Invoice, Leave Block List and reports
8anks to Nabin and Anand for all the help and preventing
catastrophic failure :)
Die Fiscal Year die!
Die Celery Die!
● Celery is now defunct. We're moving to Redis 2eue which is a much simpler
system of managing jobs.
● Same functionality as before, just a di>erent system.
Thanks to Anand and Shreyas
How Scheduling works
● A script runs at all times, and calls a method every ?ve
minutes
● 8is method will check which events it needs to run and
for which site
● 8en it will trigger an enqueue call for each method it
needs to run, and adds it to RQ
● Methods then get processed by RQ Workers accordingly
● 8ree queues : short, default, long
Poster of the Month
8ank you

Más contenido relacionado

La actualidad más candente

Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015Anand Doshi
 
Open Day - September 2016
Open Day - September 2016Open Day - September 2016
Open Day - September 2016Neil Lasrado
 
ERPNext Open Day - August 2015
ERPNext Open Day - August 2015ERPNext Open Day - August 2015
ERPNext Open Day - August 2015Anand Doshi
 
Frappé / ERPNext Open Day December 2015
Frappé / ERPNext Open Day December 2015Frappé / ERPNext Open Day December 2015
Frappé / ERPNext Open Day December 2015Anand Doshi
 
ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017Umair Sayed
 
Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015Anand Doshi
 
Open Day December 2016
Open Day December 2016Open Day December 2016
Open Day December 2016Faris Ansari
 
Frappe Open Day - March 2017
Frappe Open Day - March 2017Frappe Open Day - March 2017
Frappe Open Day - March 2017Makarand Bauskar
 
Frappé / ERPNext Open Day November 2015
Frappé / ERPNext Open Day November 2015Frappé / ERPNext Open Day November 2015
Frappé / ERPNext Open Day November 2015Anand Doshi
 
ERPNext Open Day - March / April 2015
ERPNext Open Day - March / April 2015ERPNext Open Day - March / April 2015
ERPNext Open Day - March / April 2015rushabh_mehta
 
ERPNext Open Day - September 2015
ERPNext Open Day - September 2015ERPNext Open Day - September 2015
ERPNext Open Day - September 2015Anand Doshi
 
Sap ac100 col02 latest sample www erp_examscom
Sap ac100 col02 latest sample www erp_examscomSap ac100 col02 latest sample www erp_examscom
Sap ac100 col02 latest sample www erp_examscomSap Materials
 
Learn How to Build a Headless Commerce Storefront
Learn How to Build a Headless Commerce StorefrontLearn How to Build a Headless Commerce Storefront
Learn How to Build a Headless Commerce StorefrontSAP Customer Experience
 
Building the Business Case for SAP HANA
Building the Business Case for SAP HANABuilding the Business Case for SAP HANA
Building the Business Case for SAP HANABluefin Solutions
 

La actualidad más candente (20)

Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015
 
Open Day - September 2016
Open Day - September 2016Open Day - September 2016
Open Day - September 2016
 
ERPNext Open Day - August 2015
ERPNext Open Day - August 2015ERPNext Open Day - August 2015
ERPNext Open Day - August 2015
 
Frappe Open Day - February 2017
Frappe Open Day - February 2017Frappe Open Day - February 2017
Frappe Open Day - February 2017
 
November 2016
November 2016November 2016
November 2016
 
Frappé / ERPNext Open Day December 2015
Frappé / ERPNext Open Day December 2015Frappé / ERPNext Open Day December 2015
Frappé / ERPNext Open Day December 2015
 
ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017
 
Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015
 
Open Day December 2016
Open Day December 2016Open Day December 2016
Open Day December 2016
 
Open Day October 2016
Open Day October 2016Open Day October 2016
Open Day October 2016
 
Frappe Open Day - March 2017
Frappe Open Day - March 2017Frappe Open Day - March 2017
Frappe Open Day - March 2017
 
Frappé / ERPNext Open Day November 2015
Frappé / ERPNext Open Day November 2015Frappé / ERPNext Open Day November 2015
Frappé / ERPNext Open Day November 2015
 
ERPNext Open Day - March / April 2015
ERPNext Open Day - March / April 2015ERPNext Open Day - March / April 2015
ERPNext Open Day - March / April 2015
 
ERPNext Open Day - September 2015
ERPNext Open Day - September 2015ERPNext Open Day - September 2015
ERPNext Open Day - September 2015
 
Frappe Open Day - October & November 2018
Frappe Open Day - October & November 2018Frappe Open Day - October & November 2018
Frappe Open Day - October & November 2018
 
Frappe Open Day - May 2018
Frappe Open Day - May 2018Frappe Open Day - May 2018
Frappe Open Day - May 2018
 
Open Day May 2019
Open Day May 2019Open Day May 2019
Open Day May 2019
 
Sap ac100 col02 latest sample www erp_examscom
Sap ac100 col02 latest sample www erp_examscomSap ac100 col02 latest sample www erp_examscom
Sap ac100 col02 latest sample www erp_examscom
 
Learn How to Build a Headless Commerce Storefront
Learn How to Build a Headless Commerce StorefrontLearn How to Build a Headless Commerce Storefront
Learn How to Build a Headless Commerce Storefront
 
Building the Business Case for SAP HANA
Building the Business Case for SAP HANABuilding the Business Case for SAP HANA
Building the Business Case for SAP HANA
 

Similar a Frappé Open Day Presentations - March 2016

Frappe / ERPNext Open Day October 14
Frappe / ERPNext Open Day October 14Frappe / ERPNext Open Day October 14
Frappe / ERPNext Open Day October 14rushabh_mehta
 
ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017Saurabh Palande
 
Frappe Open Day - January 2015
Frappe Open Day - January 2015Frappe Open Day - January 2015
Frappe Open Day - January 2015Anand Doshi
 
Frappe Open Day - July 2015
Frappe Open Day - July 2015Frappe Open Day - July 2015
Frappe Open Day - July 2015Anand Doshi
 
Minimum viable product to delivery business value
Minimum viable product to delivery business valueMinimum viable product to delivery business value
Minimum viable product to delivery business valueZaheer Abbas Contractor
 
Speakers slidedeck sp-biz laporte
Speakers slidedeck   sp-biz laporteSpeakers slidedeck   sp-biz laporte
Speakers slidedeck sp-biz laportePaul LaPorte
 
The 5.0 Demo: Building a Compelling Story
The 5.0 Demo: Building a Compelling StoryThe 5.0 Demo: Building a Compelling Story
The 5.0 Demo: Building a Compelling StoryAcumatica Cloud ERP
 
DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...
DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...
DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...Gene Kim
 
SharePoint Saturday - Hybrid O365 BI Solution
SharePoint Saturday - Hybrid O365 BI SolutionSharePoint Saturday - Hybrid O365 BI Solution
SharePoint Saturday - Hybrid O365 BI SolutionVinay Gandhi
 
Magento Business Intelligence
Magento Business IntelligenceMagento Business Intelligence
Magento Business IntelligenceMiles Woolgar
 
SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15
SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15
SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15Jobvite
 
Put Numbers 2Work: Data-driven recruiting (3B)
Put Numbers 2Work: Data-driven recruiting  (3B)Put Numbers 2Work: Data-driven recruiting  (3B)
Put Numbers 2Work: Data-driven recruiting (3B)Jobvite
 
Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4Archana Joshi
 

Similar a Frappé Open Day Presentations - March 2016 (20)

Frappe Open Day - April 2018
Frappe Open Day - April 2018Frappe Open Day - April 2018
Frappe Open Day - April 2018
 
Frappe Open Day - August 2018
Frappe Open Day - August 2018Frappe Open Day - August 2018
Frappe Open Day - August 2018
 
Syed Resume - New
Syed Resume -  NewSyed Resume -  New
Syed Resume - New
 
Frappe / ERPNext Open Day October 14
Frappe / ERPNext Open Day October 14Frappe / ERPNext Open Day October 14
Frappe / ERPNext Open Day October 14
 
bhaskara
bhaskarabhaskara
bhaskara
 
ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017
 
Frappe Open Day - January 2015
Frappe Open Day - January 2015Frappe Open Day - January 2015
Frappe Open Day - January 2015
 
Saurabh(1)
Saurabh(1)Saurabh(1)
Saurabh(1)
 
Frappe Open Day - July 2015
Frappe Open Day - July 2015Frappe Open Day - July 2015
Frappe Open Day - July 2015
 
Frappe Open Day for March 2019
Frappe Open Day for March 2019Frappe Open Day for March 2019
Frappe Open Day for March 2019
 
Minimum viable product to delivery business value
Minimum viable product to delivery business valueMinimum viable product to delivery business value
Minimum viable product to delivery business value
 
Speakers slidedeck sp-biz laporte
Speakers slidedeck   sp-biz laporteSpeakers slidedeck   sp-biz laporte
Speakers slidedeck sp-biz laporte
 
The 5.0 Demo: Building a Compelling Story
The 5.0 Demo: Building a Compelling StoryThe 5.0 Demo: Building a Compelling Story
The 5.0 Demo: Building a Compelling Story
 
DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...
DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...
DOES16 London - Gebrian uit de Bulten & Vincent van Kooten - The Road to Enab...
 
SharePoint Saturday - Hybrid O365 BI Solution
SharePoint Saturday - Hybrid O365 BI SolutionSharePoint Saturday - Hybrid O365 BI Solution
SharePoint Saturday - Hybrid O365 BI Solution
 
Magento Business Intelligence
Magento Business IntelligenceMagento Business Intelligence
Magento Business Intelligence
 
SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15
SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15
SF Summit15 3B_Data-Driven Recruiting_Messick_5.8.15
 
Put Numbers 2Work: Data-driven recruiting (3B)
Put Numbers 2Work: Data-driven recruiting  (3B)Put Numbers 2Work: Data-driven recruiting  (3B)
Put Numbers 2Work: Data-driven recruiting (3B)
 
Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4
 
Hari_crm_Middleware_exp
Hari_crm_Middleware_expHari_crm_Middleware_exp
Hari_crm_Middleware_exp
 

Último

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Último (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Frappé Open Day Presentations - March 2016