-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incluir valor de soles y dólares en los productos #300
Comments
The app must adapt to this change |
I suggest EE-3 |
The biggest consideration is the convert rate. It will be fixed? In this case, maybe it's a EE-1. If the conversion rate is variable, for example using a certain API, it can be even EE-5. |
i suggest EE-2 |
I think it should be variable, so, EE-3 sounds good for me. |
I remember that Daniel said that the provider could add the price in Soles or in USD, but it would not be converted @Eghinner can you confirm please? |
We need to considerate that this will affect the invoice generated in the APP, so before we were adding up the prices of all the products in the cart, but now it looks like is not possible, for example:
If that is what I remember what Daniel said, and we don't convert it between USD - Soles, then we can't sum this products, and should have two bills instead, for example:
|
In any case, we should considerate that it's not just the change in the backend, it also requires making important changes in the APP, especially in the Cart and the invoice logic, so I think in it like this:
In total, for me, this task is between 7 and 10 E.E |
UpdateResultado esperado:Debe haber una opcion para escoger la moneda deseada, lo cual solo cambiara el simbolo que acompaña el precio Detalles tecnicos
|
It will be divided into several tasks in both admin-panel and did-app. Estimated in EE-7 due to the amount of changes. |
Hmm ok I think the tasks that I suggested still are valid since we still should to check how to handle the "Cart" and the "Total amount" in the APK and invoice now that we have products that have the price in different currencies |
@victor-heliomar @Israel-Laguan @joset98 @yreyes2903 podrían por favor ayudarme con la estimación definitiva de esta tarea |
Creo que 3 para cambiar en todos lados |
El usuario proveedor puede agregar y/o editer el precio del producto unicamente en soles
Al crear o editar un producto hay dos campos de precio. Uno en soles que puede ser llenado o editado, y uno en dolares que mostrara la conversion de soles a dolares.
The text was updated successfully, but these errors were encountered: