Search The Adilas.biz Developer's Notebook
Time Period:
Daily (enter the day you want to see)
Monthly
Custom Date Range to
Template Filter:
Color Code:
General Text Filter:

(use a plus "+" sign to separate search terms. ex: jack+jill+hill)
Sort Value:
 
Adilas.biz Developer's Notebook Report - 2/1/2016 to 2/29/2016 - (150)
Photos
Time Id Color Title/Caption Start Date   Notes
No po photos available. Click to view time details.
Shop 590 Scanning expenses 2/1/2016   Changed out the main login page and took down the ad for the label wizard. Started scanning receipts and recording expenses. Working on getting bills and credit card accounts up to date.
 
No po photos available. Click to view time details.
Shop 470 Sub Inventory 2/1/2016   Working with Steve on a GoToMeeting session. We went over some tax stuff and dividends for the shop. We then went in and started working on the flash to HTML buttons. We spent over an hour working on the my cart favorites page. Lots of manual merging of code. The interesting thing on this project is it comings some grouped tiered pricing, sub inventory changes, and the switches between flash and HTML. Lots of bigger projects all combined together on one page. We'll be back on this page tomorrow to make it be a little bit tighter.
 
No po photos available. Click to view time details.
Shop 550 Adilas World/ Adilas for Business 2/1/2016   Met with both Nick and Russell about how to do custom URL's and custom web addresses for the adilas market. After that, I worked with Nick on how to hook up his social media pieces. We talked about queries of queries.
 
No po photos available. Click to view time details.
Shop 624 Tracking sub details of time and space 2/1/2016   I met with Russell for a couple hours today. Part of the discussion was dealing with the project manager and the employee timeclock applications. We talked a lot about tracking sub details of both time and space (organization). These are a list of a few of the topics that had some weight:

- Subs of subs - be able to stack and inter-join
- Tags - quick way of marking
- Colors - visual way to organize
- Phases - what states or statuses are needed - how do they change
- Locations and sub locations - what movement or flow is needed to track the where
- Categories, groups, & types - what groupings are used and how are things organized
- Flags - what is special or needs to be noted about different things
- Levels, order, priority, & position - how and where are things organized - up/down, back/front, left/right, etc.
- Style/CSS - what styles are applied and why
- Icons and images - how can we represent different groups, flags, tags, categories, levels, etc.
- Settings, permissions, & custom - who gets access and what are the rules, defaults, and the mix or combination
- JSON or database - how and what do we store? - quick look-up and reports or flexible random mix or a combination of both

Anyways, I think it is interesting that it come back to story telling and catching the who, what, where, when, how long, how much, and the why. Those are really simple terms but seem to blossom and expand without end.

Also by way of a note, these values need to be ready to be applied to any of the main player groups. These values will be native to elements of time, but also need to be able to be applied to things such as invoices, customers, PO's, deposits, inventory items, stock/units, expenses, users, vendors, balance sheet items, quotes, and other elements of time.

They may also need a way for the main player group or individual item to hold the last known value as part of the data and story. As a reference, think of the way the action status logs are done and how the main element of time holds the last known status. That makes it easy to search the main based off of the sub tracking criteria. Anyways, just some notes on sub tracking...
 
No po photos available. Click to view time details.
Shop 413 Calvin Chipman 2/1/2016   On a GoToMeeting session with Calvin going over his new database field settings for customers. The demo looked good. The only thing that needed a little bit of help was the hidden default values to allow the add to still work as planned. Looking good.
 
No po photos available. Click to view time details.
Shop 485 sales page 2/1/2016   Met with Russell to talk about the shop and how owns what. We talked about some options and brought back up the adilas hub model. Lots of potential there. We talked about vision, direction, goals, and teams. We talked about some different funding options and then got into some projects. We spent about half an hour going over the next phases of the adilas timeline project.
 
No po photos available. Click to view time details.
Shop 543 Adilas Icon Project 2/1/2016   Did some light work and training on the Lee Hansen custom invoice for A Touch of Style. The project is currently in the add/edit flex grid section. We then went in and worked on a number of icon menu pages. We signed off on seven pages and posted them online.
 
No po photos available. Click to view time details.
Shop 625 Recording notes and paying bills 2/2/2016   Recording notes on tracking sub details of time and space. I also recorded some bills.
 
No po photos available. Click to view time details.
Shop 626 Working on payroll tax tables 2/2/2016   Prep work on pushing up new tax tables that Shawn had done. New changes for 2016 Federal and New Mexico state withholdings.
 
No po photos available. Click to view time details.
Shop 471 Sub Inventory 2/2/2016   Working with Steve on a GoToMeeting session. We pushed through the sign-off process for the flash to HTML my cart favorite buttons. We got all of the new files up and did some light testing.
 
No po photos available. Click to view time details.
Shop 551 Beaver Mountain 2/2/2016   Working with Daniel on some light navigation and links for the Beaver Mountain admin interface and horizontal view.
 
No po photos available. Click to view time details.
Shop 633 Signing off on icon menus 2/2/2016   Working with Bryan on code sign-off for icon menus. We went through 10 new files and even made a couple new icon images.
 
No po photos available. Click to view time details.
Shop 658 Ideas for the sub phases and sub flags/tags of time 2/2/2016   Quick note from a meeting with Russell and Alan dealing with elements of time. We could potentially get in there and add three flag, tag, grouping - type fields on the main element of time. We could then help control those fields through the time templates. The end goal is somewhat of a mix between what we did for the categories inside of the media/content piece and how the sub action status logs are used. Anyways, if we could record the last known values on the main (similar to action status logs) and then also record the history of the changes (similar to action status logs) that would be super cool.

Anyways, the idea is to create a number of special flag and/or tag type fields. We could then possibly name them, setup rules, and even populate special drop-downs per template. This could end up being a mix between sub dates and time and sub action status logs. The trick is allowing the user to control the usage, the values, and the categorizing and grouping for the elements of time.

See time id # 624 for some more ideas on the subject.

Here are some possible database pieces:
main elements_of_time table: special_flag_1, special_flag_2, and special_flag_3 - These could be varchar(100)'s. This is where the last known value would be stored on the main. If we needed, we could even add as many as 5 special flags. That should give plenty of options.

On the time_templates table: we could add a number of new fields to help control each of the sub flags and special tags. They could be fields like: use_special_flag_1 (yes/no field), special_flag_1_name (what to call it), special_flag_1_list (any possible drop-down values - example: ordered|packaged|shipped|returned|back ordered), special_flag_1_default (what to use as a default), special_flag_1_show (1 or a 0 for show/hide options), special_flag_1_admin_only (1 or a 0 for allowing only admin users to interact with the field - default would be 0 or open to all users).

Anyways, I think we could add similar settings and fields for all 3-5 special flag fields. That would allow us to control a number of special values. Just some ideas.
 
No po photos available. Click to view time details.
Shop 486 sales page 2/2/2016   Worked with Russell to setup his system with MySQL, data, files, and ColdFusion. Part way through I had to take a call from Calvin to see his progress on the SQL editor tool that he is working on. After getting Russell's system setup, we met with Alan Williams to talk about element of time and where we are headed. We did some brainstorming on how to use a possible flexible update or flag system to group, flag, categorize, and track sub details. Fun brainstorming session.

