Hi Bubble community,
I have been using a Bubble app developed by a partner of mine for some time. We are very pleased with the results.
Now I am searching for a freelancer to help me build a very basic app for another company in wich I work.
Actually we have an app running in a visual studio windows form in c#.
It is an app for creating repair orders. It has 2 main screens.
There are some other screens, but with the 2 main screens it would sufficient to start using the bubble app and continue developing it after that.
-
List of Orders.
(It’s a SQL Server view hosted in Azure). In this screen the user can watch the list or orders with some info (like 30 fields) per order. And they can do the following actions.- Print the Repair Order
- Print the RepairBudget(If available)
- Change the order state
(accept budget, reject budget, receive item, deliver to client)
These status change via a stored procedure. The users can press the
corresponding button or simply use a codebar scanner to call this sp to change to the next worfklow state.
-
Generate Order.
This Screen connects to the customers of the company and also to all the sku with their corresponding part number. 2 SQL Views also in Azure.
With this data the repair order is generated selecting 1 customer and then selecting the sku and part number. (usually the first input is part number and then de sku. Different sku can have the same part number). For every part number they must also input 4 possible atributes 3 with checkbox and 1 with combobox. And the faillure description.- The only button available here is: Generate Order. After having put all the obligatory data. After pushing the button the data is inserted in a table in the same Azure Database with some extra audit data like user who generated it and at what time.
I have a test database in azure for connect it with the plugin and some picture of the actual form tha we are using.
Would need to make this ASAP. Anyone who can help me?
Thanks!