SlideShare a Scribd company logo
1 of 156
Download to read offline
Open Day
Arundhati Sharma
March 2017
Month in a NutShell!
Demo Sessions
1. Dimex International, Dmitry
2. Techno Instruments, Himanshu Soni
3. NISAGLOBAL, Vaibhav Pandit
4. Boond Engineering and Development , Anmol Soni and Tarun Kalra
5. B. D. R. Products (India) Pvt. Ltd, Tushar Jain
Functional Support Sessions
Ias.erpnext.com
artabroch.erpnext.com
Yorcardlimited.erpnext.com
sudhirlifesciences.erpnext.com
Github
Issues Closed : 14
Issues Replicated : 6
Issues Created : 6
Mock ups : 4
Payment terms
Work in Progress!
Manage over payment directly in Payment Entry
● Fetch Customer
● Fetch the Invoice for Payment
● Fetch the “Is Advance” entries for that Customer
● Reconcile the Entries
Follow ups
Follow up emails sent in a month : 30
Responses Received : 10
Help please!
OKR list!
Discuss Queries : 50
Help Articles : 10 (To be reviewed)
Write Ups : 4
V8 Testing
Thank you!
Open Day
Ayush A.S.
@mcd-50
Demo
https://goo.gl/ow2kvv
What I did?
1. First week i made my first pull request but got
rejected. Right now pull request is waiting but
new implementation plan was discussed
yesterday.
2. Trying to make chat based interface for
replying issue before this saturday.
Few snapshots
Looks open source not working
First Pull request
Few more people started inspiring me.
Completed 3.5 months at frappe.
March 2017
Open Day
Faris Ansari
Such Green, Much Commits
Wow.
Reviewed 10 Pull Requests
Takes a lot of time
Calendar Colors
Setup wizard
Gantt Custom Popup
Kanban Board
New Project created with Kanban Board
Kanban Board
Private Boards with ToDo and Note
Blog Post - Banner Image
List View
Cleaned up HTML
Multiple Attachments
Bench Build
In Node
How to write JS in 2017
“Abey ye to bakwaas hai”
- Ayush Shukla
// block scoped
const a = 1;
let b = 2; // let is the new var
// function shorthand
const multiply = (a, b) => {
return a * b;
}
const square = n => n * n; // sweet
// maintains (this) context
const callback = () => {
this.do_something();
}
// destructuring
const obj = {
param1: “hello”,
param2: “world”
}
const { param1, param2 } = obj;
const arr = [1, 2];
const [first, second] = arr;
// template literal strings
const template = `
<div>
${ get_button_html() }
</div>
`;
// default parameters, optional parameters
function get_btn_html(txt, class=‘default’, {click=null, hidden=0} = {})
{
const btn = $(`
<button class=“btn btn-${class}”>${txt}</button>
`)
if(click) {
btn.click(click);
}
return btn;
}
let btn = get_btn_html(‘New’, ‘primary’, {
click: () => console.log(‘test’)
});
and lots of features!
Google “Learn ES2016 / ES2017”
Hackathon
Hackathon
Best Game
OKRs
Bench Build
Listview Refactor
Kanban / Gantt UX
GitHub Issues
Review Pull Requests
Documentation
Discuss
Blog
Hub ?
@netchampfaris
Thanks!
March, 2017
Frappé/ERPNext Open Day
Kanchan Chauhan
To-do: Implement Search and Edit
Address Book
Supplier, Customer and Lead
Quantity inWebsite
Show item quantity in website
Hub
Introducing Hub
Hub Settings
Enabled to enable Hub to see the listed products
Hub Settings
Publish Items to hub to publish items to hub and update details
Sync Items
Sync Now to sync new items and update existing items based on last sync date
Hub Page (In-app)
Checkout published items from other sellers
Discuss
Fixes - 26
✤ Export selected items only in Report Builder
✤ Project filter in BOM selection in Production Order
✤ Multiple Employee Loan fixes
✤ Multiple Salary Fixes
✤ Other Minor fixes
Thank you
Kanchan Chauhan
Frappé / ERPNext
Open Day
March 2016
Makarand Bauskar
Email Inbox
Inbox View
Email Actions
Make Issue, Lead Opportunity from Email
Fixes
• Chat & Activity page fixes
• Email Account, User Email fixes
• 25+ Github Issue fixes
Discuss Forum
System generated PR for documentation for Frappe & ERPNext
Thank You
Open Day
Frappé | ERPNext
Manas Solanki • March 2017
Overview
● Changes in the following doctype
of School
a. Student Applicant
b. Student
c. Program Enrollment
● Fix the following tools
a. Student Attendance Tool
b. Program Enrollment Tool
c. Newsletter
d. Export Reports in .xlsx
e. User Import via Data Import
● Added following features
a. Work flow for student applicant
b. Migration of student applicant data
c. Fee Module
d. Student and Guardian Report
Student
Applicant
Some changes and addition:
● Remove the Guardian child table and added
the required fields.
● Added the sibling child table.
● Removed the custom field for guardian details
and write patch for the same.
● Created workflow for the different stages of
application.
● Accordingly changed the web-forms and
custom doctypes for shishuvan
Student
&
Program
Enrollment
Student Master:
● Added the enabled field for currently enrolled
student
● Added student and guardian contact report
Program Enrollment:
● Remove custom field and added the generic for
student batch
● Wrote patch for the same
● Added some field for school house
Migration of Student Applicant Data
Student Applicant
Created student master
Record
Made Guardian records
and linked with
Route to student
enrollment with data
Fee
Module
Progress
Schools Fee Module
● Created fee category and fee structure
● Fee Request for creating the multiple payment
request in bulk
● Done few changes in payment request and rest
have to discuss with Nabin.
Some more fixes
● Check for enabled student in student enrollment tool
● Disable the button in attendance tool after marking attendance
● Patch for newsletter
● Export Report in Excel
● User Import via Data Import Tool
More updates:
● Updated 2 pages of documentation ( Target of 5)
● Communication with Shishuvan and discuss includes 100+ exchanges
of mails and replies (Target of 50+).
Next….
● Finish Fee Module this week.
● Discuss and fix changes
regarding student enrollment
and student batch.
● Complete Assessment Module
this month.
● Work on different reports.
Suggestion and Feedback
Open Day March 2017
Nabin Hait
Pull Requests Review
Testing
Fixes
Feature Page & Change Log
Release
Discuss Posts
Github Milestone Followup
V
E
R
S
I
O
N
8
G
I
T
H
U
B
S
T
A
T
S
ERPNext Conference Europe
O
K
R
R
E
V
I
E
W
V8 Release
• All milestone issues are closed
• Release note
• Discuss post for beta testing and release
Development & Fixing
• Study GST and finalise to-do list
• Identify 20 issues and fix
• Rewrite Codes
• Status Updater
• Remove cur_frm from 5 files
• Remove Purchase Common and Authorisation Control
• Put advance related code in new file
Communications
• Reply 75 discuss posts
• 2 Blogs
• Improve / Create 5 pages documentation
• Review 100 pull requests
Remote Work
from
Monday
Thanks
Prateeksha Singh
Open Day
March 2017
18/25 Discuss replies
1/4 Blog
5/10 Doc Pages
27/35 Issues
6 Weeks
Hub Product Listing
MultiSelect Link
Search
Hackathon: First Game
Thank You
Frappé Open Day
March-2017
Rohit Waghchaure
OKRS
Offline Customer Edit for POS
Completed POS bounty with Faris
Fixed role assignments for page and report
Fixed Issues
• Fixed paid amount for sales and
purchase return
• Fixed item variants broken when
using naming series for items
• Reserved quantity calculation issue
for multi sales UOM
• Fixed website list for contact for
customer and supplier
• Fixed user permissions for gross
profit report
• UnpickleError lang, removed _
method from the argument of the
function
Other Issues
Discuss Forum
Documentation
• Added information about Role Permission for Page
and Report
• Added customer edit, email feature information in
the POS
• Fixed some broken images
Thank You :)
Open Day
March 2017
Rushabh Mehta
OKRs
Increase Activation by 20% 50%
Start Measuring Activation 100%
Fix Welcome Emails 100%
Implement 10 ideas 50%
Complete Foundation Website 90%
Content 100%
Service Providers 100%
Memberships 100%
Implement Goals for Users 0%
Sales 0%
Support 0%
Fulfilment 0%
Projects
Refactor Web Views
Global Search in Website
Version labels for develop branch
UI - Field Alignment
Grid-in-a-grid
Posting time is time is now by default
Variants by Manufacturer
Conference
Events
What is next?
• 2017-18 Planning and Roles
• OKRs
• Roadmap to 9
Thanks!
Open Day
Frappé/ERPNext
March 2017
Saurabh
Stripe Payment
3 Payment Gateways
Create Payment Request Token
Capture Payment with the ref. of Token Id
Deprecate Integration
Broker & Service
Then
Now
Audit Log
Setup Prerequisites and other
dependancies via role
Update email group limit
Clean-up Cronjobs while
settings up new bench
AWS backup via non-root
user
Integrity & Other fixes
• Sync bench after pull-only deploy
• Rename sites name to avoid orphan sites on bench
• Remove executable perms from all .yml
• Update nameserver while setting up server
• Set proxy while settings up new server
• provision to uninstall specific app from server
Setup Foundation
• Setup foundation server erpnext.org
• Setup payment mechanism for membership
• Data migration from community to erpnext.org
Other Ops activities
• Setup hub server
• 4 Deploys (3 migration & 1 pull only)
• beta fixes ( weird issues )
• patch fixes for V-beta-8 with nabin
Thank You
March, 2017
Umair Sayed
OKR
Special
Trials
0
1000
2000
3000
4000
Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar
Free Trial
60
3903
Customers
0
7.5
15
22.5
30
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2016 - 17 2015- 16 2014-15
19
Renewals
0
6
12
18
24
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2016 - 17 2015- 16 2014-15
22
Issues
0
175
350
525
700
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2016 - 17 2015- 16 2014-15
536
Feedback Rating
44.02
Issues Opportunity
3.2
3.61=
Response Time
15 mins
159
March
Maximum: 1000 mins