After the brainstorming session, Russell and I talked about some budget and funding options. I think that I was stressing Russell out by shooting for the stars on the new brainstorming stuff. We chatted and I think he is good to go. Fun session.
 
No po photos available. Click to view time details.
Shop 414 Calvin Chipman 2/2/2016   Calvin called and we got on a GoToMeeting session. I got to see some of his new code for the SQL editor. It can now import, export, and run other queries. Good stuff. I was tagged with getting Calvin a list of what is planned for the World Building pieces.
 
No po photos available. Click to view time details.
Shop 656 Working on Beaver interfaces 2/2/2016   Working with Daniel on some small navigation and code tweaks. Things are looking good.
 
No po photos available. Click to view time details.
Shop 545 Adilas Icon Project 2/2/2016   Signing off on code for Lee Hansen and the custom invoice for A Touch of Style. Lots of checking and testing and then multiple posts to get things right. Good session.
 
No po photos available. Click to view time details.
Shop 657 Working with Daniel on the horizontal time view apge 2/2/2016   Daniel came over and we did a multi hour session on the horizontal time view for Beaver Mountain. They wanted all of the records on a single line vs. a line per element of time. They also wanted us to include a roster type interface to show who is available and who has time to spare. We spent quite a bit of time planning and then trying to work out a plan to do a union on three different queries to get a master list of what payee/user id's to pull data back for. Good session and we are making progress.
 
No po photos available. Click to view time details.
Shop 527 Brandon Coding Time 2/3/2016   Emails, gathering up some help files for Alan on elements of time, recording notes on sub details and special flags/tags for elements of time.

I then worked with Alan and Daniel on some planning for the horizontal view for the Beaver Mountain project. We went up to the board and spent a good hour going over our plan, what we know, what we want, and how to get there. Alan did a great job and was very beneficial in the planning and understanding of the logic. Both of use were tag teaming and trying to help Daniel catch the vision and where and how to get the project done. Good stuff.
 
No po photos available. Click to view time details.
Shop 415 Calvin Chipman 2/3/2016   Calvin and I did a GoToMeeting session to talk about rules and required options for the new database field settings. We spent some time planning and going over custom validation and how we could add those options to the new database field settings page. The first round is on the add/edit customers page and customers database table. We foresee this feature going out to other database tables in the near future.
 
No po photos available. Click to view time details.
Shop 487 sales page 2/3/2016   Working with Russell on setting up Dreamweaver on his system. We then spent some time going over elements of time and both mine and his visions for the timeline project and the developer's notebook. Lots of good ideas and coming to a common vision and plan for building going forward.
 
No po photos available. Click to view time details.
Shop 546 Adilas Icon Project 2/3/2016   Signing off on code for icon menus. We also looked at a black box for the flex grid that was made a while back but somehow got written over or removed.
 
No po photos available. Click to view time details.
Shop 472 Sub Inventory 2/4/2016   On a GoToMeeting session with Steve. We worked on sub inventory stuff - auto showing subs on my cart favorites for smart groups. We then went in and worked on adding a status to the sub inventory stuff. This is a new argument to help control what is passed back and what is shown.
 
No po photos available. Click to view time details.
Shop 552 Adilas World/ Adilas for Business 2/4/2016   On a GoToMeeting session with Nick. We were working on some code for the adilas world stuff. He is starting to take our original code and push it into the newer skin that Russell has made. It is looking very nice. We worked on queries of queries for customers and their flex grid stuff. We also did some small links and navigation changes. Good session.
 
No po photos available. Click to view time details.
Shop 634 Project Manager 2/4/2016   Alan's time slot got moved around. Once we got going, we were up at the board doing planning on flow and database columns for the new sub categories and special flags stuff. This is a new sub of time. Lots of good stuff on the sub categories and special flags. We are going to be pulling in sub locations, sub phases, sub categories, sub tags/flags, and other subs such as progress bars, levels, etc. They will all be under the sub categories and special flags section.

Alan had a great idea to classify the special flags with a type or main classification. This would be something like: categories, flags, tags, sub locations, sub phases, levels, progress, etc. Great idea. See elements of time # 624 and # 658 for more details.

Also, by way of a note, we decided to add options for controlling date options for the special categories and flags. This will allow us to virtually combine sub dates and times and sub action status with the ability for the users to control the organization and drop-down options. Good stuff.
 
No po photos available. Click to view time details.
Shop 416 Calvin Chipman 2/4/2016   On a GoToMeeting session with Calvin. We talked about flow for the my cart favorites and smart groups. We were bouncing between database tables and values and existing flow and what that means. By the end, we had covered a lot of good terrain but it was kinda random on how we got there. Lots of drawings using GoToMeeting and the Windows snipping tool. Trying to show the flow and possible problems with putting smart group rules and assignments out on the web for ecommerce.
 
No po photos available. Click to view time details.
Shop 488 Icon Menus 2/4/2016   Signing off on code and icon menus with Bryan. We also made a couple of new icons to help with the pages. Uploaded new pages to all servers.
 
No po photos available. Click to view time details.
Shop 547 Sales page 2/4/2016   Working with Russell on the developer's notebook app. We went through some basic ColdFusion training and answered some questions. We took a bit of time and tried to help him understand flow and what not. He will do great. Fun session.
 
No po photos available. Click to view time details.
Shop 668 Updating payroll tax withholding tables 2/4/2016   Updating payroll tax withholding tables for 2016. I got new files from Shawn Curtis for fed/state allowances, new federal tax tables, and state withholdings for New Mexico and California. Posted all new changes on all servers.
 
No po photos available. Click to view time details.
Shop 669 Recording notes 2/4/2016   Recording notes from the day and cleaning up some time and scheduling entries. Busy day.
 
No po photos available. Click to view time details.
Shop 352 Brandon Gone All Friday 2/5/2016   Good day up on the hill. We did a two hour powder clinic and rode together as a group in the morning. I then did an hour of work and recorded notes in my notebook. I then did the two college classes in the afternoon. Good snow and good times.
 
No po photos available. Click to view time details.
Shop 670 Recording notes in my notebook 2/5/2016   Recording loose pages into my notebook. Up at Beaver Mountain, sitting in my SUV, recording notes. Lots of thoughts about the need for education and maintenance. Those two pieces are huge and very badly needed. I'm trying to work on each part.
 
No po photos available. Click to view time details.
Shop 671 Paying bills and looking over payroll withholding code 2/8/2016   Paying bills. I also started into a code sign-off session on some payroll withholdings done by Shawn Curtis. The new state withholdings were for California and New Mexico. Only got part way through the sign-off process. Ran out of time.
 
No po photos available. Click to view time details.
Shop 579 Sub Inventory 2/8/2016   Steve and I met on a GoToMeeting session. As we were working, we decided to go back to the original brainstorming and planning doc for sub inventory and sub cost controls. We spent most of the session going over what is working and what we still want to do to make it awesome. Interesting change of events. Basically, we need to lightly redefine the way the functionality works and plays.
 
No po photos available. Click to view time details.
Shop 554 Adilas World/ Adilas for Business 2/8/2016   Working with Nick on using media/content pieces. We are using media/content pieces for links and images, the data description fields for custom HTML, and the categories for special flags.
 
No po photos available. Click to view time details.
Shop 417 Calvin Chipman 2/8/2016   Installed Calvin's new SQL Editor - capable of imports, exports, any SQL query (insert, update, etc.) and other cool features. Installed new tool on the data 2 server. Exported a number of tables and the process was very quick. Great job Calvin!
 
No po photos available. Click to view time details.
Shop 489 sales page 2/8/2016   Working on the developer's notebook (timeline) project with Russell. Going over code line by line to get into the project. Lots of testing and dissecting the logic and code.
 
No po photos available. Click to view time details.
Shop 611 Adilas icon/server 2/8/2016   Working with Bryan on a custom report. Our goal was to trim down the page to get just what we needed back. We went from over 600 lines of code to about 250. Lots of cleaning and checking code to see if we were using it or not. The goal was to get the page as clean as possible so that we could build some new functionality into the page.
 
No po photos available. Click to view time details.
Shop 679 Working on payroll pages 2/9/2016   Merging payroll files together for Shawn. Worked on the New Mexico state withholdings, California withholdings, and checking Oregon withholdings.
 
No po photos available. Click to view time details.
Shop 580 Sub Inventory 2/9/2016   On a GoToMeeting session with Steve. We were brainstorming on sub inventory and what the next phases and steps of the project will be. Super fun session. This is what we love to do... Both Steve and I had a great time planning and going over ideas and options. This was a breath of fresh air for both of us. It was fun to see what we have already got in place and what we could do to improve it. Good session.

As a note, the brainstorming doc is attached that we were using.
 
No po photos available. Click to view time details.
Shop 617 Adilas icon 2/9/2016   Signing off on icon menu pages. We also worked on a custom sales report to show sales from old and new customers based on a date range.
 
No po photos available. Click to view time details.
Shop 418 Calvin Chipman 2/9/2016   On the phone going over progress on projects. We talked about the SQL Editor and then also went over a couple of other small projects and their scopes.
 
No po photos available. Click to view time details.
Shop 490 sales page 2/9/2016   This didn't happen. I ended up meeting with Todd Williams instead. Todd came into the office and we met for about 2 hours.
 
No po photos available. Click to view time details.
Shop 667 Meeting with Todd Williams 2/9/2016   Russell Moore, Brandon Moore, David Forbis
Mountain Valley Machine, Inc
twilliams@mvminc.biz
Work 435-563-3632

Gave Todd Williams a demo on multiple different levels. We were bouncing between corps and looking at both inside (internal) and outside (ecommerce) stuff. I showed him some project management options and time tracking for projects. We also looked at some quick sales reports, ecommerce, and CSS (look and feel).

After our demo, we stepped into a side room and had a discussion about a possible business option and idea. The main goal would be to include different resources and bring people together. Basically provide a hub or place where a group of people could get together and allocate monies and/or resources to a new project, physical product, digital product, a concept, or an idea.

We talked about pulling in attorneys, CPA's, data folk, machinist, production people, sales people, marketing, designers, bankers/lenders, etc. to create a pooled environment where we could all work together. Basically, adilas would be the backend business tracking software piece and help to allocate budgets, timelines, track resources, ownership, and help in the business tracking process.

So, those who invest or allocate resources (skills, trades, time, monies, talents, ideas, etc.) would be partial owners of the new products. Basically, because a product, concept, or idea isn't much more than a plan at first, it isn't worth a ton until it starts going from water, slush, to ice. Basically, we want to create an environment where we push new ideas forward and help to build people, places, and things.

After Todd left, I batted around some ideas with Russell, Dave Forbis, and Bryan Dayton. We chatted about options to help do some of the following: These are all kinda loose and just ideas at this stage...
- Single product market and/or mall type concept
- Imagine a mini version of eBay or Amazon for different products and services
- A market place where small businesses could get together and collaborate on ideas, projects, and actual products.
- We could allow for online shopping and ecommerce through a preset venue - and adilas hub model shopping place.
- We could help with setup, data storage, data mapping, invoicing, digital payments, and moving monies around. We would own the merchant account and then re-distribute the funds to the parties involved.
- It might even be really cool to re-distribute the funds based off of percentages of ownership. This idea came from Keats Horstmann from Safe Harbor Alliance. I could see it being pretty cool. Think about almost instant re-distribution of funds.
- We would need to handle shipping, customer service, fulfillment, and other shopping related needs.
- As we allocate resources, we could track time, monies, ideas, raw goods, and other resources that get allocated to the projects and products.
- If a company ends up selling or moving on, hopefully they will have a loyalty to the adilas platform and continue using the database service.
- In a way, this project is a mix of community funded projects, the adilas world, the adilas market, the developer's notebook, and a social hub for sharing resources and such.

Anyways, some good ideas have been floating around. Todd asked me to let it simmer and add thoughts as they come up. He would like to get a small team together to see what we could come up with. I offered the adilas shop as a place to meet and do some whiteboarding on the concepts and ideas.

See the sub comments for more ideas as they come in... little mini forum of sorts.
 
No po photos available. Click to view time details.
Shop 567 Appointment with my Daughter 2/9/2016   Met up with Heather and my daughter to go to a doctor appointment.
 
No po photos available. Click to view time details.
Shop 680 Recoding notes and paying bills 2/10/2016   Recording notes from yesterday. Added a number of new items to element of time # 667 about some new business options. Paid some bills and recorded some receipts.
 
No po photos available. Click to view time details.
Shop 528 Brandon Coding Time 2/10/2016   Recording notes and ideas about a number of things. Lots of fun stuff going on. Emails and prep stuff. I then started working on the add limited flex grid page for Beaver Mountain.
 
No po photos available. Click to view time details.
Shop 681 Possible cross corp mappings 2/10/2016   Possible cross corp mappings between the adilas shop and the adilas university developer's notebook app. That would be cool to record in one place and then automatically map over to another site.

Just yesterday, Todd Williams came over and we were talking about some new business options. All of the new market transactions would also need some of the cross corp mappings. Cool stuff.

I see a huge need for different applications and different software packages to be able to crisscross information and data. That is part of where we are headed. Plan for it and make it as easy as possible.
 
No po photos available. Click to view time details.
Shop 682 Bulk assignment options 2/10/2016   We are slowly working towards the "any" assignments portion of elements of time (a sub of time). Until we get there, we may also want to think about bulk flex grid assignments. This could be used for scheduling, rostering, and assigning to projects.

It will be used all over the place. Make it easy and plan for even more requests like this. Also, by way of a note, maybe check the code for the teacher/student interface and how we did some bulk flex grid pieces.
 
No po photos available. Click to view time details.
Shop 683 New settings for time templates 2/10/2016   We are seeing an increased need to get some new time template settings. Here are a couple of things to think about.

- default start and end times (2 different settings)
- ecommerce mappings for part id numbers (parts to invoices to elements of time mappings)
- show on the web - allow for a default setting
- allow external comments - allow outside users to comment and contribute
- lengthen out the default field titles to hold more values. These defaults allow us to build lists and then to populate drop-down lists. Expand the fields to hold more characters.
- allow template switching - this could get tricky, but it could be pretty cool - another option is to add the special flags, tags, and hooks. See elements of time # 624, 634, and 658.

