Very Simple Azure Connected Bubble App

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.

  1. 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.
  2. 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!

1 Like

Hello,
Greetings,

i am glad to assist you.

Please Reach to me at Email :- [email protected]
Or at Skype :- live:carter_1594

Awaiting your Response

Very Best Regards
Carter W

Hi Martin,
This should be possible to implement and well within my area of expertise.
I would be happy to help you out on the same.
Feel free to reach out to me on [email protected]
Best Wishes,
Andrew

Hi,

I have experience connecting with external databases and could help you with this requirement. Could you share some details about the API set up on the database? I am reachable at [email protected].

Look forward to your response.

Thanks,

Anil

Did you guys manage to connect to Azure DevOps via their OAuth (link)?

I would be very interested in how you setup Bubble’s API Connector. :pray: