Version 9Beta-Borrados comentarios
This commit is contained in:
parent
1edbba1eba
commit
c54191f12b
|
@ -13,7 +13,8 @@ android {
|
||||||
applicationId "es.verdnatura"
|
applicationId "es.verdnatura"
|
||||||
minSdkVersion 21 //21
|
minSdkVersion 21 //21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 130
|
versionCode 131
|
||||||
|
//versionName = "8.9" versionCode 130
|
||||||
versionName = "9Beta"
|
versionName = "9Beta"
|
||||||
//versionName = "8.9Beta" versionCode 129
|
//versionName = "8.9Beta" versionCode 129
|
||||||
//versionName = "8.8Beta" versioncode 128
|
//versionName = "8.8Beta" versioncode 128
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 130,
|
"versionCode": 131,
|
||||||
"versionName": "9Beta",
|
"versionName": "9Beta",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -825,18 +825,6 @@ class EndSacadorFragment(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* viewModel.saleTrackingReplace(
|
|
||||||
usuario = getData(USER),
|
|
||||||
password = getData(PASSWORD),
|
|
||||||
saleFk = sales[position].idMovimiento,
|
|
||||||
vIsChecked = if (sales[position].picked == sales[position].quantity) "1" else "0",
|
|
||||||
vOriginalQuantity = sales[position].picked.toString(),
|
|
||||||
vStateFk = PRESACADOR,
|
|
||||||
vBuyFk = originalItemScan, callFunction = "saleTrackingReplace"
|
|
||||||
|
|
||||||
)*/
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun unMarkLine(position: Int) {
|
private fun unMarkLine(position: Int) {
|
||||||
|
|
|
@ -329,9 +329,7 @@ class PreSacadorViewModel(context: Context) : BaseViewModel() {
|
||||||
vIsChecked: String,
|
vIsChecked: String,
|
||||||
vBuyFk: String
|
vBuyFk: String
|
||||||
) {
|
) {
|
||||||
//Lo ultimo que se envia
|
|
||||||
//sergio: se quita el 0 que habia por defecto para la previa se añada el buyFk que sera el item escaneado.
|
|
||||||
//getSacadorControladorUserCase.saleTrackingReplace(usuario,password,saleFk,vOriginalQuantity,vStateFk,vIsChecked,"0").enqueue(object : Callback<String>{
|
|
||||||
getSacadorControladorUserCase.saleTrackingReplace(
|
getSacadorControladorUserCase.saleTrackingReplace(
|
||||||
usuario,
|
usuario,
|
||||||
password,
|
password,
|
||||||
|
|
Loading…
Reference in New Issue