Planning as of 3/1/16:
default_start_time varchar(25) NULL
default_end_time varchar(25) NULL
default_show_on_the_web tinyint(1) 0
default_general_title --- up to varchar(255) NULL
default_sub_date_title --- up to varchar(255) NULL
default_sub_comment_title --- up to varchar(255) NULL
default_gps_title --- up to varchar(255) NULL
default_sub_sign_off_title --- up to varchar(255) NULL
default_payroll_title --- up to varchar(255) NULL
default_assignment_title --- up to varchar(255) NULL
default_reminder_title --- up to varchar(255) NULL
 
No po photos available. Click to view time details.
Shop 684 Cascading dynamic database field names and values 2/10/2016   As we get deeper into the dynamic database field names and cascading them around to different pages, we may need a plan for doing that. I would recommend that we do a similar thing that we did with the black boxes in the ecommerce and shop folder. Basically, we used a method and a .cfc file to setup the defaults (variables and function calls). We then created a new object and then called the other methods over and over again to get what we needed. We could pass in the table name, the field name, and the corp id. This would return any data for that field and that corp. If no records were found, it could return the defaults so that the page could work just like normal. Anyways, just some ideas.

We could also just pass in the table name and the corp id and it could return all records and data objects. We could then access any of the pieces. If we only wanted a smaller sub set of data, we could pass in a single field name or a list of field names. That way the returning records and datasets could be as small as possible.
 
No po photos available. Click to view time details.
Shop 419 Calvin Chipman 2/10/2016   On the phone with Calvin going over some questions. We went and got some client data using his new SQL Editor. We did some light trouble shooting and then talked about some other jobs and such. We are getting more requests to help show all of the new customer settings and cascade them throughout the system.
 
No po photos available. Click to view time details.
Shop 491 sales page 2/10/2016   Russell and I worked on the adilas developer's notebook and adilas timeline project. We spent the whole time dissecting code and going over some date manipulation stuff. Good session and Russell is really catching on. Progress is kinda slow but we are being very thorough. Part of the fun of this is playing with different pieces and seeing what they do and why. Good stuff.
 
No po photos available. Click to view time details.
Shop 622 Adilas Icon Project 2/10/2016   Working with Bryan on a code sign-off. We worked on Steve's custom sales pages and reports. We added some new graphics and even created new graphics for active vs. disabled options. Lots of time cleaning up that report. We then went through a new custom report that shows invoice sales for new and old customers during a specific date range. We finished signing off locally but ran out of time to push the code live.
 
No po photos available. Click to view time details.
Shop 581 Sub Inventory 2/11/2016   On a GoToMeeting session with Steve. Our main topic was finishing up the sub inventory brainstorming page. We ended up on a number of different topics. Fun session. We also had Russell, Dave Forbis, and Bryan chime in here and there as they found the topics interesting. Kinda fun.

We did a small quote for Kelly Whyman. She wants a few things. We decided to see if we could roll together adding datepickers to all dates, implementing the ice-down date for financials, and cascading database field settings (starting with the customers table) all around the entire site. We decided that would be touching almost 1,000 pages. We also decided that we would have a good 15-20 hours of code writing and logic and then pushing that code to all 1,000 pages. We came up with a number between $30,000 and $50,000. We are going to try to use community funded projects to get some of that stuff done. We can get started as soon as we get the first $5,000.

A huge piece of what we did today was talk about some concepts of the adilas community and how to tap into that as a resource. See the attached notes:

- Next logical step - This is what our goal is... What is the next logical step?

- We are selling a partially done product That has been a huge pain but super worth it... We have a producing idea farm - right now! Our clients are helping us drive the ship!

– If we have a producing idea farm - we need to harvest some of these things.

- We try to listen to what our customers are really asking - within limits of budgets and time - what can we do to help the ones who love what we do? - we may need to pick and choose what clients we service. - what will benefit everybody the most?

- In the railroad analogy, we are the train tracks - we'll let others build out the other pieces as they see fit and needs.

- Quote from Danny Shuford - Adilas is a business solution for solution minded people.

- Ideas from Ryan Fox (adilas client) - Adilas Community - Post things - Training - Teach from the inside out - This is a huge resource that we could tap into - Tap into the power users - Help them setup their own companies - We are sitting on the answer to tech support and customer service - basically make a call to the power users and see if they want to help make some side money - allow our people to make some extra money by helping to fill needs - allow them to set their own schedules or times when they are not working for someone else

- What if we had a merchant account that could be used for the adilas community. Help push things around. This could be for selling both products and services

- Be able to send requests to users for help and tech support - training - setup - audience that is watching what is going on (potential for advertising and marketing) - maybe use Calvin's gmext (group mass texting) texting to the power users. Then let them respond to service the needs.

- See elements of time - in the adilas shop - # 667 - concepts of sharing resources and tapping into a community type platform.

- Referrals and testimonials - who knows it, who loves it, who can help us spread it around and about.

- Idea on a flat tech support/training fee - thinking $20/hour for our community to help with training, setup, and such. We (adilas) then would pass the monies around. We would eat the credit card fees as our part of the process. We could spread the monies around and help track things.

- The way we make our money is by more and more clients using our system. There will be tons of ways to make other monies once things get pushed and get going.

- We really need to get the job costing and finish up the elements of time thing done to get to a higher level... That would be awesome.

- What if we change from "as is" to "community driven" - What do you want? And what tools do you need? Here is what we have, if you like it great. If you want something else, let us know. Let's drive this thing together. Help us know where we are headed.

- Another internal asset that we have is the data that we are storing and connecting together. That is huge!

- Whoever wants to play... then let's play! That is who we want.

- Get the system to help the people know what to do next and how to fix potential problems that come up. Easy wizard steps, new interfaces, training (inside out), new setting and features.

- Corp setting, page settings, location settings, user settings, manager settings, etc. To what level? Business world building!

- Business to Business (B2B) transactions. Application flex grid options. EDI electronic data interchanges.

- Keep plugging, keep plugging! We are going in the right direction! The windows keep opening. This project is way bigger than we are...

- Our business model is: small to medium sized business, self-server, software as a service, open API model, etc.
 
No po photos available. Click to view time details.
Shop 685 Icon menu 2/11/2016   Worked on some new icon menu pages. Spent a little bit of time on the manage smart group buttons page to get it looking like what we want.
 
No po photos available. Click to view time details.
Shop 629 Project Manager 2/11/2016   This didn't take place. No action was taken.
 
No po photos available. Click to view time details.
Shop 4951 Virtual Post-It Note 2/11/2016  

    Community funded projects

-date pickers

-ice down

-cascading custom database settings

-Redefine the system defaults.

-Task management for elements of time

-Budgets and job costing

-Social feeds

-Community as is drive vs. model

 
No po photos available. Click to view time details.
Shop 420 Calvin Chipman 2/11/2016   On a phone call with Calvin. We went over some reverse look-up logic for parts, smart group assignments, and my cart favorites.
 
No po photos available. Click to view time details.
Shop 492 sales page 2/11/2016   Met with Russell and we decided that we need to get some other projects done and going that are in the works. We will then jump back into more training on some of these things.
 
No po photos available. Click to view time details.
Shop 686 Recording notes 2/11/2016   Recording notes about different things that were going on today. Lots of fun things about the adilas community and ideas on how to tap into that venue.
 
No po photos available. Click to view time details.
Shop 623 Adilas Icon Project 2/11/2016   Working on some more icon menu pages. Got code done and pushed to all servers. Created a number of new icons as well.
 
