- 25 Sep, 2024 13 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Clean up and update script to reflect the current usage Use Object rather newTempBase, so listbox columns are simpler to read
-
Rafael Monnerat authored
Rename Base_getEventList to WebSection_getEventList since we only expect Web Section as context No need specific script to get Titcket Url (merged into WebSection_getEventList) No need Folder_getOpenTicketList features, since the will be a single use case for all tickets Update tests to follow up the changes.
-
Rafael Monnerat authored
We want to unify the feeds, so per compute node/instance tree feeds should are gone.
-
Rafael Monnerat authored
User should use the panel websection instead, so drop all code to request the rss feed for renderjs runner ui. Users should rely on Panel only for rss feeds.
-
Rafael Monnerat authored
- Drop others rss feeds that are not **slapos_master_panel/feed - Keep backward compatibility with **slapos_master_panel/feed/critical, responding same as /feed - Keep backward compatibility with **slapos_master_panel/feed/invoice, responding same as legacy messages - Drop all feeds that were used over renderjs_runner
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
- accountants can see Subscription Request to pay deposit - provide permission to create automated payment transaction
-
- 24 Sep, 2024 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 23 Sep, 2024 1 commit
-
-
Rafael Monnerat authored
The hardcoded trade condition dont exist anymore, so create one to ensure it is reseted.
-
- 20 Sep, 2024 4 commits
-
-
Rafael Monnerat authored
ledger cannot be changed otherwise the lines aren't grouped automatically like before.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Otherwise, whenever you run the tests multiple times, it ends up failing by selecting the wrong one on the listbox.
-
- 19 Sep, 2024 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Be consistent and also search for a Remote Node, since it can also contain Compute Partitions.
-
- 18 Sep, 2024 9 commits
-
-
Rafael Monnerat authored
The trade condition is only mandatory for automated invoices, if the accountant does things manually, it is not required to create/use one.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
We do expect that all trade conditions be attached to a business process, so for manual accounting the condition changed. Se would like to skip consistency check if the invoice isn't automated (ledger) and has no lines, otherwise this consistency check should still apply as usual.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Only require project when ledger is automated Accept no ledger (1 or 0) on accounting transactions in case manual accounting is used.
-
Rafael Monnerat authored
Let the site administrator configure proper accounting instead.
-
Rafael Monnerat authored
Business Process are mandatory for Trade Condition, so this process covers manual accounting.
-
Rafael Monnerat authored
This patch would replace guard for deliver_action to not call isDivergent that would make slow when open a Transaction (I don't remember the reason exactly, probably due large simulation trees). This breaks guards when simulation is not used (so it will never be solved) since the transition would never be allowed to the accountant. So if isDivergent proves itself slow, we should patch differently, for now keep the original implementation, since it is proven to work.
-
- 17 Sep, 2024 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 16 Sep, 2024 6 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Reopen the support request when a new event is created
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Thomas Gambier authored
-