Minimum: 10 mins
0
1000
2000
3000
4000
Apr May Jun July Aug Sept Oct Nov Dec Jan Feb Mar
2016 - 17 2015- 16 2014-15
3997
Community Forum
My Posts on Forum
100
182
Webinars
4
4
With Videos
• Accounts module
• Version 8 Updates
• ERPNext Make to Order
• Custom Application on Frappe, 

hooking it with ERPNext
Help Videos
5
5
• User and Permissions
• Employee Loan Management
• Employee master
• Naming Series
• Custom Report Builder
EU Conference Videos
Documentation
Videos

Pages
Done
27 pages updated
Github
Close

15
Open

20
35
17
Reviews
50

Each
Before Now Odoo
Capterra 7 13 44
GetApp 7 13 -
Alternative2 4 6 3
Blog
ERPNext Implementation at Pasbaan-e-Adab 1
1
Talk at NMIMS
Reviews
Since two weeks ago , I am trying to call service providers in Saudi Arabia they
never answer me via email or phone and most numbers are incorrect I think
most of service providers are not active still we want to tell us the best service
providers that can help us even if its out side KSA.

Abdulfattah A. Reslan
after we implemented ERPNext in her business she one night started playing
around with the system and loved it so much she stayed up till 4am!"
Customer in Singapore
. . . . .
Reviews
I think the system is very good and functional and it would be required a very little
effort to make it perfect. Consider that customizing user interfaces is one of the
cornerstones of modern systems! You have all the technical capabilities to do that

Francesco Palmisano
Let me congratulate you and others on ERPNext on the incoming v8. I can see
the POS will be another beautiful piece. Great job, fast response, ease of use and
patience to deal with non accounting non IT people like us is a magnet that binds
us fast to ERPNext.
Lukmon Ifashina
. . . . .
Reviews
Thanks buddy hope it works . happy to use one of the best product.

Danish Shaikh
By the way thank you so much! Now it works perfectly, you are the best!!
Cosimo Terzani
. . . . .
OKRs for April
Customers



- 35 New Customers

- Feedback Rating: 4 stars
Help Content
- 3 Help videos
- Get stated with Selenium
- Update 15 manual pages
Community Engagement
- 2 Webinars
- 80 post on forum
- 25 review on Capterra and GetApp
- 1 Blog
Product Improvement
- Close 25 old Github Issue
- Test version 8 and report 15 issues
!"#$%& ُ(#)

More Related Content

What's hot

Frappé / ERPNext Open Day January 2016
Frappé / ERPNext Open Day January 2016Frappé / ERPNext Open Day January 2016
Frappé / ERPNext Open Day January 2016Anand Doshi
 
Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015Anand Doshi
 
Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016Anand Doshi
 
ERPNext Open Day - August 2015
ERPNext Open Day - August 2015ERPNext Open Day - August 2015
ERPNext Open Day - August 2015Anand Doshi
 
Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 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
 