No po photos available. Click to view time details.
Shop 749 Working with Daniel on the Beaver project 2/11/2016   Daniel came over and we worked on the Beaver Mountain Project. Our task for the night was the custom report that shows instructors and what clinics they have taken. We spent the whole time on the one report. It has payee/user stuff, custom flex grid tie-ins, and then a listing of elements of time and flex grid tie-ins based off of time. Lots of queries of queries and random stuff. Good session.
 
No po photos available. Click to view time details.
Shop 750 Merging some files for Beaver 2/12/2016   Merged a number of files into the master branch for Beaver Mountain. I then worked with Daniel on a GoToMeeting session to push the files live. We logged in and did some live testing as well.
 
No po photos available. Click to view time details.
Shop 353 Brandon Gone All Friday 2/12/2016   Good day on the hill. Got there early in hopes to talk to Debbie about the progress that we are making on the Beaver Mountain project. She was pretty busy. Not much happened.

I got some runs in and then helped with the school. After that, I did a couple of hours of adilas work while sitting in the lodge. I then taught my two college classes in the afternoon.
 
No po photos available. Click to view time details.
Shop 753 Working on the add limited flex grid page 2/12/2016   Up at Beaver Mountain working on the add limited flex grid page and logic. Funny enough, the current project is for Beaver Mountain and I was there working on their stuff. The add limited flex grid page allows the flex grid to shrink in size to make it not so intimidating to use in the add mode. The edit mode is still pretty big, but at least the add mode could be smaller and easier to use.
 
No po photos available. Click to view time details.
Shop 754 General updates 2/13/2016   Paying bills, emails, tech support, and doing some tax updates for California state withholdings.
 
No po photos available. Click to view time details.
Shop 4952 Virtual Post-It Note 2/13/2016  

-Problem with the alternate logo sticking

 
No po photos available. Click to view time details.
Shop 755 New logo for client 2/13/2016   New logo for Outco OC. Added new logo and watermark.
 
No po photos available. Click to view time details.
Shop 582 Sub Inventory 2/15/2016   On a GoToMeeting session with Steve. Going over sub inventory and working on some logic for the bulk print labels. Testing code and doing some small fixed and merges with the master branch.
 
No po photos available. Click to view time details.
Shop 631 Adilas World 2/15/2016   Working with Alan on signing off on code for his new CSS changes for the HTML my cart favorite buttons. We checked code and merged in 6 pages with button changes. These changes allow us to show the my cart favorites on sites using the new preset CSS templates and settings. The earlier release worked great on the classic CSS but had some issues on the CSS presets. These changes fixed that. Great job!
 
No po photos available. Click to view time details.
Shop 4955 Virtual Post-It Note 2/15/2016  

-Labels

-Sub inventory

-Sub categories

-Bar codes

-World building

 
No po photos available. Click to view time details.
Shop 421 Calvin Chipman 2/15/2016   On a GoToMeeting session with Calvin going over his progress for Emerald Fields. He is showing smart group logic inside the customer facing shopping cart. We also went over a couple questions and then talked about some other projects. Small venting session on some of the crazy things that our clients do and then don't tell us. All is well.
 
No po photos available. Click to view time details.
Shop 591 Abilas world projects 2/15/2016   Worked with Nick, Alan, and Russ - on different projects throughout the day.
 
No po photos available. Click to view time details.
Shop 751 Adilas World 2/15/2016   Met with Nick and Russell to go over some planning. We went in the side room and did some whiteboarding. Most of the subject was how to setup the edit mode for the adilas market and adilas world site. They wanted to setup a backend set of pages to edit profiles and media/content. We had a great conversation and lots of good brainstorming.

As some notes, we talked about 3 main things that help us do custom jobs. They are: 1. Custom code and logic, 2. Custom data and data storage, 3. Custom look and feel. Russell boiled those down to 3 smaller words. They were: Powerful, Easy, Pretty. Kinda fun.
 
No po photos available. Click to view time details.
Shop 760 Pass of code: ADI-106 2/15/2016   Passing off code for a custom invoice for a client. We also looked up some barcode printing settings for Ram at Highland Vineyards. We also went over some data 4 servers stuff. We were jumping all over the place.
 
No po photos available. Click to view time details.
Shop 632 Adilas World 2/15/2016   Met with Alan and went over the sub special flags (categories, flags, tags, phases, and sub locations) database tables. We talked logic and looked at database options. We also did some work on the "any" sub assignments for elements of time. We talked about how those things could be used for dispatch, rentals, reservations, job costing, and project management. Tons of options. Alan caught on very well and we had a great session.
 
No po photos available. Click to view time details.
Shop 766 Emails 2/16/2016   Emails, recording bills, and other little things.
 
No po photos available. Click to view time details.
Shop 583 Sub Inventory 2/16/2016   On a GoToMeeting session with Steve. We talked a little bit about different subjects and then got started on the bulk label printing for sub inventory. We worked through the file and pushed some of the code live. We did some testing and then re-tweaked the code with some minor changes. After that, we talked about a new project that deals with a payment gateway and wallet-type solution. We also talked about gift cards and how that could play into the mix.
 
No po photos available. Click to view time details.
Shop 761 Icon menu 2/16/2016   Worked with Bryan on his laptop and getting things all setup. We did some light database work and connecting things to ColdFusion for a developer's version of adilas.
 
No po photos available. Click to view time details.
Shop 422 Calvin Chipman 2/16/2016   Quick phone call today. Calvin was waiting on another call.
 
No po photos available. Click to view time details.
Shop 592 Adilas world projects 2/16/2016   Russell and I worked together up at the board to go over the virtual shelves (holding containers) for customers, flex grid, media/content, and elements of time. We drew out some tables and started showing some of the relationships between the different tables. Lots of talk about potential and how to mix and match based on the data shelving (tables, rows, fields, and columns).

Fun session dealing with app types, main id's, sub app types, and sub id's. We also talked about how we want to allow time and elements of time to be somewhat transparent or allow direct access to the sub functions of time.

Here are a few of the sub tables that may still need to come into play.

1. Sub stats (clicks, referrals, pass-throughs, sends, receives, process, errors, etc. - all kinds of stats or statistics of sorts)

2. Sub tasks or sub to do lists - Think bigger project with smaller details. We could also use the sub "any" assignments and put smaller elements of time into a bigger container of sorts. This could be done right now with the right wiring.

3. Sub budgeting and job costing - Think of estimates, budgets, actuals, mini P&L's per project, expenses, invoices, PO's, promises, allocations, retainers, discounts, incentives, deposits, credits, etc. All kinds of financials per project.
 
No po photos available. Click to view time details.
Shop 659 Adilas icon/server 2/16/2016   Working with Bryan up at the whiteboard on gift cards and virtual wallet-type (bank cards, pre-paid cards, virtual checking account) payment solutions. We drew out a basic flow and what is needed and required. We also expanded some ideas on how in-store credit, gift cards, gift certificates, loyalty points, reward cards, special programs, and even affiliate programs (with points, credits, or rewards) work. Lots of the same things and the concept is virtually the same. Good session.

I ended up giving Bryan a small homework assignment to work on some dynamic settings for showing payment types or money types. We have four main spots where money types are needed. They are shopping cart, invoices, deposits, and expenses. I would like us to build in some new settings to help people add their own settings. This could be pretty cool.
 
No po photos available. Click to view time details.
Shop 529 Brandon Coding Time 2/17/2016   Working on the add limited flex grid page. This is a special add page that interacts with almost 500 settings to show/hide fields and values as needed. Basically, the goal is to help the add mode for adding new pieces of flex grid. By default, the add/edit flex grid page has tons of fields (40+).

That can be intimidating for users. The new add page, allows you to preset which or what fields to show. So, you can only show 4 fields, 6 fields, etc. vs. all 40+ fields. Anyways, almost done with that page.
 
No po photos available. Click to view time details.
Shop 4953 Virtual Post-It Note 2/17/2016  

-Change phone number on site to my cell phone number

 
No po photos available. Click to view time details.
Shop 423 Calvin Chipman 2/17/2016   Phone call with Calvin just talking about small jobs and projects.
 
No po photos available. Click to view time details.
Shop 593 Adilas world projects 2/17/2016   Worked with Nick and Bryan today instead of Russell. Russell is working on some other custom projects. In the mean time, he has been letting others slide in and fill his time slots and scheduled time.
 
No po photos available. Click to view time details.
Shop 752 Adilas World 2/17/2016   Working with Nick on the adilas world and adilas market pages. We setup some new files, page structure, and added a new login page to help with some of the flow. Other small tweaks on the pages. Good session.
 
No po photos available. Click to view time details.
Shop 660 Adilas icon/server 2/17/2016   Working with Bryan on a custom page to help control the money and payment types for shopping carts, invoices, deposits, and expense/receipts. Lots of testing and talking about how we want the logic to be stored and used later on in the application. Good session and we ended up working with structures, loops, arrays, and complex data objects.
 
No po photos available. Click to view time details.
Shop 772 Updatign database tax tables 2/17/2016   Running state tax updates for California. Installing Calvin's SQL Editors on all servers. Running updates scripts created by Shawn.
 
No po photos available. Click to view time details.
Shop 584 Sub Inventory 2/18/2016   On a GoToMeeting session with Steve. We talked about some funds and what we want to do with different pieces and projects. We then went in and did some debugging on sub inventory. We logged on to the data 1 server and manually made a couple of database changes for a company. We then implemented some new code to help with updating a parent item number so that it updates the subs or child inventory. Lastly, we went in and added an export option for sub inventory to export out to MS Excel.
 
No po photos available. Click to view time details.
Shop 771 Dynamic money types 2/18/2016   Going over with Bryan how web page id's and web page settings are stored and used inside the system. We looked at some pages, code, and then went in and ran some database queries to see what data is being stored.
 
No po photos available. Click to view time details.
Shop 424 Calvin Chipman 2/18/2016   On the phone with Calvin. We talked about a few small issues with the MySQL Editor. The one on data 0 is requesting me to reregister it and the one on data 3 is saying that a .dll file is missing inside of Windows. Anyways, Calvin is looking into things.
 
No po photos available. Click to view time details.
Shop 594 Adilas world projects 2/18/2016   Russell gave up his time for other guys today.
 
No po photos available. Click to view time details.
Shop 776 Integration-Midax 2/18/2016   Working with Bryan on the dynamic settings for selecting which money types should show up for carts, invoices, deposits, and expense/receipts. This is for things like cash, check, visa, mastercard, amex, discover, EFT, ACH, on account, etc. Working on storing the settings as JSON and then getting the data in and out of the database.
 
No po photos available. Click to view time details.
Shop 765 Beaver mountain 2/18/2016   Started working on some of the Beaver Mountain stuff. We hit a couple of snags and got derailed on some bugs in a recent code push by Garrett and Will. We spent quite a bit of time on the phone with Garrett going over options and ended up reverting to an earlier code set. Kinda stressful as tons of files were merged into the master branch without being fully checked. Daniel and I were hitting some errors and there were tons of files that had not yet been checked.

As part of our session, I asked Bryan, Russell, and Daniel for some advice to help me know what to do and how best to handle some quality control issues that are starting to come up. Stressful but good session.
 
No po photos available. Click to view time details.
Shop 775 Integration-Midax 2/18/2016   More work on the dynamic money type settings. We spent most of the time going over what is next and how to display and use the data we are storing and capturing. Lots of planning and talking about where to go from here and what the main goal is. As a fun note, the main goal is making things appear more simple to the end user. That sometimes means more code and complexity for us, but a smaller and more straight forward interface for our users. Good stuff.
 
No po photos available. Click to view time details.
Shop 778 Horizontal time view with Daniel 2/18/2016   Daniel came over to my house to work on the Beaver Mountain project. We spent the entire time working on the logic for the horizontal time view page. Lots of loops, arrays, structures, and playing with output. We made some great progress today and I'm excited to see where things will go.
 
No po photos available. Click to view time details.
Shop 779 Paying bills 2/18/2016   Paying bills and writing out checks for developers and project managers.
 
No po photos available. Click to view time details.
Shop 354 Brandon Gone All Friday 2/19/2016   Good day on the hill. I taught a morning learn to turn lesson for a labor and delivery nurse. I then taught my two afternoon college classes. Our last run of the day we went off the backside of Beaver down to spring road. We got into some unknown territory and I thought that we had missed the spring road connection back to the front side of the mountain. Anyways, we made it back but it was a little bit stressful. Good day!
 
No po photos available. Click to view time details.
Shop 780 Bug fix with Steve 2/20/2016   On a GoToMeeting session with Steve. We were working on a small bug fix for a company that is using sub inventory. The bug was that the sales were being pulled out of the package but somehow applied to the wrong parent part number. Kinda crazy. The changes were made on the data 1 server.
 
No po photos available. Click to view time details.
Shop 781 Working with Daniel on the horizontal time view 2/20/2016   Daniel came over and we worked on the Beaver Mountain horizontal time view page. This page is getting deeper and deeper. We made a lot of progress today and then got stumped on all of the possible use cases (part in, part out, full span, overlapping records, etc.). The horizontal time view shows a single day, all possible assignments based on time slots, per user. We added flags for records that start prior to the date range. We also added flags for records that occur after the end time range. Making progress but it is getting deeper and deeper.
 
No po photos available. Click to view time details.
Shop 782 Emails and tech support 2/20/2016   Emails, tech support stuff, and recording notes about other entries.
 
No po photos available. Click to view time details.
Shop 783 Launching payroll files 2/20/2016   Launched new payroll pages to include New Mexico, California, and Oregon state tax withholdings. Checked files and sent a copy to Shawn Curtis for his records and usage. Other small checks and tweaks.
 
No po photos available. Click to view time details.
Shop 784 Working on the add limited flex grid pages 2/20/2016   Going through some of the new flex grid pieces and merging them into the master branch. Will Hudson was working on some cross corp flex grid pieces and I needed to use them for the Beaver Mountain project. Spent the time to manually look at a couple files to get things merged correctly. Exciting stuff.
 
No po photos available. Click to view time details.
Shop 785 Working more on the add limited flex grid stuff 2/20/2016   Finished up the code for the add limited flex grid page. Merged the code in with master and pushed files up to all servers. Logged on and did some testing. This was a finish of my part for the Beaver Mountain project. It is good to get that done. I can see some places to add some tweaks, but most of it is usable and good to go. Good start.
 
No po photos available. Click to view time details.
Shop 585 Sub Inventory 2/22/2016   On a GoToMeeting session with Steve. We looking up sub inventory disconnects for a client, working with Will on some of his projects, talking with Steve on some other projects, and a small fix on the add line items for PO's (locked down the part number field).
 
No po photos available. Click to view time details.
Shop 637 Adilas World 2/22/2016   Went over progress with the special flags and special categories (dynamic sub function of time). We looked at media/content pieces and looked how the three special categories played into that section. We are planning on doing something similar with this sub function of time. We also talked a little bit of flow and logic. This is a pretty deep project.
 
No po photos available. Click to view time details.
Shop 425 Calvin Chipman 2/22/2016   Quick phone call to talk about changes to the SQL Editor. We got everything up and running. We also went over some logic for the custom shopping cart for Emerald Fields and their smart group buttons out in ecommerce land.
 
No po photos available. Click to view time details.
Shop 595 Adilas world projects 2/22/2016   Met with Russell and we worked on the timeline and developer's notebook page. We spent most of our time looking over CFC's and how they play into the pages. Lots of training, drawing, and explaining about what is going on. Good stuff.
 
No po photos available. Click to view time details.
Shop 661 Adilas Icon Project 2/22/2016   Worked on the logic for the dynamic money types settings for carts, invoices, deposits, and expense/receipts. Working with Bryan on some logic to get things in and out for both saved settings (stored JSON objects) and normal defaults (no saved settings).

Shawn Curtis came over to the shop and we chatted a bit about payroll and state withholdings for Kentucky. We have a client that wants to get that state up and online as soon as possible.
 
No po photos available. Click to view time details.
Shop 789 Phone call with Steve 2/22/2016   On the phone with Steve going over some questions about permissions, sub permissions, and permissions based off of functions or sub functions within a group or system player group (like invoices and customers). We talked about removing an if statement that limits the ability to change a part number price in the shopping cart and how we may need to open that up a bit for things like advanced add to cart and a couple of other pages. We may have got that permission a little too tight.
 
No po photos available. Click to view time details.
Shop 788 Working with Daniel 2/22/2016   Daniel came over and we worked on the Beaver Mountain horizontal time view. We made a ton of progress and added code to help with pre-time slots (things that happen before or start before and lead into the normal range) and tailing or ending times that go beyond the normal time rage. Lots of work on both paper and in code. Great session and we are really close. Lots of testing and pushing on things. It is exciting to see it come out and look so good.
 
No po photos available. Click to view time details.
Shop 786 Midax- time lines/milestones 2/23/2016   Going over documentation for Midax and what is needed for integration. We looked at their website, went through emails, contacted the technical contact, and then went through pages of documentation. We talked about how things would go, flow, and special needs and conditions. Basically, a good session on getting into the project and going from general overview to deeper details and planning.
 
No po photos available. Click to view time details.
Shop 790 We need to get an ecommerce document ready for outside developers 2/23/2016   Here is an email that I sent to an outside developer who wanted to know about the adilas API socket connections. I think we need to build a small page or section to help them know what to do and how to get started. Help them "Play at the wall".

Taylor,
Hello and good afternoon! I wanted to reach out to you and see if I could point you in a good direction for integrating with Adilas. There are tons of pieces that are pre-built and totally done.

We have a free pre-built web presence and ecommerce option. This option is completely controlled from inside of Adilas and allows for settings, uploading photos, setting web prices, full cart checkout, pre-ordering, client login, etc. We also allow developers (like you) to interact with some of the URL and FORM if they need a little bit more control.

https://data0.adilas.biz/shop/developer_help.cfm

We also allow outside developers to interact and virtually take over some of the standard code in a black box type scenario. We also do custom carts internally for clients who want help. Here is a small link to a custom shopping cart.

https://data0.adilas.biz/top_secret/ecommerce.cfm - basic info about ecommerce
https://data2.adilas.biz/shop/search_web_inventory.cfm?corpKeyId=Saf%2D0594 – actual custom shopping cart page

We also have a small API that allows for raw data transfer. The API has not been fully tested at this point. We do have some people using it, but it kinda a pioneering project if you know what I mean. Basically, we had some of our beginner developers on the project and then had to pull them off for other projects. We haven’t been able to fully circle back and kick all of the code. Here is a link to that section. Once again, it is kinda there and kinda not.

https://data0.adilas.biz/api
https://data0.adilas.biz/top_secret/help.cfm?id=464&pwd=api
https://data0.adilas.biz/web/api_samples.cfm

Anyways, I hope that helps. If you want to get into things a little bit deeper. We do have some developers that would be willing to help you out for $25/hour to help with method call, getting started, etc. Anyways, just offering that as well if you wanted.

Thanks Taylor and enjoy your day!

Brandon Moore
435.258.5504 (home/office)
support@adilas.biz :: www.adilas.biz
"all data is live and searchable"
 
No po photos available. Click to view time details.
Shop 4954 Virtual Post-It Note 2/23/2016  

-Get a document ready for the helping people with web and ecommerce type settings. Free, custom, or API

 
No po photos available. Click to view time details.
Shop 426 Calvin Chipman 2/23/2016   Phone call and GoToMeeting session with Calvin to go over shopping cart stuff for a client. The client is wanting to use my cart favorite buttons on their own ecommerce website. Calvin is doing the code and just had some questions on flow and settings.
 
No po photos available. Click to view time details.
Shop 596 Adilas world projects 2/23/2016   Working on add/edit pages and how to use the same page to show both results. We had to split up our time. We ended up on a conference call for an hour during the middle. Training and working on stuff.
 
No po photos available. Click to view time details.
Shop 791 Emails and tech support 2/23/2016   Writing emails and tech support stuff about the adilas API socket connections and custom ecommerce stuff. See the ideas and notes from today's date for more details and ideas on what we could do to help people with the process.

See element of time # 790 for more details.
 
No po photos available. Click to view time details.
Shop 662 Adilas Icon Project 2/23/2016   Working on the payment stuff for Midax and eXPO. We did some database updates and scripted the new money type. We then had to fix a couple places with some new logic and checking. As part of the time period, we had an hour conference call with the guys at eXPO and Midax to go over questions and flow. We spent a lot of time on those project today. Good stuff.
 
No po photos available. Click to view time details.
Shop 801 Working with Daniel on the horizontal time view 2/23/2016   Daniel came over and we worked on the horizontal time view for Beaver Mountain. We did some more planning and worked on logic for the reoccurring elements and the overflow or duplicate elements (double and triple booking of time). Anyways, good session and we started to carve up the pieces.
 
No po photos available. Click to view time details.
Shop 802 Working with Daniel on the Beaver project 2/24/2016   Daniel came over and we worked on the horizontal time view. Lots of new logic and going through things line by line. We couldn't do any testing because we were building and didn't have a good stopping point. We kinda left some stuff hanging. We just ran out of time.
 
No po photos available. Click to view time details.
Shop 530 Brandon Coding Time 2/24/2016   Emails and clean-up. Working on the Beaver project and going over code for the horizontal time view. Lots of commenting and testing new code.
 
No po photos available. Click to view time details.
Shop 787 Code sign off, bulk edit po line items 2/24/2016   Working with Will on code sign off for the bulk edit po line items pages.
 
No po photos available. Click to view time details.
Shop 427 Calvin Chipman 2/24/2016   Working with Calvin on some cart logic for Emerald Fields and my cart favorite buttons in ecommerce land.
 
