Commit graph

162 commits

Author SHA1 Message Date
Lance Edgar feb2d3471e bump: version 0.5.0 → 0.5.1 2025-02-20 09:31:29 -06:00
Lance Edgar 9b9260ba4b fix: add Product.default_vendor_item convenience property 2025-02-20 09:30:24 -06:00
Lance Edgar 8359e5692e bump: version 0.4.0 → 0.5.0 2025-02-01 15:19:12 -06:00
Lance Edgar 97a1396a54 feat: use true column names for transaction data models
as much as i kind of want to "rename" some of these for convenience,
it seems safest here to just stick with true names to avoid confusion
2025-01-25 17:04:43 -06:00
Lance Edgar a2a1d7faee fix: define common base schema for Product model 2025-01-25 17:04:40 -06:00
Lance Edgar 2fe089bd57 fix: add Parameter model for lane_op 2025-01-25 16:41:17 -06:00
Lance Edgar 50351596ac fix: add model for lane_trans LocalTrans 2025-01-24 20:18:13 -06:00
Lance Edgar 28cb23adc4 bump: version 0.3.5 → 0.4.0 2025-01-24 19:59:18 -06:00
Lance Edgar c3b639390d fix: add Employee model for lane_op
with abstract common base schema
2025-01-24 19:21:00 -06:00
Lance Edgar 97fb0b28cb feat: add common base class for dtransactions and similar models
more work to be done here i'm sure, but this should hopefully be a
conservative change in the right direction
2025-01-24 19:20:18 -06:00
Lance Edgar d21346bbff fix: fix ordering of name columns for MemberInfo
so they show up correctly by default e.g. in UI
2025-01-15 14:48:18 -06:00
Lance Edgar 6c1fc9a803 bump: version 0.3.4 → 0.3.5 2025-01-15 11:00:22 -06:00
Lance Edgar 7aaa35dac7 fix: add workaround to avoid missing schema columns
more columns will need to be added to this workaround i'm sure, but
this takes care of a couple small ones
2025-01-15 10:59:14 -06:00
Lance Edgar b8ca60b508 bump: version 0.3.3 → 0.3.4 2025-01-15 08:51:40 -06:00
Lance Edgar 01852ceecc fix: misc. cleanup for sales batch models 2025-01-15 08:45:59 -06:00
Lance Edgar ab56a35acc fix: add more enums for batch discount type, editor UI
also fix column type for editor UI
2025-01-14 20:20:41 -06:00
Lance Edgar e37cf88cd9 bump: version 0.3.2 → 0.3.3 2025-01-13 13:31:21 -06:00
Lance Edgar 023d826d31 fix: remove autoincrement option for composite PK fields 2025-01-13 12:57:41 -06:00
Lance Edgar 465e565f7b bump: version 0.3.1 → 0.3.2 2025-01-11 22:01:38 -06:00
Lance Edgar 47c23a65ae fix: add base class for all transaction tables, views
also rename some classes; add `dlogBig` for archive view
2025-01-11 21:55:54 -06:00
Lance Edgar 464f107a88 fix: add MemberType.ignore_sales column 2025-01-11 21:52:22 -06:00
Lance Edgar cb6ed15eb8 fix: add model for MasterSuperDepartment 2025-01-11 21:51:28 -06:00
Lance Edgar 310a261b48 bump: version 0.3.0 → 0.3.1 2024-12-17 16:45:36 -06:00
Lance Edgar 3bb01f2397 fix: add wicable, active columns for Department model 2024-12-17 16:45:11 -06:00
Lance Edgar ed48f9134a docs: update project links to forgejo 2024-09-14 10:43:39 -05:00
Lance Edgar b44e5a3d60 docs: use markdown for readme file 2024-09-13 18:49:14 -05:00
Lance Edgar b425095a8d bump: version 0.2.1 → 0.3.0 2024-08-06 23:21:26 -05:00
Lance Edgar b5b29cdcf1 feat: add model for MemberContactPreference (op.memContactPrefs) 2024-08-06 11:34:07 -05:00
Lance Edgar 27a46ed18f feat: add model for CustomReceiptLine (op.customReceipt) 2024-08-06 10:38:01 -05:00
Lance Edgar 2df3885420 bump: version 0.2.0 → 0.2.1 2024-07-04 23:59:49 -05:00
Lance Edgar bcff560555 fix: add API methods, get_employees() and get_employee() 2024-07-04 18:27:50 -05:00
Lance Edgar 66cf108b3f fix: remove Change data model
since it isn't actually part of CORE, and is now handled in other ways
with regard to datasync
2024-07-04 13:18:45 -05:00
Lance Edgar e9638c73a4 fix: remove dependency for six package 2024-07-01 16:32:39 -05:00
Lance Edgar 3b54dbd068 docs: use more specific project homepage url 2024-06-14 19:48:40 -05:00
Lance Edgar 40e647d5c8 build: use newer convention when building for release 2024-06-10 15:57:09 -05:00
Lance Edgar 04948fb840 bump: version 0.1.20 → 0.2.0 2024-06-10 15:55:51 -05:00
Lance Edgar 5cf8d2ac05 feat: switch from setup.cfg to pyproject.toml + hatchling 2024-06-10 15:55:14 -05:00
Lance Edgar f80d03daaa Fix default dist filename for release task
not sure why this fix was needed, did setuptools behavior change?
2024-05-29 10:10:25 -05:00
Lance Edgar 777b198e44 Update changelog 2024-05-29 10:09:15 -05:00
Lance Edgar df6f0d9793 Add enum for CORE (Office) DB types
for use with typer commands
2024-05-16 19:13:35 -05:00
Lance Edgar 7cd89029ac Update changelog 2023-11-01 08:15:37 -05:00
Lance Edgar 909d75796b Fix synonym for dtransactions.tax 2023-10-20 19:03:20 -05:00
Lance Edgar f217f00a8f Fix data types for tax, voided in dtransactions 2023-10-20 14:31:13 -05:00
Lance Edgar 67dd9777ba Update changelog 2023-10-12 10:38:44 -05:00
Lance Edgar 1597c163c6 Let MemberInfo.dates be an object, not a list 2023-10-12 10:34:13 -05:00
Lance Edgar 3a3fba19e4 Fix the Department.tax_rate relationship
whoops i mistook `dept_tax` for a boolean previously
2023-10-11 18:36:12 -05:00
Lance Edgar 7171531dce Update changelog 2023-10-07 18:58:17 -05:00
Lance Edgar e5988102ad Rename module to corepos.db.office_arch 2023-10-05 11:52:39 -05:00
Lance Edgar f06f236a60 Update changelog 2023-09-15 12:59:52 -05:00
Lance Edgar 83eecad28d Add model for office_op.Tender 2023-09-15 12:43:02 -05:00