Frappe / ERPNext Open Day May 14
Frappe / ERPNext Open Day May 14Frappe / ERPNext Open Day May 14
Frappe / ERPNext Open Day May 14rushabh_mehta
 
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 - September 2015
ERPNext Open Day - September 2015ERPNext Open Day - September 2015
ERPNext Open Day - September 2015Anand Doshi
 
ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017Saurabh Palande
 
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBrian Culver
 
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 - January 2014
ERPNext Open Day - January 2014ERPNext Open Day - January 2014
ERPNext Open Day - January 2014Anand Doshi
 
Share point 2013 features Workflow
Share point 2013 features WorkflowShare point 2013 features Workflow
Share point 2013 features WorkflowRaghu Raja
 

What's hot (20)

Open Day October 2016
Open Day October 2016Open Day October 2016
Open Day October 2016
 
Frappé / ERPNext Open Day January 2016
Frappé / ERPNext Open Day January 2016Frappé / ERPNext Open Day January 2016
Frappé / ERPNext Open Day January 2016
 
Open Day May 2016
Open Day May 2016Open Day May 2016
Open Day May 2016
 
Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015
 
Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016
 
Openday june 16
Openday june 16Openday june 16
Openday june 16
 
ERPNext Open Day - August 2015
ERPNext Open Day - August 2015ERPNext Open Day - August 2015
ERPNext Open Day - August 2015
 
Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015Frappé / ERPNext Open Day October 2015
Frappé / ERPNext Open Day October 2015
 
Frappé / ERPNext Open Day December 2015
Frappé / ERPNext Open Day December 2015Frappé / ERPNext Open Day December 2015
Frappé / ERPNext Open Day December 2015
 
Frappe / ERPNext Open Day May 14
Frappe / ERPNext Open Day May 14Frappe / ERPNext Open Day May 14
Frappe / ERPNext Open Day May 14
 
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 - September 2015
ERPNext Open Day - September 2015ERPNext Open Day - September 2015
ERPNext Open Day - September 2015
 
Frappe Open Day January 2019
Frappe Open Day January 2019Frappe Open Day January 2019
Frappe Open Day January 2019
 
Open Day August 2019
Open Day August 2019Open Day August 2019
Open Day August 2019
 
ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017ERPNext Open Day Aug 2017
ERPNext Open Day Aug 2017
 
Open Day July 2019
Open Day July 2019Open Day July 2019
Open Day July 2019
 
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
 
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 - January 2014
ERPNext Open Day - January 2014ERPNext Open Day - January 2014
ERPNext Open Day - January 2014
 
Share point 2013 features Workflow
Share point 2013 features WorkflowShare point 2013 features Workflow
Share point 2013 features Workflow
 

Similar to Frappe Open Day - March 2017

Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016Neil Lasrado
 
Py conkr 2020-automated newsletter service for your valuable community-chans...
Py conkr 2020-automated newsletter service  for your valuable community-chans...Py conkr 2020-automated newsletter service  for your valuable community-chans...
Py conkr 2020-automated newsletter service for your valuable community-chans...Park Chansung
 
Alternate for scheduled apex using flow builder
Alternate for scheduled apex using flow builderAlternate for scheduled apex using flow builder
Alternate for scheduled apex using flow builderKadharBashaJ
 
Power of Flows and Prepare for Salesforce Admin Certification
Power of Flows and Prepare for Salesforce Admin CertificationPower of Flows and Prepare for Salesforce Admin Certification
Power of Flows and Prepare for Salesforce Admin CertificationNishant Singh Panwar
 
Office add ins community call-January 2019
Office add ins community call-January 2019Office add ins community call-January 2019
Office add ins community call-January 2019Microsoft 365 Developer
 
Robin Updated
Robin UpdatedRobin Updated
Robin UpdatedRobin Raj
 