No po photos available. Click to view time details.
Shop 597 Adilas world projects 2/24/2016   Working with Russell on some jquery stuff for a text editor. Light training and research.
 
No po photos available. Click to view time details.
Shop 762 Icon menu 2/24/2016   Working with Bryan. We had a conference call with livewire, expo, & midax to go over plans and flow for the closed wallet payment solution for eXPO. We spent some time up at the whiteboard (wall) going over the adilas customer bill pay (ecommerce make a payment stuff) section. It doesn't exist yet, but we have a similar feature internally inside of adilas already. Light work on custom payment settings.
 
No po photos available. Click to view time details.
Shop 586 Sub Inventory 2/25/2016   On a GoToMeeting session with Steve. We were fixing small bugs and took off the permission for no price changes in the cart on the advanced add to cart page. We Looked into a possible problem with sub inventory. On the server looking up database stuff, making changes, and going back and forth with Steve to see if we could figure out things. We found a loop hole in the barcode search for sub inventory. It was doing an alpha search vs. a real part id number search. It was too open and didn't take into effect any multiples and wildcard searches. Anyways, we made the fixes and pushed files to all servers. We are slowly tracking things down and making things tighter and more stable.
 
No po photos available. Click to view time details.
Shop 804 Midax- time lines/milestones 2/25/2016   Met with Bryan to go over the Midax project and where were are at. Going over flow in the main adilas site (world or planet) vs. the flow of the ecommerce and shop folder site (moon level). Drawing things out and talking about flow. It sure helps if you can get a map or visual idea of what is going on.
 
No po photos available. Click to view time details.
Shop 428 Calvin Chipman 2/25/2016   Calvin called but wasn't feeling good. No real action was taken.
 
No po photos available. Click to view time details.
Shop 803 Code sign off, bulk edit po line items 2/25/2016   Working with Will on code sign-off. We advanced the ball a ways and I gave him a small task to complete on the action page. Basically, we wanted to tighten things down a bit, add try/catch logic, and validate each form piece before submitting to the database. Good session.
 
No po photos available. Click to view time details.
Shop 598 Adilas world projects 2/25/2016   Working with Russell on the text editor and special wysiwyg output. We spent the whole time playing with things and doing some local development on his machine. Lots of playing with the text editor. We also made a small testing database table to help him do some bigger tests.
 
No po photos available. Click to view time details.
Shop 763 Icon menu 2/25/2016   Bryan and I worked on the data 4 server. We logged in and went over new settings, defaults, and making sure things are configured correctly.
 
No po photos available. Click to view time details.
Shop 355 Brandon Gone All Friday 2/26/2016   Good day on the hill. I had about an hour of freeriding time, I taught a Jr. High lesson, gave a half an hour demo to Camiel and Travis on the new adilas Beaver project, and then taught both college classes. Good day.
 
No po photos available. Click to view time details.
Shop 2675 Virtual Post-It Note 2/26/2016   - We have a client that really wants a user-maintained barcode per child inventory. That is possible right now, but they have to create a custom attribute and then it isn't searchable. We need to make that more standardized.

- On a different note, we may want to use QR codes with conversion info. The QR codes may allow us to pass more data and settings along with the conversion stuff.

- On conversions - This seems to be like children having children. Maybe make a conversion build process. Help the user and check the math and such.

- Slow down and plan it out - people want to sell by smoke and mirrors (conversions) - what does that take?
 
No po photos available. Click to view time details.
Shop 854 Working with Steve on sub inventory 2/27/2016   On a GoToMeeting session with Steve and Danny Shuford. We were doing code for custom labels for sub inventory. We also made some other small fixes for sub inventory. We found some problems with how part numbers are passed along over URL's and places that were missing URL encoding.
 
No po photos available. Click to view time details.
Shop 853 Working with Shawn 2/27/2016   Shawn came over to my house and we worked on payroll stuff. Shawn finished up some California and Kentucky state withholding stuff. We also worked on the new system-wide commission pages that pulled data from all servers to figure out commissions for payroll. We also talked about a growing need to help manage and help with code sign-off.
 
No po photos available. Click to view time details.
Shop 855 Code sign-off with Will 2/27/2016   On a GoToMeeting session with Will to go over code sign-off on the bulk update PO line items page. Most of our time was spent on going over the page and looking over the code. Good session. We also did some light prep work on the next couple projects.
 
No po photos available. Click to view time details.
Shop 856 Recording notes and updating schedule 2/27/2016   Recording notes and cleaning up the Brandon time elements of time for my schedule. I'm trying to keep up with what is going on using adilas as the source.
 
No po photos available. Click to view time details.
Shop 858 Payroll for Kentucky 2/27/2016   Prep work and prepping for payroll taxes for Kentucky. Merged files, updated all servers, and got ready to push code.
 
No po photos available. Click to view time details.
Shop 859 Payroll changes and stock/unit trade ins 2/27/2016   Working on a small bug for stock/unit trade-ins. I think it is dealing with the tax settings for trade-ins. Research and looking into things.
 
No po photos available. Click to view time details.
Shop 860 Emails 2/29/2016   Going over emails and trying to do some light clean-up.
 
No po photos available. Click to view time details.
Shop 861 Working on a stock/unit trade-in bug 2/29/2016   Found the problem with the stock/unit trade-ins. The problem was on the corp-wide settings and the default tax categories. The default was miscellaneous or non taxable. Our client had switched the tax category to normal taxable. This pushed the data off to another function to calculate the taxes. The older code couldn't handle the flip and just needed to be altered a bit. Anyways, the bug is fixed, the settings are back in place, and the client has been notified.
 
No po photos available. Click to view time details.
Shop 862 Small fixes for Beaver 2/29/2016   Small fixed for Beaver Mountain. Pushed files live.
 
No po photos available. Click to view time details.
Shop 587 Sub Inventory 2/29/2016   On a GoToMeeting session with Steve. We went over some of his projects and did some light coding. He is working on some mini black box stuff and custom label printing. We then went in and worked on sub inventory. We built a tool to help look for disconnects between parents and children inside of sub inventory. The new tool shows what pieces have a disconnect and then has code to clean things up one thing at a time. New code was pushed to all servers.
 
No po photos available. Click to view time details.
Shop 863 Server Setup 2/29/2016   Working on the web make a payment section. Code clean-up.
 
No po photos available. Click to view time details.
Shop 689 Calvin Chipman 2/29/2016   On a GoToMeeting session with Calvin. We went over some logic for the custom gram tracker that Steve has built. We then went over a couple of other questions.
 
No po photos available. Click to view time details.
Shop 599 Adilas world projects 2/29/2016   Working on the wysiwyg text/html editor. We added it to a couple of pages and worked on the code to help with the YouTube stuff. Mostly playing with ideas and concepts.
 
No po photos available. Click to view time details.
Shop 764 Icon menu 2/29/2016   Working on code for the ecommerce version of the custom bill pay portal or make a payment page for the web.
 
No po photos available. Click to view time details.
Shop 865 Working with Daniel on the Beaver project 2/29/2016   Daniel came over and we worked on the horizontal time view page for Beaver Mountain. We are working through a number of different exceptions and ways to handle the different options such as matching main elements of time, matching sub elements of time, and yes/no if the time block is already taken and/or occupied by another records. Lots of exception handling and such. Good session.