Skip to content

Commit

Permalink
Version 12.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
papyrussolution committed Oct 13, 2024
1 parent 34dec86 commit 5b9b16a
Show file tree
Hide file tree
Showing 40 changed files with 1,342 additions and 723 deletions.
2 changes: 2 additions & 0 deletions Src/Android/StyloQ/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.application'
//id 'com.google.gms.google-services'
}

android {
Expand Down Expand Up @@ -63,6 +64,7 @@ dependencies {

implementation 'com.github.bumptech.glide:annotations:4.13.1'
implementation 'com.google.android.gms:play-services-location:18.0.0'
implementation 'com.google.gms:google-services:4.4.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'

testImplementation 'junit:junit:4.+'
Expand Down
29 changes: 29 additions & 0 deletions Src/Android/StyloQ/app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "854711363404",
"project_id": "stylo-q",
"storage_bucket": "stylo-q.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:854711363404:android:3702ac194e9c14788cd1e9",
"android_client_info": {
"package_name": "ru.petroglif.styloq"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCd59CqfTC0si1Vna1JqrDSPbtobiFe4YY"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,12 @@ public void MakeCurrentDocList()
if(!Cs.Rf.Period.CheckDate(dt))
do_skip = true;
}
// @v12.1.6 {
if(!do_skip) {
if(!SLib.AreUUIDsEqual(local_doc.H.OrgCmdUuid, CmdUuid))
do_skip = true;
}
// } @v12.1.6
if(!do_skip) {
if(local_doc.H != null)
local_doc.H.Flags = local_doc_pack.Rec.Flags;
Expand Down
10 changes: 8 additions & 2 deletions Src/Android/StyloQ/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'

//classpath 'com.google.gms:google-services:4.4.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

plugins {
// Add the dependency for the Google services Gradle plugin
//id 'com.google.gms.google-services' version '4.4.2' apply false
}

allprojects {
repositories {
google()
Expand All @@ -22,4 +28,4 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}
11 changes: 10 additions & 1 deletion Src/Include/PPDEFS.H
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,10 @@
#define PPEDIOP_EGAIS_REPLYFORM1 81 // @v11.3.4
#define PPEDIOP_EGAIS_REPLYFORM2 82 // @v11.3.4
//
#define PPEDIOP_MRKTPLC_RECEIPT 101 // @v12.1.6 Поступление товара на склад маркетплейса
#define PPEDIOP_MRKTPLC_ORDER 102 // @v12.1.6 Заказ от покупателя, поступивший на маркетплейс
#define PPEDIOP_MRKTPLC_SALE 103 // @v12.1.6 Продажа покупателю маркетплейсом
//
// Descr: Статусы ответа (RECADV) на уведомление об отгрузке (DESADV)
//
#define PPEDI_RECADV_STATUS_UNDEF 0 // Не определен
Expand Down Expand Up @@ -2908,9 +2912,13 @@
#define CTL_FLTLOT_SHOWPRICEDEV (25 + WINDOWS_ID_BIAS)
#define CTL_FLTLOT_CDEVRESTR (26 + WINDOWS_ID_BIAS)
#define CTL_FLTLOT_PDEVRESTR (27 + WINDOWS_ID_BIAS)
#define CTL_FLTLOT_EXTVIEWATTR (28 + WINDOWS_ID_BIAS)
#define CTL_FLTLOT_EXTVIEWATTR (28 + WINDOWS_ID_BIAS) // Выбор варианта отображения для обычных лотов (не заказов)
#define CTL_FLTLOT_SPPLPSNCAT (29 + WINDOWS_ID_BIAS) // @v11.4.4
#define CTLSEL_FLTLOT_SPPLPSNCAT (30 + WINDOWS_ID_BIAS) // @v11.4.4
#define CTL_FLTLOT_ORDEXTVIEWATR (31 + WINDOWS_ID_BIAS) // @v12.1.6 Выбор варианта отображения для заказов //
#define CTL_FLTLOT_ORDVIEWFLAGS (32 + WINDOWS_ID_BIAS) // @v12.1.6 Дополнительные флаги опций отображения //
#define CTL_FLTLOT_AGENT (33 + WINDOWS_ID_BIAS) // @v12.1.6
#define CTLSEL_FLTLOT_AGENT (34 + WINDOWS_ID_BIAS) // @v12.1.6
#define DLG_BILLFLT 131 // Фильтр реестра товарных документов
#define DLG_BILLFLTEXT 275 // (@obsolete v3.6.4) Расширение фильтра документов
#define DLG_BILLPREAMB 514 // Преамбула для ввода документа по коду операции и контрагента
Expand Down Expand Up @@ -11658,6 +11666,7 @@
#define CTLSEL_MPCFG_SALEOP (4 + WINDOWS_ID_BIAS)
#define CTL_MPCFG_TRANSFOP (5 + WINDOWS_ID_BIAS)
#define CTLSEL_MPCFG_TRANSFOP (6 + WINDOWS_ID_BIAS)
#define DLG_FLTORDLOTEXT 1450 // @v12.1.6 Расширение фильтра лотов заказов
// Win32 Dialog Identifiers
//
#define DLGW_PRINT 4090
Expand Down
Loading

0 comments on commit 5b9b16a

Please sign in to comment.