712-use-apps-script-to-create-dynamic-google-forms.pdf
712-use-apps-script-to-create-dynamic-google-forms.pdf712-use-apps-script-to-create-dynamic-google-forms.pdf
712-use-apps-script-to-create-dynamic-google-forms.pdfJojiVarghese30
 
Sprint 43 Review
Sprint 43 ReviewSprint 43 Review
Sprint 43 ReviewManageIQ
 
SPUnite17 Timer Jobs Event Handlers
SPUnite17 Timer Jobs Event HandlersSPUnite17 Timer Jobs Event Handlers
SPUnite17 Timer Jobs Event HandlersNCCOMMS
 
Frappe ERPNext Open Day August 2014
Frappe ERPNext Open Day August 2014Frappe ERPNext Open Day August 2014
Frappe ERPNext Open Day August 2014rushabh_mehta
 
WinOps Conf 2016 - Michael Greene - Release Pipelines
WinOps Conf 2016 - Michael Greene - Release PipelinesWinOps Conf 2016 - Michael Greene - Release Pipelines
WinOps Conf 2016 - Michael Greene - Release PipelinesWinOps Conf
 

Similar to Frappe Open Day - March 2017 (20)

Frappe Open Day - August 2018
Frappe Open Day - August 2018Frappe Open Day - August 2018
Frappe Open Day - August 2018
 
Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016
 
Frappe Open Day for March 2019
Frappe Open Day for March 2019Frappe Open Day for March 2019
Frappe Open Day for March 2019
 
Frappe Open Day - April 2018
Frappe Open Day - April 2018Frappe Open Day - April 2018
Frappe Open Day - April 2018
 
Py conkr 2020-automated newsletter service for your valuable community-chans...
Py conkr 2020-automated newsletter service  for your valuable community-chans...Py conkr 2020-automated newsletter service  for your valuable community-chans...
Py conkr 2020-automated newsletter service for your valuable community-chans...
 
Frappe Open Day - May 2018
Frappe Open Day - May 2018Frappe Open Day - May 2018
Frappe Open Day - May 2018
 
Alternate for scheduled apex using flow builder
Alternate for scheduled apex using flow builderAlternate for scheduled apex using flow builder
Alternate for scheduled apex using flow builder
 
Frappe Open Day - July 2018
Frappe Open Day - July 2018Frappe Open Day - July 2018
Frappe Open Day - July 2018
 
Power of Flows and Prepare for Salesforce Admin Certification
Power of Flows and Prepare for Salesforce Admin CertificationPower of Flows and Prepare for Salesforce Admin Certification
Power of Flows and Prepare for Salesforce Admin Certification
 
Teams Automation with Graph API
Teams Automation with Graph APITeams Automation with Graph API
Teams Automation with Graph API
 
Office add ins community call-January 2019
Office add ins community call-January 2019Office add ins community call-January 2019
Office add ins community call-January 2019
 
Robin Updated
Robin UpdatedRobin Updated
Robin Updated
 
712-use-apps-script-to-create-dynamic-google-forms.pdf
712-use-apps-script-to-create-dynamic-google-forms.pdf712-use-apps-script-to-create-dynamic-google-forms.pdf
712-use-apps-script-to-create-dynamic-google-forms.pdf
 
Sprint 43 Review
Sprint 43 ReviewSprint 43 Review
Sprint 43 Review
 
SPUnite17 Timer Jobs Event Handlers
SPUnite17 Timer Jobs Event HandlersSPUnite17 Timer Jobs Event Handlers
SPUnite17 Timer Jobs Event Handlers
 
Frappe ERPNext Open Day August 2014
Frappe ERPNext Open Day August 2014Frappe ERPNext Open Day August 2014
Frappe ERPNext Open Day August 2014
 
WinOps Conf 2016 - Michael Greene - Release Pipelines
WinOps Conf 2016 - Michael Greene - Release PipelinesWinOps Conf 2016 - Michael Greene - Release Pipelines
WinOps Conf 2016 - Michael Greene - Release Pipelines
 
M365 Teams Automation
M365 Teams AutomationM365 Teams Automation
M365 Teams Automation
 
Resume
ResumeResume
Resume
 
Appengine Nljug
Appengine NljugAppengine Nljug
Appengine Nljug
 

Recently uploaded

Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....ShaimaaMohamedGalal
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 

Recently uploaded (20)

Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 

Frappe Open Day - March 2017