acumatica-cli 0.5.0__tar.gz → 0.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/PKG-INFO +1 -1
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/pyproject.toml +1 -1
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/bootstrap_project.xml +111 -2
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/client.py +16 -6
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/seed.py +48 -9
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/50-gl-preferences.yaml +2 -2
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/60-ledger-company.yaml +2 -2
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/bootstrap/company.yaml +2 -2
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/bootstrap/credit-terms.yaml +2 -2
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/setup/10-financial-year.yaml +1 -1
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/setup/20-master-calendar.yaml +1 -1
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/setup/30-open-periods.yaml +1 -1
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/README.md +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/__init__.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/bootstrap.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/bootstrap_plugin.cs +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/cli.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/config.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/extract.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/extract_manifest.yaml +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/firstlogin.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/models.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/output.py +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/10-subaccounts.yaml +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/20-accounts.yaml +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/40-ledger.yaml +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/90-uoms.yaml +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/bootstrap/features.yaml +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/env +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/gitignore +0 -0
- {acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/tenant.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "acumatica-cli"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.6.0"
|
|
4
4
|
description = "Acumatica ERP Config-as-Code: tenant provisioning, baseline config, and reference data"
|
|
5
5
|
authors = [{ name = "Konstantin Borovik", email = "kb@lab5.ca" }]
|
|
6
6
|
readme = "README.md"
|
|
@@ -192,6 +192,23 @@
|
|
|
192
192
|
(live-read 2026-07-13). TransitAcctId (DAC spelling off
|
|
193
193
|
the aspx - lowercase d) + TransitSubID = the cash-in-
|
|
194
194
|
transit pair; HoldEntry = the echo flag.
|
|
195
|
+
- VendorClass AP201000 -> VendorClassMaint, PrimaryView
|
|
196
|
+
VendorClassRecord (PX.Objects.AP.VendorClass) - the
|
|
197
|
+
Default endpoint's VendorClass is skeletal (ClassID/
|
|
198
|
+
Description/Attributes) and Vendor carries no discount
|
|
199
|
+
fields, so vendor inserts 422 on the cash-discount pair
|
|
200
|
+
the class should default (T64, gh issue #13). Exposes
|
|
201
|
+
id + descr + TermsID + the GL-account pairs off the
|
|
202
|
+
screen's GL Accounts tab (aspx-verified 2026-07-13).
|
|
203
|
+
- StatementCycle AR202800 -> ARStatementMaint, PrimaryView
|
|
204
|
+
ARStatementCycleRecord (PX.Objects.AR.ARStatementCycle) -
|
|
205
|
+
no Default-endpoint entity, and Customer inserts 422
|
|
206
|
+
"'Statement Cycle ID' cannot be empty" (T64 follow-up
|
|
207
|
+
proven live 2026-07-13; the class defaults it). PrepareOn
|
|
208
|
+
takes the stored-word list; Day00 rides the
|
|
209
|
+
fixed-day-of-month choice; the AgeDays00-02 aging bounds
|
|
210
|
+
default inconsistently at raw insert ("end day earlier
|
|
211
|
+
than its start day" 422) so the seed supplies them.
|
|
195
212
|
- CashAccount CA202000 -> CashAccountMaint, PrimaryView CashAccount
|
|
196
213
|
(PX.Objects.CA.CashAccount) - Default endpoint answers
|
|
197
214
|
404. CuryID stays out (derived from the GL account,
|
|
@@ -201,9 +218,9 @@
|
|
|
201
218
|
Features (CS100000) stays OUT of the endpoint - writes through any
|
|
202
219
|
contract endpoint do not persist (T3 verdict); the plugin owns features.
|
|
203
220
|
-->
|
|
204
|
-
<Customization level="" description="acu bootstrap: CustomizationPlugin enables features on publish; Bootstrap endpoint exposes company + credit terms + financial currency + GL preferences + ledger-company link + financial year + calendars + period activation + module preferences (IN/AP/AR/SO/PO) + availability rule + posting class + cash account" product-version="26.101">
|
|
221
|
+
<Customization level="" description="acu bootstrap: CustomizationPlugin enables features on publish; Bootstrap endpoint exposes company + credit terms + financial currency + GL preferences + ledger-company link + financial year + calendars + period activation + module preferences (IN/AP/AR/SO/PO) + availability rule + posting class + cash account + vendor class + statement cycle" product-version="26.101">
|
|
205
222
|
<EntityEndpoint>
|
|
206
|
-
<Endpoint xmlns="http://www.acumatica.com/entity/maintenance/5.31" name="Bootstrap" version="1.
|
|
223
|
+
<Endpoint xmlns="http://www.acumatica.com/entity/maintenance/5.31" name="Bootstrap" version="1.6.0" systemContractVersion="4">
|
|
207
224
|
<TopLevelEntity name="Company" screen="CS101500">
|
|
208
225
|
<Fields>
|
|
209
226
|
<Field name="AcctCD" type="StringValue" />
|
|
@@ -752,6 +769,98 @@
|
|
|
752
769
|
</Mapping>
|
|
753
770
|
</Mappings>
|
|
754
771
|
</TopLevelEntity>
|
|
772
|
+
<TopLevelEntity name="VendorClass" screen="AP201000">
|
|
773
|
+
<Fields>
|
|
774
|
+
<Field name="VendorClassID" type="StringValue" />
|
|
775
|
+
<Field name="Descr" type="StringValue" />
|
|
776
|
+
<Field name="TermsID" type="StringValue" />
|
|
777
|
+
<Field name="APAcctID" type="StringValue" />
|
|
778
|
+
<Field name="APSubID" type="StringValue" />
|
|
779
|
+
<Field name="ExpenseAcctID" type="StringValue" />
|
|
780
|
+
<Field name="ExpenseSubID" type="StringValue" />
|
|
781
|
+
<Field name="DiscTakenAcctID" type="StringValue" />
|
|
782
|
+
<Field name="DiscTakenSubID" type="StringValue" />
|
|
783
|
+
<Field name="POAccrualAcctID" type="StringValue" />
|
|
784
|
+
<Field name="POAccrualSubID" type="StringValue" />
|
|
785
|
+
<Field name="PrepaymentAcctID" type="StringValue" />
|
|
786
|
+
<Field name="PrepaymentSubID" type="StringValue" />
|
|
787
|
+
</Fields>
|
|
788
|
+
<Mappings>
|
|
789
|
+
<Mapping field="VendorClassID">
|
|
790
|
+
<To object="VendorClassRecord" field="VendorClassID" />
|
|
791
|
+
</Mapping>
|
|
792
|
+
<Mapping field="Descr">
|
|
793
|
+
<To object="VendorClassRecord" field="Descr" />
|
|
794
|
+
</Mapping>
|
|
795
|
+
<Mapping field="TermsID">
|
|
796
|
+
<To object="VendorClassRecord" field="TermsID" />
|
|
797
|
+
</Mapping>
|
|
798
|
+
<Mapping field="APAcctID">
|
|
799
|
+
<To object="VendorClassRecord" field="APAcctID" />
|
|
800
|
+
</Mapping>
|
|
801
|
+
<Mapping field="APSubID">
|
|
802
|
+
<To object="VendorClassRecord" field="APSubID" />
|
|
803
|
+
</Mapping>
|
|
804
|
+
<Mapping field="ExpenseAcctID">
|
|
805
|
+
<To object="VendorClassRecord" field="ExpenseAcctID" />
|
|
806
|
+
</Mapping>
|
|
807
|
+
<Mapping field="ExpenseSubID">
|
|
808
|
+
<To object="VendorClassRecord" field="ExpenseSubID" />
|
|
809
|
+
</Mapping>
|
|
810
|
+
<Mapping field="DiscTakenAcctID">
|
|
811
|
+
<To object="VendorClassRecord" field="DiscTakenAcctID" />
|
|
812
|
+
</Mapping>
|
|
813
|
+
<Mapping field="DiscTakenSubID">
|
|
814
|
+
<To object="VendorClassRecord" field="DiscTakenSubID" />
|
|
815
|
+
</Mapping>
|
|
816
|
+
<Mapping field="POAccrualAcctID">
|
|
817
|
+
<To object="VendorClassRecord" field="POAccrualAcctID" />
|
|
818
|
+
</Mapping>
|
|
819
|
+
<Mapping field="POAccrualSubID">
|
|
820
|
+
<To object="VendorClassRecord" field="POAccrualSubID" />
|
|
821
|
+
</Mapping>
|
|
822
|
+
<Mapping field="PrepaymentAcctID">
|
|
823
|
+
<To object="VendorClassRecord" field="PrepaymentAcctID" />
|
|
824
|
+
</Mapping>
|
|
825
|
+
<Mapping field="PrepaymentSubID">
|
|
826
|
+
<To object="VendorClassRecord" field="PrepaymentSubID" />
|
|
827
|
+
</Mapping>
|
|
828
|
+
</Mappings>
|
|
829
|
+
</TopLevelEntity>
|
|
830
|
+
<TopLevelEntity name="StatementCycle" screen="AR202800">
|
|
831
|
+
<Fields>
|
|
832
|
+
<Field name="StatementCycleId" type="StringValue" />
|
|
833
|
+
<Field name="Descr" type="StringValue" />
|
|
834
|
+
<Field name="PrepareOn" type="StringValue" />
|
|
835
|
+
<Field name="Day00" type="ShortValue" />
|
|
836
|
+
<Field name="AgeDays00" type="ShortValue" />
|
|
837
|
+
<Field name="AgeDays01" type="ShortValue" />
|
|
838
|
+
<Field name="AgeDays02" type="ShortValue" />
|
|
839
|
+
</Fields>
|
|
840
|
+
<Mappings>
|
|
841
|
+
<Mapping field="StatementCycleId">
|
|
842
|
+
<To object="ARStatementCycleRecord" field="StatementCycleId" />
|
|
843
|
+
</Mapping>
|
|
844
|
+
<Mapping field="Descr">
|
|
845
|
+
<To object="ARStatementCycleRecord" field="Descr" />
|
|
846
|
+
</Mapping>
|
|
847
|
+
<Mapping field="PrepareOn">
|
|
848
|
+
<To object="ARStatementCycleRecord" field="PrepareOn" />
|
|
849
|
+
</Mapping>
|
|
850
|
+
<Mapping field="Day00">
|
|
851
|
+
<To object="ARStatementCycleRecord" field="Day00" />
|
|
852
|
+
</Mapping>
|
|
853
|
+
<Mapping field="AgeDays00">
|
|
854
|
+
<To object="ARStatementCycleRecord" field="AgeDays00" />
|
|
855
|
+
</Mapping>
|
|
856
|
+
<Mapping field="AgeDays01">
|
|
857
|
+
<To object="ARStatementCycleRecord" field="AgeDays01" />
|
|
858
|
+
</Mapping>
|
|
859
|
+
<Mapping field="AgeDays02">
|
|
860
|
+
<To object="ARStatementCycleRecord" field="AgeDays02" />
|
|
861
|
+
</Mapping>
|
|
862
|
+
</Mappings>
|
|
863
|
+
</TopLevelEntity>
|
|
755
864
|
<TopLevelEntity name="CashAccount" screen="CA202000">
|
|
756
865
|
<Fields>
|
|
757
866
|
<Field name="CashAccountCD" type="StringValue" />
|
|
@@ -18,7 +18,9 @@ def wrap(record: dict[str, Any]) -> dict[str, Any]:
|
|
|
18
18
|
|
|
19
19
|
A list value is a detail array (T60): the list itself is NEVER
|
|
20
20
|
value-wrapped, each dict row wraps recursively — the shape the live
|
|
21
|
-
JournalTransaction PUT proved (T50/T37 e2e payload).
|
|
21
|
+
JournalTransaction PUT proved (T50/T37 e2e payload). A dict value is
|
|
22
|
+
a linked entity (T65): a bare nested object, wrapped recursively —
|
|
23
|
+
live-verified Vendor MainContact/Address/Country PUT. The contract's
|
|
22
24
|
OWN control fields travel bare, never value-wrapped: `id` (row GUID —
|
|
23
25
|
the only handle that makes a detail-row PUT an update instead of an
|
|
24
26
|
insert) and `delete` (row-removal marker).
|
|
@@ -27,6 +29,8 @@ def wrap(record: dict[str, Any]) -> dict[str, Any]:
|
|
|
27
29
|
def _value(v: Any) -> Any:
|
|
28
30
|
if isinstance(v, list):
|
|
29
31
|
return [wrap(row) if isinstance(row, dict) else row for row in v]
|
|
32
|
+
if isinstance(v, dict):
|
|
33
|
+
return wrap(v)
|
|
30
34
|
return {"value": v}
|
|
31
35
|
|
|
32
36
|
return {k: v if k in ("id", "delete") else _value(v) for k, v in record.items()}
|
|
@@ -35,16 +39,22 @@ def wrap(record: dict[str, Any]) -> dict[str, Any]:
|
|
|
35
39
|
def unwrap(entity: dict[str, Any]) -> dict[str, Any]:
|
|
36
40
|
"""Contract-API entity -> plain dict (value fields + detail arrays).
|
|
37
41
|
|
|
38
|
-
Inverse of wrap (T60): a list of dicts unwraps row by row; lists
|
|
39
|
-
are empty or whose rows carry no value fields are elided (a
|
|
40
|
-
array the source never claimed must not surface, and expanded
|
|
41
|
-
descriptors are plain dicts that would unwrap to noise).
|
|
42
|
-
|
|
42
|
+
Inverse of wrap (T60/T65): a list of dicts unwraps row by row; lists
|
|
43
|
+
that are empty or whose rows carry no value fields are elided (a
|
|
44
|
+
detail array the source never claimed must not surface, and expanded
|
|
45
|
+
`files` descriptors are plain dicts that would unwrap to noise). A
|
|
46
|
+
non-value dict is a linked entity — unwrapped recursively, kept only
|
|
47
|
+
when something survives, so bookkeeping dicts (custom, _links, note)
|
|
48
|
+
stay excluded exactly as before.
|
|
43
49
|
"""
|
|
44
50
|
out: dict[str, Any] = {}
|
|
45
51
|
for k, v in entity.items():
|
|
46
52
|
if isinstance(v, dict) and "value" in v:
|
|
47
53
|
out[k] = v["value"]
|
|
54
|
+
elif isinstance(v, dict):
|
|
55
|
+
nested = unwrap(v)
|
|
56
|
+
if nested:
|
|
57
|
+
out[k] = nested
|
|
48
58
|
elif isinstance(v, list) and v and all(isinstance(row, dict) for row in v):
|
|
49
59
|
rows = [unwrap(row) for row in v]
|
|
50
60
|
if any(rows):
|
|
@@ -7,7 +7,7 @@ Baseline file format:
|
|
|
7
7
|
|
|
8
8
|
entity: Currency # entity name in the contract endpoint
|
|
9
9
|
key: CurrencyID # key field(s), string or list
|
|
10
|
-
endpoint: Bootstrap/1.
|
|
10
|
+
endpoint: Bootstrap/1.6.0 # optional: override the instance endpoint
|
|
11
11
|
records:
|
|
12
12
|
- CurrencyID: "CAD"
|
|
13
13
|
Description: Canadian Dollar
|
|
@@ -34,7 +34,7 @@ cannot express (calendar generation and the like):
|
|
|
34
34
|
|
|
35
35
|
action: GenerateCalendar # action name on the endpoint entity
|
|
36
36
|
entity: MasterCalendar # entity the action hangs off
|
|
37
|
-
endpoint: Bootstrap/1.
|
|
37
|
+
endpoint: Bootstrap/1.6.0 # optional: override the instance endpoint
|
|
38
38
|
record: { FinancialYear: 2026 }
|
|
39
39
|
parameters: { FromYear: 2026, ToYear: 2026 } # optional
|
|
40
40
|
done_when: { filter: "FinancialYear eq '2026'" }
|
|
@@ -234,6 +234,23 @@ def _filter_for(record: dict[str, Any], keys: list[str]) -> str:
|
|
|
234
234
|
return " and ".join(f"{k} eq {literal(record[k])}" for k in keys)
|
|
235
235
|
|
|
236
236
|
|
|
237
|
+
def _expand_paths(record: dict[str, Any], prefix: str = "") -> list[str]:
|
|
238
|
+
"""$expand paths a record's shape demands (T60/T65).
|
|
239
|
+
|
|
240
|
+
A list field is a detail array - expands by name; a dict field is a
|
|
241
|
+
linked entity - expands by name plus the slash path of every nested
|
|
242
|
+
dict (`MainContact`, `MainContact/Address`).
|
|
243
|
+
"""
|
|
244
|
+
paths: list[str] = []
|
|
245
|
+
for field, value in record.items():
|
|
246
|
+
if isinstance(value, list):
|
|
247
|
+
paths.append(f"{prefix}{field}")
|
|
248
|
+
elif isinstance(value, dict):
|
|
249
|
+
paths.append(f"{prefix}{field}")
|
|
250
|
+
paths.extend(_expand_paths(value, f"{prefix}{field}/"))
|
|
251
|
+
return sorted(paths)
|
|
252
|
+
|
|
253
|
+
|
|
237
254
|
def _probe(client: AcumaticaClient, action: ActionFile) -> bool:
|
|
238
255
|
"""Run the done_when live-state probe; non-empty = action already realized.
|
|
239
256
|
|
|
@@ -345,14 +362,17 @@ def _fetch(
|
|
|
345
362
|
single-record GET skips the optimizer, so diff falls back to it on
|
|
346
363
|
exactly that error (V4: read-back must survive delegate-view entities).
|
|
347
364
|
|
|
348
|
-
Detail arrays only travel under $expand
|
|
349
|
-
answers top-level
|
|
350
|
-
|
|
365
|
+
Detail arrays and linked entities only travel under $expand
|
|
366
|
+
(T60/T65): without it every GET answers top-level scalars alone,
|
|
367
|
+
diff would report each source detail row or nested field missing
|
|
368
|
+
and apply's id-injection would see nothing to match. The expand set
|
|
369
|
+
derives from the record's own shape - a list field expands by name,
|
|
370
|
+
a dict field by its slash path (`MainContact/Address`).
|
|
351
371
|
"""
|
|
352
372
|
params = {"$filter": _filter_for(record, baseline.keys[:1])}
|
|
353
|
-
|
|
354
|
-
if
|
|
355
|
-
params["$expand"] = ",".join(
|
|
373
|
+
expand = _expand_paths(record)
|
|
374
|
+
if expand:
|
|
375
|
+
params["$expand"] = ",".join(expand)
|
|
356
376
|
try:
|
|
357
377
|
live = client.get_list(
|
|
358
378
|
baseline.entity, params=params, endpoint=baseline.endpoint
|
|
@@ -364,7 +384,7 @@ def _fetch(
|
|
|
364
384
|
baseline.entity,
|
|
365
385
|
[record[k] for k in baseline.keys],
|
|
366
386
|
baseline.endpoint,
|
|
367
|
-
params={"$expand": params["$expand"]} if
|
|
387
|
+
params={"$expand": params["$expand"]} if expand else None,
|
|
368
388
|
)
|
|
369
389
|
for row in live:
|
|
370
390
|
actual = unwrap(row)
|
|
@@ -403,6 +423,10 @@ def diff(client: AcumaticaClient, baseline: BaselineFile | ActionFile) -> list[s
|
|
|
403
423
|
key = (baseline.detail_keys or {})[field] # load-validated
|
|
404
424
|
live_rows = actual.get(field, [])
|
|
405
425
|
drifts.extend(_diff_details(label, field, key, expected, live_rows))
|
|
426
|
+
elif isinstance(expected, dict):
|
|
427
|
+
drifts.extend(
|
|
428
|
+
_diff_nested(f"{label}.{field}", expected, actual.get(field))
|
|
429
|
+
)
|
|
406
430
|
elif field not in actual:
|
|
407
431
|
drifts.append(f"{label}.{field}: not returned by endpoint")
|
|
408
432
|
elif _norm(actual[field]) != _norm(expected):
|
|
@@ -412,6 +436,21 @@ def diff(client: AcumaticaClient, baseline: BaselineFile | ActionFile) -> list[s
|
|
|
412
436
|
return drifts
|
|
413
437
|
|
|
414
438
|
|
|
439
|
+
def _diff_nested(path: str, expected: dict[str, Any], live: Any) -> list[str]:
|
|
440
|
+
"""Linked-entity drift (T65): recurse source-side fields only."""
|
|
441
|
+
if not isinstance(live, dict):
|
|
442
|
+
return [f"{path}: not returned by endpoint"]
|
|
443
|
+
drifts: list[str] = []
|
|
444
|
+
for field, want in expected.items():
|
|
445
|
+
if isinstance(want, dict):
|
|
446
|
+
drifts.extend(_diff_nested(f"{path}.{field}", want, live.get(field)))
|
|
447
|
+
elif field not in live:
|
|
448
|
+
drifts.append(f"{path}.{field}: not returned by endpoint")
|
|
449
|
+
elif _norm(live[field]) != _norm(want):
|
|
450
|
+
drifts.append(f"{path}.{field}: source={want!r} live={live[field]!r}")
|
|
451
|
+
return drifts
|
|
452
|
+
|
|
453
|
+
|
|
415
454
|
def _diff_details(
|
|
416
455
|
label: str,
|
|
417
456
|
field: str,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# General Ledger preferences (GL102000) via the custom Bootstrap/1.
|
|
1
|
+
# General Ledger preferences (GL102000) via the custom Bootstrap/1.6.0
|
|
2
2
|
# endpoint (the per-file endpoint: override) - the Default endpoint has
|
|
3
3
|
# no GL-setup entity, and every Finance screen throws
|
|
4
4
|
# PXSetupNotEnteredException until the GLSetup singleton row exists. The
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
# referenced here must exist.
|
|
13
13
|
entity: GLPreferences
|
|
14
14
|
key: RetEarnAccountID
|
|
15
|
-
endpoint: Bootstrap/1.
|
|
15
|
+
endpoint: Bootstrap/1.6.0
|
|
16
16
|
records:
|
|
17
17
|
- RetEarnAccountID: '32000'
|
|
18
18
|
YtdNetIncAccountID: '33000'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Org-ledger link (GL201500) via the custom Bootstrap/1.
|
|
1
|
+
# Org-ledger link (GL201500) via the custom Bootstrap/1.6.0 endpoint (the
|
|
2
2
|
# per-file endpoint: override). The Default endpoint's Ledger.Companies
|
|
3
3
|
# detail is write-tolerated then silently dropped (PUT answers 200 and
|
|
4
4
|
# echoes the row, the link table stays empty), so the link writes through
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
# (company.yaml).
|
|
22
22
|
entity: LedgerCompany
|
|
23
23
|
key: [LedgerCD, OrganizationID]
|
|
24
|
-
endpoint: Bootstrap/1.
|
|
24
|
+
endpoint: Bootstrap/1.6.0
|
|
25
25
|
records:
|
|
26
26
|
- LedgerCD: ACTUAL
|
|
27
27
|
OrganizationID: COMPANY
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/bootstrap/company.yaml
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# Company (CS101500) via the custom Bootstrap/1.
|
|
1
|
+
# Company (CS101500) via the custom Bootstrap/1.6.0 endpoint (the per-file
|
|
2
2
|
# endpoint: override) - built-in endpoints cannot create the first
|
|
3
3
|
# organization on a virgin tenant. List values are the EXTERNAL labels
|
|
4
4
|
# ('Without Branches', not the DAC's 'WithoutBranches'); CountryID feeds
|
|
5
5
|
# the org's Main Address - required on first save.
|
|
6
6
|
entity: Company
|
|
7
7
|
key: AcctCD
|
|
8
|
-
endpoint: Bootstrap/1.
|
|
8
|
+
endpoint: Bootstrap/1.6.0
|
|
9
9
|
records:
|
|
10
10
|
- AcctCD: COMPANY
|
|
11
11
|
AcctName: Example Company
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/bootstrap/credit-terms.yaml
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# Credit terms (CS206500) via the custom Bootstrap/1.
|
|
1
|
+
# Credit terms (CS206500) via the custom Bootstrap/1.6.0 endpoint (the
|
|
2
2
|
# per-file endpoint: override) - the Default endpoint has no credit-terms
|
|
3
3
|
# entity. List values are the EXTERNAL labels: VisibleTo = All, Vendors,
|
|
4
4
|
# Customers, Disabled; DueType/DiscType = Fixed Number of Days, Day of
|
|
5
5
|
# Next Month, End of Month, ...
|
|
6
6
|
entity: CreditTerms
|
|
7
7
|
key: TermsID
|
|
8
|
-
endpoint: Bootstrap/1.
|
|
8
|
+
endpoint: Bootstrap/1.6.0
|
|
9
9
|
records:
|
|
10
10
|
- TermsID: NET30
|
|
11
11
|
Descr: Net 30 Days
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/10-subaccounts.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/20-accounts.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/40-ledger.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/baseline/90-uoms.yaml
RENAMED
|
File without changes
|
{acumatica_cli-0.5.0 → acumatica_cli-0.6.0}/src/acumatica_cli/templates/bootstrap/features.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|